Changes between Version 1 and Version 2 of Ticket #9616, comment 15
- Timestamp:
- Oct 23, 2014, 7:03:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9616, comment 15
v1 v2 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. 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: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 also doesn't crash but has bad quality: 10 10 11 11 {{{ 12 ffmpeg -i test.mp3 -codec:a vorbis - -strict experimentalqcale:a 5 test.ogg12 ffmpeg -i test.mp3 -codec:a vorbis -strict experimental -qcale:a 5 test.ogg 13 13 }}}