linkedin / LiTr

Lightweight hardware accelerated video/audio transcoder for Android.
BSD 2-Clause "Simplified" License
613 stars 85 forks source link

Add missing duration target track metadata to decoder output format #247

Closed izzytwosheds closed 1 year ago

izzytwosheds commented 1 year ago

Duration and language metadata was lost in video decoder output as well, which in turn was later used to populate muxer track metadata. Fixing this by populating those values when decoder output changes.