HydrogenAudio

Lossy Audio Compression => MPC => Topic started by: mp3chan on 2003-02-28 18:33:12

Title: MPC direct cut/joiner?
Post by: mp3chan on 2003-02-28 18:33:12
Is it so difficult to make such a program? I try to edit the mpc, and it's not that difficult I think. 4th byte is the stream version, 5th byte is the start address of the number of the frames. I try to join mpc and it works. Just change the number of the frame by the addition of joined files.

Any one can make a program that capable to do that job? Becoz I don't know much about programming.
Title: MPC direct cut/joiner?
Post by: grbmusic on 2003-03-02 20:51:29
I am interesed in a pogram that do same work, too. I am looking for some program like mp3trim but for mpc. Does exist something like that? or it's imposible with mpc?
Title: MPC direct cut/joiner?
Post by: Frank Klemm on 2003-03-02 21:46:21
Quote
I am interesed in a pogram that do same work, too. I am looking for some program like mp3trim but for mpc. Does exist something like that? or it's imposible with mpc?

Cutting is possible at n*1152 samples.
For merging it is possible that all files which are merged have a length of n*1152 samples. This is not necessary for the last file.
Title: MPC direct cut/joiner?
Post by: mp3chan on 2003-03-02 23:04:26
Then, why there is no such a program? Is there someone interested in making the program?
Title: MPC direct cut/joiner?
Post by: grimsby on 2003-03-06 22:14:28
Hi

I am definitly interested if there are programmers, who could do a job for mpc like mp3 cut AND mpgjoiner does for MP3 !!!
I am professionelly doing a vast amount of digitalizing  analog recordings, which i store in mpc (highest quality) files. I´m desperatly looking for developers, who can provide me a tool, which can cut AND rejoin mpc files !! So if you know how or if you are interested -pleazzzzzzeeeeee give send me a note !!!


greetings

grimsby

**** If you don´t know how to listen you´ll never see the world ****
Title: MPC direct cut/joiner?
Post by: Gloomy on 2003-05-25 18:16:42
So...
I can write this program... I try to split mpc file. First part of file is playing, but mpcscan program says what file is broken. The second and other parts is not playing!
I can't find mpc file format description  If I find it, then I can try to write program.
Do you know where I can find mpc file description?
Title: MPC direct cut/joiner?
Post by: Xenno on 2007-12-24 00:15:20
Must not be anything new on this. I'm looking to join 2 mpc's losslessly. FileMerger doesn't work of course ... just appends one onto the other without removal of headers/footers at the merge point (thus no frame alignment). Both files are Stream Version 7.0 encoded at BrainDead level. Have Audition and the mpc DirectShow filter, but doing it that way would likely force a re-encode (haven't tried it). Any other ideas?
Title: MPC direct cut/joiner?
Post by: Bourne on 2007-12-24 00:30:34
Outside re-editon and re-encoding... I don't think there is a way? The wikipedia says that cut/edit operation will be solved in next version SV8.
Title: MPC direct cut/joiner?
Post by: A.P.T. on 2008-02-25 09:40:53
Outside re-editon and re-encoding... I don't think there is a way? The wikipedia says that cut/edit operation will be solved in next version SV8.


SV8 is already available, so we should maybe request this feature from the current Musepack dev team at the site forum (http://forum.musepack.net/)?
Title: MPC direct cut/joiner?
Post by: GenjuroXL on 2008-02-25 13:21:28
mpccut - Musepack (MPC) stream cutter v0.9.0 © 2007 MDT
Usage: mpccut [-s start_sample] [-e end_sample] <infile.mpc> <outfile.mpc>

http://svn.musepack.net/libmpc/trunk/ (http://svn.musepack.net/libmpc/trunk/) for the latest sources,
http://files.musepack.net/windows/Musepack...-2007-09-23.zip (http://files.musepack.net/windows/Musepack-SV8-beta-Windows-2007-09-23.zip) for (kind of old) Win32 binaries.
Everything can be compiled with MingW, so getting recent binaries should be relatively trivial.

Edit: More recent binaries here: http://r2d.musepack.net/files/ (http://r2d.musepack.net/files/)