|
From: diedro <die...@gm...> - 2014-03-12 10:58:25
|
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.
|