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, 6255👍, 0💬
Popular Posts:
This tutorial shows you how to boost performance by stopping and disabling unnecessary services on W...
Where to find tutorials on using Windows Server 2012? I want to learn how to use Windows Server 2012...
What is "UPnP Device Host" in my Windows 7 service list? And how is "UPnP Device Host" service relat...
Can I disable Windows service "Network Associates Task Manager" to speedup my computer? Third party ...
What is a startup application on your Windows system? A startup application is a software applicatio...