Hi, everyone. I have a video clip (.wmv) that has a really ugly gansta' rap audio track I would like to remove. Is there a program in SuSE 9.2 that I can use to strip-off the audio? Thanks! ;o) Gil
On Sat, 2005-04-09 at 08:39 -0500, Gil Weber wrote:
Hi, everyone. I have a video clip (.wmv) that has a really ugly gansta' rap audio track I would like to remove. Is there a program in SuSE 9.2 that I can use to strip-off the audio? So you have just silence? Sure. Download and install MPlayer from Packman's site and type the following:
mencoder in_file.wmv -ovc copy -nosound -o out_file.avi Outfile has to be avi, MPlayer doesn't write anything else. But that command will basically extract the video stream and dump it in a new file. --- Kind regards Hans du Plooy SagacIT (Pty) Ltd hansdp at sagacit dot com
participants (2)
-
Gil Weber
-
Hans du Plooy