tags:

views:

29

answers:

0

I have a list of pictures which i am turning into an .mpg video.

I go into the directory where all the .png pics are and type:
ffmpeg -f image2 -i %02d.png output_video.mp
and the output video gets created and it all works great except for one thing,
the image in the video is only half the width of the screen.
Like the images have been cut in half for some reason.

How do I fix that?