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, 6155👍, 0💬
Popular Posts:
Can I disable Windows service "Network DDE DSDM" to speedup my computer? Microsoft application servi...
How to stop a Windows XP service getting started automatically at system startup time, or disabling ...
How to create a command button to run my macro in slide show view? I have created a macro that displ...
What is the installed program "Roslyn Language Services - x86" on my Windows 7 computer? Why it is n...
How to remove BTTray.exe from startup program list? If you are not using any bluetooth devices, you ...