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


Ignore:
Timestamp:
Oct 23, 2014, 7:02:32 AM (9 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9616, comment 15

    initial v1  
    77}}}
    88
    9 So the ffmpeg library is not at fault, and there is something wrong with our media plugins and/or mediaconvert.
     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 doesn't crash but has bad quality:
     10
     11{{{
     12ffmpeg -i test.mp3 -codec:a vorbis --strict experimental qcale:a 5 test.ogg
     13}}}