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
196 stars 14 forks source link

Filter files to be transcoded #140

Closed dangowrt closed 1 year ago

dangowrt commented 1 year ago

Sometimes it can be very useful to limit transcoding to certain files or file extensions. For example Pioneer's hardware players will playback MP3 and M4A without issues, but there is no support for FLAC. Hence it would be great to have FFmpegFS transcode *only `.flac`** files.

I suggest to introduce a new option allowing to specify a glob(3) expression used as a filter for files to be dealt with by ffmpegfs.