Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Splitting/Joining MPEG Files with mpgtx
Splitting/Joining MPEG Files with mpgtx
✍: Guest
"mpgtx" offers a function to split a large MPEG file into small MPEG files. It also offers a reverse function to join small MPEG files into a large MPEG file. I tried both split and join functions with sample music MP3 file.
Split music_full.mp3 into 5 equal parts:
C:\temp>\local\bin\mpgtx -5 music_full.mp3 -b music_part Skipped -2 zeroes at start of file mpgtx: AT EOF - please stop me! mmm, this file does not start with a pack, offset: -2 use the desperate_mode switch as the first option -X to search for a header in t he whole file! if you want to force the operation. May yield to an endless loop if no valid hea der is found! Does not even begin with a 00 00 01 xx sequence! Now processing music_full.mp3 [1/5] ... 100.00% Now processing music_full.mp3 [2/5] ... 100.00% Now processing music_full.mp3 [3/5] ... 100.00% Now processing music_full.mp3 [4/5] ... 100.00% Now processing music_full.mp3 [5/5] ... 100.00% C:\temp>dir music* 8,633,705 music_full.mp3 1,722,828 music_part-1.mp3 1,726,590 music_part-2.mp3 1,727,216 music_part-3.mp3 1,726,589 music_part-4.mp3 1,726,258 music_part-5.mp3
Split 5 MP3 files back into 1:
C:\temp>\local\bin\mpgtx -j music_part-*.mp3 Now processing music_part-1.mp3 1/5 ... 100.00% Now processing music_part-2.mp3 2/5 ... 100.00% Now processing music_part-3.mp3 3/5 ... 100.00% Now processing music_part-4.mp3 4/5 ... 100.00% Now processing music_part-5.mp3 5/5 ... 100.00% C:\temp\tmp>dir *.* 8,629,481 chunk.mp3 8,633,705 music_full.mp3 1,722,828 music_part-1.mp3 1,726,590 music_part-2.mp3 1,727,216 music_part-3.mp3 1,726,589 music_part-4.mp3 1,726,258 music_part-5.mp3
2008-01-31, 9952👍, 0💬
Popular Posts:
Have a windows 8 computer and need to download the Visual C++ Redistributable for visual studio 2012...
What is Shockware Flash Object - Download Program Files (DPF)? Shockware Flash Object is a Download ...
Where to find tutorials as Introduction to Internet Explorer (IE). Here is a list of tutorials to an...
Removing Trojan Vundo with FixVundo.exe from Symantec 1. Downloaded FixVundo.exe from http://securit...
Can I disable Windows service "Windows Image Acquisition (WIA)" to speedup my computer? Windows serv...