#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to