You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: