Actions
Feature #443
openFeature #87: Request for inclusion: stopmotion
Need a tool to import audio files
Start date:
Due date:
% Done:
0%
Estimated time:
2:00 h
Description
Many multimedia applications output WAV files while Stopmotion only accepts OGG audio files as input. Moreover, converting a WAV file into an OGG one using ffmpeg results in a Flac encoded OGG file that is not readable for Stopmotion either! We have to force ffmpeg to use the Vorbis codec:
$ ffmpeg -i source.wav -acodec vorbis output.ogg
Of course this is not very childish! We then have to either propose a tool to do that job or to include these lines in our patched version of Stopmotion.
Actions