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.
While there are a lot of smart folks on this forum, I think you will find that there is a better forum that is filled with video and audio enthusiasts that know this program inside and out..
Try
VIDEOHELP.COM and post your question there (you may want to search that website before posting to make sure it hasn't been asked).
Good luck!