โApr-02-2016 11:27 AM
โApr-02-2016 03:15 PM
โApr-02-2016 02:25 PM
โApr-02-2016 02:01 PM
โApr-02-2016 12:37 PM
ncscz wrote:
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.