Can ffmpeg2theora takes both video and audio as inputs ?

Asked by jdevp2

I would like to encode a set of images and a sound file into ogv using ffmpeg2theora but I don't see how it can take both video and audio as inputs. Can ffmpeg2theora take both video and audio as inputs to produce an ogv file ?

Question information

Language:
English Edit question
Status:
Answered
For:
ffmpeg2theora Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
j^ (j) said :
#1

ffmpeg2theora can only encode muxed audio and video files right now.
you can however encode your images and audio seperately and mux them after that:

 ffmpeg2theora --no-skeleton %06d.png -o video.ogv
 ffmpeg2theora --no-skeleton audio.wav -o audio.ogv
 oggz-merge video.ogv audio.ogv -o output.ogv

Can you help with this problem?

Provide an answer of your own, or ask jdevp2 for more information if necessary.

To post a message you must log in.