Log in

View Full Version : strip audio from mpg video


dougray
25th May 2006, 00:48
what program to use to strip/delete the audio from a mpg/mpeg video.i just want to erase the audio ,i dont want to "redo" anything. just a simple prog. to erase/delete the audio.

setarip_old
25th May 2006, 02:13
Hi!

Use ANY program that is capable of de-multiplexing MPEGs (such as "TMPGEnc") to save only the videostream...

dougray
25th May 2006, 02:22
thanks

setarip_old
25th May 2006, 02:56
thanksYou're quite welcome ;>}

rootkit
28th May 2006, 15:28
ffmpeg -i movie.mpg -acodec copy audio.mp2