Hi,
I've been creating a slideshow using ffmpeg with images from face facebook, flickr, etc.
basic script is here: ffmpeg -loop_input -sameq -vframes 60 -intra -y -i pond.jpg
the script works, however certain images have a centered yellow block covering a majority of the image. I've found this occurs more frequently with images I have gotten from facebook.
I've been going through the various ffmpeg options and nothing seems to be doing the job.
Ideas?