nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

Crash when audio format changes #20

Closed nschlia closed 5 years ago

nschlia commented 5 years ago

In case when the audio format of the source stream changes (e.g. from 2ch stereo to 6ch surround) ffmpeg crashes because the conversion is created in the beginning (for 2ch) but suddenly changes to something else.