FFmpeg creates emtpy (black) frames
- by resamsel
I have a set of images from a timelapse shot (172 JPG files) that I want to convert into a movie. I tried several parameters with FFmpeg, but all I get is a video with black frames (though it has the expected length).
ffmpeg -f image2 -vcodec mjpeg -y -i img_%03d.jpg timelapse2.mpg
The command above creates this video:…