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

Create single file from CDG/MP3 tandem #148

Open nschlia opened 1 year ago

nschlia commented 1 year ago

Discussed in https://github.com/nschlia/ffmpegfs/discussions/147

Originally posted by **karl-micesoft** April 28, 2023 Hi all I have a library of karaoke in MP3+CDG format (i.e. an MP3 file for audio, plus a binary CDG file containing the karaoke graphics). Ffmpeg is able to convert these to a real video format fairly easily, but they take up significantly more space. So, my question: will ffmpegfs support these in the source directory? I'll give it a try myself when I get a chance, but asking in advance so I don't wake my time if someone already knows it won't. Thanks in advance