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

Reply via email to