khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Planning to extend file format support #56

Closed nschlia closed 3 years ago

nschlia commented 7 years ago

I just cloned the mp3fs because it exactly does what I need for my project. I intend to expand the format support to a lot more, including video formats using the ffmpeg library. I'll still have to review if this is possible but I think it will.

Please drop me a line when you are interested.

nschlia commented 6 years ago

Answering my own post... Replaced encoding/decoding with FFMPEG API. See my fork. Still not complete, mp4 handling far from perfect, video not supported... But first step done.

beren12 commented 5 years ago

plain old .wav would be good as well, pretty sure iTunes can just transcode it into mp4 for me

nschlia commented 3 years ago

FFmpegs has grown to big and independent project. No way to merge changes back, therefore this request can be closed.