Bug #444
openFeature #87: Request for inclusion: stopmotion
Stopmotion can import audio files but cannot export them
0%
Description
In Stopmotion it is possible to import audio files and play them with the movie. But it cannot export them, so producing the final OVG files results in a silent movie. Quick investigations showed that export commands don't have options for audio files. It is then likely that audio export is not currently handled at all. Note that this is not that simple since we'd have to compute the time at which each audio file is started and its duration, then compose the command lineā¦
Basically mixing video and audio with Ffmpeg can be done this way:
$ ffmpeg -i video.ovg -i audio.wav -vcodec copy output.ogg
If we want audio files be automatically mixed while exporting the movie, we need to get information from Stopmotion and then patch it a bit. As a start it could be done for a single audio file starting with the first video frame.
Updated by Jean-Michel Philippe about 13 years ago
- Target version changed from 2011-11 to 2012-02
- Start date changed from 10/28/2011 to 12/12/2011
Updated by Jean-Michel Philippe almost 13 years ago
- Target version changed from 2012-02 to 2012-08
- Start date deleted (
12/12/2011)
Updated by Jean-Michel Philippe over 12 years ago
- Target version changed from 2012-08 to 2012-11