On Wed, 5 Oct 2011 23:11:17 +0200 David Haller <dnh@opensuse.org> wrote:
Hello,
On Wed, 05 Oct 2011, David C. Rankin wrote:
09:09 alchemy:~/mmedia/video/res/still> ffmpeg -f image2 -i black*.jpg video.mpg
FWIW as an alternative:
mencoder -of mpeg -mpegopts=format=dvd -fps 0.5 -ofps 25 -mf fps=25 \ -ovc lavc -lavcopts vcodec=mpeg2video \ -vf harddup -o video.mpg 'mf://black*.jpg'
Use other -ofps OFPS / -mf fps=OFPS values for ntsc, the parameter -fps IPFS controls how long each picture is shown, i.e.
IFPS = 1 / SECONDS_TO_SHOW_PIC
here, IFPS = 1 / 2 = 0.5.
HTH, -dnh
Thanks for the tips, David. I just /love/ adding stuff like this to my cli examples / snippets / cheat sheet directory. :-) regards, Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org