First page Back Continue Last page Overview Graphics
Mplex audio and video
- avidemux2 created separate audio and video files.  Check file types with “file” command- video = MPEG Video Stream data
- audio = MP2, 384 kBits, 48 kHz, Stereo
 
- Run mplex to create one file with audio/video- mplex -f 8 -O 100ms -o file.mpg file.mp2 file.m2v
- -f 8 indicates DVD format
- -O indicates a/v time skew
- beware audio out of sync with video
- view file.mpg with xine/mplayer and check a/v sync
 
- -o file.mpg is the combined a/v output file
 
Notes: