anim.save("circly.mp4",dpi=120,codec="libx264",extra_args=['-pix_fmt','yuv420p'])the key is the
-pix_fmtbusiness.
anim.save("circly.mp4",dpi=120,codec="libx264",extra_args=['-pix_fmt','yuv420p'])the key is the
-pix_fmtbusiness.
@article{Banner:1983jy, Author = {Banner, M. and others}, Collaboration = {UA2 Collaboration}, Date-Added = {2013-04-10 19:41:58 +0000}, Date-Modified = {2013-04-10 19:42:58 +0000}, Doi = {10.1016/0370-2693(83)91605-2}, Journal = {Phys.Lett.}, Pages = {476-485}, Reportnumber = {CERN-EP-83-25}, Slaccitation = {%%CITATION = PHLTA,B122,476;%%}, Title = {{Observation of Single Isolated Electrons of High Transverse Momentum in Events with Missing Transverse Energy at the CERN anti-p p Collider}}, Volume = {B122}, Year = {1983}, Bdsk-Url-1 = {http://dx.doi.org/10.1016/0370-2693(83)91605-2}}
\usepackage[backend=biber]{biblatex} \DeclareSourcemap{ \maps[datatype=bibtex,overwrite=true]{ \map{ \step[fieldsource=Collaboration, final=true] \step[fieldset=usera, origfieldval, final=true] } } } \renewbibmacro*{author}{% \iffieldundef{usera}{ \printnames{author} }{ \printfield{usera} } }
xpra start :7 && DISPLAY=:7 tmux new -s remote
xpra attach ssh:<hostname>:7 & mosh <hostname> -- tmux attach -t remote
avconv -i pics/%05d.png -c:v libx264 -tune stillimage [-crf 23 -preset fast] output.mp4