Video slideshow

With ffmpeg:

ffmpeg -y -r 1 -loop_input -shortest -i <IMAGE> -acodec copy -i <AUDIO> output.avi
  • -y – overwrite output,
  • -r 1 – fps=1,
  • -loop_input – loop image,
  • -shortest – end when we run out of inputs,
  • -acodec copy – don't recode
 
Back to top
howto/video_slideshow.txt · Last modified: 2010/06/29 22:43 by disorder
 
 
disorder's homepage Valid CSS Valid XHTML 1.0 Recent changes RSS feed