Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Demuxing (Demultiplexing) MPEG Files with mpgtx
Demuxing (Demultiplexing) MPEG Files with mpgtx
✍: Guest
The demux function (-d command option) of "mpgtx" allows you to demultiplex a MPEG file to separate streams of media data into separate output files. Here is an example of demuxing a MPEG-1 file:
C:\temp>\local\bin\mpgtx -d sample_part.mpg -b sample_stream DemultiplexingXXX : [audio 01 video 01] [ 99.63%] C:\temp>dir sample*.* 4,913,152 sample_full.m1s 1,739,330 sample_part.mpg 1,403,732 sample_stream-0.m1v 280,317 sample_stream-0.mp2
The output files look good:
* "sample_stream-0.m1v" - The video stream data encoded in MPEG-1 Video format.
* "sample_stream-0.mp2" - The video stream data encoded with MPEG-1 Layer 2 Audio format.
2008-01-29, 6336👍, 0💬
Popular Posts:
What is "Lenovo Keyboard Noise Reduction" in my Windows 7 service list? And how is "Lenovo Keyboard ...
My mail cannot sync and there is a message that my email address is not available when I click on th...
How to use sc.exe command to delete an existing service? If you want to delete a service created by ...
windows.fyicenter.com offers a large collection of tutorials and frequently asked questions on Windo...
How to download and install HiJackThis? If you want to download and install HiJackThis to your Windo...