#3666: Enhancement Opus compression_level and qscale
-------------------------------------+-----------------------------------
             Reporter:  artofit      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  libopus      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by redneb):

 I don't think mapping `comp` to the `-q` flag is a good idea: `comp`
 refers to the encoding computational complexity (i.e. encoder speed), not
 the audio quality. So this like the `lame` `-q` flag (which `ffmpeg` maps
 to `-compression_level`) and not the `-V` `lame` flag (which `ffmpeg` maps
 to `-q`). So I think the current mapping of `comp` to `-compression_level`
 is correct and consistent with other lossy audio codecs. I believe this
 issue can be marked as invalid.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3666#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to