mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1829bf5dd5
FLAC) to MP3 on the fly when opened and read. This was written to enable me to use my FLAC collection with software and/or hardware which only understands the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player. It is also a novel alternative to traditional MP3 encoders. Just use your favorite file browser to select the files you want encoded and copy them somewhere! WWW: https://github.com/khenriks/mp3fs PR: ports/165337 Submitted by: Stefan Rumetshofer
11 lines
497 B
Plaintext
11 lines
497 B
Plaintext
MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently
|
|
FLAC) to MP3 on the fly when opened and read. This was written to enable me to
|
|
use my FLAC collection with software and/or hardware which only understands
|
|
the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player.
|
|
|
|
It is also a novel alternative to traditional MP3 encoders. Just use your
|
|
favorite file browser to select the files you want encoded and copy them
|
|
somewhere!
|
|
|
|
WWW: https://github.com/khenriks/mp3fs
|