I'm following this page: Creating Timelapse Videos With The Raspberry Pi Camera .
But every time I try to make the video, I get this error:
*original: https://i.sstatic.net/ApIJ0.png*
Specifically this command from the output above:
$ avconv -r 10 -i pic_%04d.png -r 10 -vcodec libx264 -crf 20 -g 15 \
-vf crop=2592:1458,scale=1280:720 timelapse.mp4
...
...
Output #0, mp4, to 'timelapse.mp4':
Output file #0 does not contain any stream
Also when using
*original: https://i.sstatic.net/svNLx.png*
Can someone please help?

mencoder
, following this page: 6.8. Encoding from multiple input image files (JPEG, PNG, TGA, etc.) :

Asked by Coolcrab
(133 rep)
Nov 2, 2013, 08:38 PM
Last activity: Nov 2, 2013, 11:30 PM
Last activity: Nov 2, 2013, 11:30 PM