dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Constant bitrate and position information in the headers #18

Closed tiborepcek closed 4 years ago

tiborepcek commented 4 years ago

In this issue for AntennaPod, i am asking for help with MP3 file joined with MP3Cat.

One of developer answered: "The problem is that MP3Cat seems to use a variable bitrate and also does not include position information in the headers."

Can you do something about it?

Thank you.

dmulholl commented 4 years ago

If you use variable bitrate input files the output file will also be variable bitrate. The only way to transform VBR input into CBR output is to re-encode the files using something like ffmpeg.

Adding position information to the headers is beyond the scope of this project I'm afraid. I'd recommend using CBR files instead if you have the option.

tiborepcek commented 4 years ago

I understand. In this case, i wanted avoid to use ffmpeg and was seeking something smaller in size (62 MB ffmpeg.exe vs. 2,5 MB mp3cat.exe) and functionality. But now i see, that it is not so easy task. :)

Anyhow, thank you again for your work. I really appreciate it.