Changes between Version 1 and Version 2 of Ticket #9616, comment 15


Ignore:
Timestamp:
Oct 23, 2014, 7:03:05 AM (10 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9616, comment 15

    v1 v2  
    77}}}
    88
    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:
     9So 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:
    1010
    1111{{{
    12 ffmpeg -i test.mp3 -codec:a vorbis --strict experimental qcale:a 5 test.ogg
     12ffmpeg -i test.mp3 -codec:a vorbis -strict experimental -qcale:a 5 test.ogg
    1313}}}