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

If source format has no audio, do not list in mount when target supports no video #81

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

If source format has no audio, and the target supports no video (e.g.WAV/MP3), the files show up zero sized. Simply hide them as they are of no use anyway.