Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.36k stars 789 forks source link

LAV 0.75-2-gddef5 introduced a bug with Opus files #427

Closed FallenLeaf54 closed 3 years ago

FallenLeaf54 commented 3 years ago

This is a bug report originally reported at clsid2/mpc-hc/issues. It appeared when LAVFilters were updates to version 0.75-2-gddef5.

I've noticed a bug introduced in MPC-HC version 1.9.11 regarding playing Opus audio files (for example contained in MKV or MP4). I'm attaching the sample file below. I suspect updated LAV Filters are to blame. MPC-HC creator clsid2 reported that indeed the bug originates in LAVFilters. Opus track was created from source using ffmpeg settings: -acodec libopus -apply_phase_inv 0 -cutoff 20000 -frame_duration 60 -ac 1 -b:a 32k I've also tested the file with ffplay - sounds well, as expected. Works in most recent versions of VLC and mpv as well.

See: sample_opus_bug.zip