FFMPEG: How to convert 1000 jpegs and 100 mp3 seconds into video?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-04-02T21:20:13Z
Indexed on
2010/04/02
21:23 UTC
Read the original article
Hit count: 204
So my programm generates JPegs and MP3 stereo track. I want to convert my programm results with FFMPEG to h264+aac or OGG (vorbis+theora) 100 seconds video. So how to do It from commandline at least (or using pure ffmpeg lib from C)?
© Stack Overflow or respective owner