Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: .celt files (Read 9699 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

.celt files

I'm new at this whole thing, but I want to convert a .celt file into an MP3. The whole reason for doing this is because of a game I am playing. It has sound files that are stored inside of an .fsb file (This part doesn't matter to much because I already got them separated). In that .fsb file there are .celt files and from what I understand those are the actual sounds from the game. I need a simple way to convert those to a .mp3. Now I've read another post on here that says that they are now under Opus... I have no idea what that means, I searched it and came up with some .exe files that I have no idea how to use. So if some one can please give me a tutorial on how to convert a .celt file to a .mp3 file in simple English that would be amazing.

.celt files

Reply #1
Opus has superceded CELT but is not compatible with CELT files, which were always experimental. The bitstream got as far as a soft freeze, but early .celt files might be incompatible with later decoders.

I'd suggest the easiest way*, if you have a Windows PC, might be to obtain foobar2000 media player/converter and download and install the foo_input_celt plugin.

If it plays the .celt files properly, then you can right click the file(s) and Convert... to use any encoder you've set up.

Search these forums or knowledgebase (Wiki) for how to set up LAME as an MP3 encoder for foobar2000 (also known as fb2k). A VBR quality setting from -V5 (~130kbps) to -V2 (~190kbps) should provide pretty good sound quality, and foobar2000 will warn you that transcoding from lossy to lossy will not increase quality, and may make it audibly worse, but will still let you do it.

(* The celt-codec.org site only contains source code as far as I'm aware, so tracking down a commandline decoder binary might be tricky - it's not on rarewares.org, though I didn't check reallyrarewares)
Dynamic – the artist formerly known as DickD

.celt files

Reply #2
What game?

.celt files

Reply #3
Opus has superceded CELT but is not compatible with CELT files, which were always experimental. The bitstream got as far as a soft freeze, but early .celt files might be incompatible with later decoders.

I'd suggest the easiest way*, if you have a Windows PC, might be to obtain foobar2000 media player/converter and download and install the foo_input_celt plugin.

If it plays the .celt files properly, then you can right click the file(s) and Convert... to use any encoder you've set up.

Search these forums or knowledgebase (Wiki) for how to set up LAME as an MP3 encoder for foobar2000 (also known as fb2k). A VBR quality setting from -V5 (~130kbps) to -V2 (~190kbps) should provide pretty good sound quality, and foobar2000 will warn you that transcoding from lossy to lossy will not increase quality, and may make it audibly worse, but will still let you do it.

(* The celt-codec.org site only contains source code as far as I'm aware, so tracking down a commandline decoder binary might be tricky - it's not on rarewares.org, though I didn't check reallyrarewares)


Thank you very much for your help, I installed the foo_input_celt but unfortunately it did not work. I'm trying to rip sound files from a game called: "League of Legends". They used MP3 files for a while then they switched over to .celt files, making it a hell of a lot harder. This wasn't to try to deter people from ripping sounds, because they haven't told me it was against the rules to do so when I  asked them for help (PS they weren't much help but they pointed me to this site.) So I'm kinda of stuck as to what to do now. I can link one of the sound files if that would help any?

Here is one of the .celt files.

What game?

League of Legends

.celt files

Reply #4
Would this be a copyright violation?

.celt files

Reply #5
It might be possible to compare it to a CELT file made by one version of the CELT encoder using a hex editor. Very quickly I took a look at it in Notepad, which often reveals if there's a text signature (like OPUSHEAD in an Ogg Opus file) and didn't see anything. Frankly I'm unmotivated to do any more. They needn't have stuck to regular CELT as it's open source and patent free, and could have modified it anyway. Their software will know how to decode it, regardless of whether it's well-formed for a regular CELT encoder. I note that Mumble uses CELT internally and is used for in-game communications between players and the like. It is upgrading to OPUS, but might still support CELT. It's quite possible a game would base its audio around CELT for that sort of reason - compatibility with low-delay real time chat and high quality stored audio too in a single format.

Maybe this gives you some more leads to try, depending how motivated you are to keep playing around, assuming you're allowed to do so.
Dynamic – the artist formerly known as DickD


.celt files

Reply #7
Probably just a raw CELT stream.  Its pretty common to skip using a container for embedded applications like this since theres usually no need for things like headers when all the files are identical format and don't need to work with any other software.

 

.celt files

Reply #8
It might be possible to compare it to a CELT file made by one version of the CELT encoder using a hex editor. Very quickly I took a look at it in Notepad, which often reveals if there's a text signature (like OPUSHEAD in an Ogg Opus file) and didn't see anything. Frankly I'm unmotivated to do any more. They needn't have stuck to regular CELT as it's open source and patent free, and could have modified it anyway. Their software will know how to decode it, regardless of whether it's well-formed for a regular CELT encoder. I note that Mumble uses CELT internally and is used for in-game communications between players and the like. It is upgrading to OPUS, but might still support CELT. It's quite possible a game would base its audio around CELT for that sort of reason - compatibility with low-delay real time chat and high quality stored audio too in a single format.

Maybe this gives you some more leads to try, depending how motivated you are to keep playing around, assuming you're allowed to do so.


I've honestly had a few to many headaches trying to figure this thing out. I just want a straight answer but it seems that is rather hard to do, Thanks for all your time. I hope I find some one who has some experience with Riot or LoL, doubtful though.