ncscz
Apr 02, 2016Explorer
Looking for ffmpeg usage help?
I am needing help with ffmpeg. I am attempting to convert a series of jpg photos into a video using ffmpeg.
This is the command I am using:
ffmpeg -framerate 10 -i %5d.jpg -codec copy output.MP4
I get the video BUT it often has a yellow stripe down the center. Example The stripe is not always there but seems to be related to the lightness/darkness of the photos. A series of light images will almost always have it and a series of dark background will usually not have it.
There seem to be hundreds of ffmpeg options and all of the help/support sites are way more detailed than I want to get.
The job runs on a PI but could also reside on a Mint/linux.
Thanks for any suggestions.
This is the command I am using:
ffmpeg -framerate 10 -i %5d.jpg -codec copy output.MP4
I get the video BUT it often has a yellow stripe down the center. Example The stripe is not always there but seems to be related to the lightness/darkness of the photos. A series of light images will almost always have it and a series of dark background will usually not have it.
There seem to be hundreds of ffmpeg options and all of the help/support sites are way more detailed than I want to get.
The job runs on a PI but could also reside on a Mint/linux.
Thanks for any suggestions.