[FFmpeg-trac] #3666(undetermined:new): Enhancement Opus compression_level and qscale

FFmpeg trac at avcodec.org
Fri May 23 10:22:23 CEST 2014


#3666: Enhancement Opus compression_level and qscale
-------------------------------------+-------------------------------------
             Reporter:  artofit      |                     Type:
               Status:  new          |  enhancement
            Component:               |                 Priority:  normal
  undetermined                       |                  Version:
             Keywords:  Opus         |  unspecified
  compression_level qscale           |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 For the sake of standardisation, would welcome

 {{{
 ffmpeg -i input.wav -c:a libopus -q:a 5 ouput.mkv
 }}}

 instead of currently
 {{{
 ffmpeg -i input.wav -c:a libopus -compression_level 5 ouput.mkv
 }}}

 This already applies to other audio codec such as mp3 or aac.

 Ref:

 http://trac.ffmpeg.org/wiki/Encoding%20VBR%20%28Variable%20Bit%20Rate%29%20mp3%20audio

 http://trac.ffmpeg.org/wiki/AACEncodingGuide

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3666>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list