untrunc icon indicating copy to clipboard operation
untrunc copied to clipboard

libav reports wrong nb_samples

Open anthwlock opened this issue 7 years ago • 0 comments

I have some files in which the audio packets have different durations. But duration = frame->nb_samples; in Codec::getLength is always 1024. Since there is a comment saying the duration can be rebuild, is there a different version of avlib which reports the actual duration? I am using libav 3.2.10.

anthwlock avatar Sep 18 '18 14:09 anthwlock