Reputation: 566
I am using gstreamer for my aac files . I want to know how to calculate exact duration for AAC file with ADTS format(ie variable bitrate) in fast way. Right now I am calculating estimated duration at the start of frame which gives more error for large filesize. Can anyone suggest me algorithm for this?
Upvotes: 2
Views: 557