#4894: Problem with -acodec copy and AAC VBR
------------------------------------+-----------------------------------
             Reporter:  hgg         |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  minor       |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  AAC         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by peloverde):

 MediaInfo compares the average and max bitrates in the esds to determine
 CBR vs VBR. For transmuxed files FFmpeg always sets max bitrate to avg
 bitrate. It should be possible to create a compute_max_bitrate() function
 just like compute_avg_bitrate() to create maximally complaint files. But I
 don't know of any practical implications of this.

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

Reply via email to