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

Add extra destination types, like WAV8, WAV32 or ALAC16/32 #106

Closed nschlia closed 2 years ago

nschlia commented 2 years ago

Add extra destination types, like WAV8, WAV32 or ALAC16/32 to allow selecting a bit width for these types.

For example, --destinationtype=WAV32 would create 32 bit WAVs.

nschlia commented 2 years ago

Dropped idea in favour of #101 solution.