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.
Updated by Jean-Michel Philippe about 13 years ago
- Due date changed from 11/21/2011 to 02/20/2012
- 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
- Due date deleted (
02/20/2012) - 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
Actions