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

Transcoding video only file to audio only creates 0 sized files #77

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

When e.g. transcoding an MP4 that contains a video stream only, no audio, to mp3 creates zero sized files.

If the source contains no audio, but the destination supports audio only, the file should simply be ignored (i.e not visible).

nschlia commented 3 years ago

Fixed with Issue #81