Changes between Initial Version and Version 1 of Ticket #9616, comment 15
- Timestamp:
- Oct 23, 2014, 7:02:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9616, comment 15
initial v1 7 7 }}} 8 8 9 So the ffmpeg library is not at fault, and there is something wrong with our media plugins and/or mediaconvert. 9 So the ffmpeg library is not at fault, and there is something wrong with our media plugins and/or mediaconvert. This command line makes ffmpeg use libvorbis for audio encoding. There is also a "native" vorbis encoder, which doesn't crash but has bad quality: 10 11 {{{ 12 ffmpeg -i test.mp3 -codec:a vorbis --strict experimental qcale:a 5 test.ogg 13 }}}