Changes between Initial Version and Version 1 of Ticket #10870


Ignore:
Timestamp:
Feb 19, 2024, 3:47:54 AM (2 years ago)
Author:
mrapp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10870 – Description

    initial v1  
    22
    33Re-encoding a 192 kb/s AAC-LC stream to 128 kb/s with either the libfdk_aac or aac_at encoders results in a stream that is 256 kb/s. The status shows ~128 kb/s until the last few seconds, then jumps up and the time index progresses slower. A trace confirms what is happening is in the last couple of seconds, there are a lot more samples of smaller size. This is probably a pathological case, but I have run across several different videos exhibiting this issue (the audio stream originates from mp4 videos). Performing a trace on a copy command from the output of each encoder shows that libfdk_aac and aac_at are inflating the size of these small samples by 100 times, whereas the native aac is preserving the original small size.
     4
     5So instead of decreasing the filesize by decreasing the bitrate, the filesize was increased by 30%.
    46
    57How to reproduce: