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 opening directory with Dolphin #75

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

Happens probably always when transcoding a video to audio only. When destformat is set to mp3 and the input format contains a video, the application simply crashes. Actually a audio only file should be created, video just discarded.

nschlia commented 3 years ago

To reproduce: Mount directory with destination type mp3, source directory with videos. Open mount with Dolphin -> core dump. Doing a "cp *" works.

nschlia commented 3 years ago

Actually not a problem with video sources. Happens when transcoding audio only, too. Reproducible with

Causes heap corruptions and double free messages.

nschlia commented 3 years ago

Happens with mp3 only, WAV, AIFF and Opus cause no problems.