Please don’t double post. Also, this post is much more informative than the
first, it’s much clearer now where the problem is, and it is not related to
matplotlib at all, but with the options you’re passing to *mencoder*.

What’s the size of your orginal pngs?



2014-03-12 11:58 GMT+01:00 diedro <diego.aves...@gmail.com>:

> Dear all,
> I have created a video from *.png files. The problem is that my video has
> black bands on the left and on the right. I have used the following
> commands:
>
> command = ('mencoder',
>            'mf://*.png',
>            '-mf',
>            'type=png:w=9800:h=600:fps=0.6',
>            '-ovc',
>            'lavc',
>            '-lavcopts',
>            'vcodec=mpeg4',
>            '-oac',
>            'copy',
>            '-o',
>            'output.avi')
>
> How could I create a video without the black bands.
>
> Thank you all,
>
>
>
> --
> View this message in context:
> http://matplotlib.1069221.n5.nabble.com/video-without-black-bands-tp43045.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to