Page 1 of 1

Removing Audio?

Posted: 01 Feb 2007 16:27
by 2-D
Well, the anime im trying to convert to my ipod converts into Japanese, and not English. It has both languages on it, but i prefer a language i can understand, lol..

So, is there a way to remove the Japanese audio from a video?

Posted: 02 Feb 2007 00:19
by loqu
try this out, but you need to now the number that corresponds to the english audio track:

--audio-track=<integer> Audio track
Stream number of the audio track to use (from
0 to n).

Posted: 03 Feb 2007 00:13
by 2-D
--audio-track=<integer> Audio track
Stream number of the audio track to use (from
0 to n).
Uh, what do i do with this?

Yes, i know the number.

Posted: 03 Feb 2007 22:48
by loqu
Without using the "Wizard..." Select open file, choose your file, then select "stream/save". Click "Settings...", select your output file, video/audio encoding.

At the top of the window, you should see the output MRL with the "target" box containing something like

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="C:\test.mp4"}}
It's ugly, but you should be able to add --audio-track=1 at the end of the text in the target box, where 1 is the number of the audio track.

I think you could also put audio-track=1 inside of the #transcode{} part, which is probably preferred.

Posted: 04 Feb 2007 04:31
by 2-D
It didnt work, oh well, i give up, thanks for your help.

Posted: 04 Feb 2007 06:06
by loqu
Ah come on, don't give up so easily!

Try it with --audio-track 1
--audio-track 0

But don't just give up ...