VCDQuality Forums
Show all 4 posts from this thread on one page

VCDQuality Forums (http://www.vcdhq.com/forum/index.php)
- Computer and Audio/Video help (http://www.vcdhq.com/forum/forumdisplay.php?forumid=56)
-- Stripping audio from mkv file (http://www.vcdhq.com/forum/showthread.php?threadid=84100)


Posted by Ripper on 01-29-2009 08:36 AM:

Stripping audio from mkv file

Anyone know of a good program that i can strip an audio out of dual mkv files, needs to be 1 that can take say primary russian out and the secondary english pushed into primary position on the mkv file

__________________
I was never caught!


Posted by Mother on 01-29-2009 09:02 AM:

http://www.bunkus.org/videotools/mkvtoolnix/index.html

Hope you're not allergic to command-line tools!


Posted by Bakkoda on 01-29-2009 02:27 PM:

more specifically:

to get the track ID: mkvmerge -i FILE

you will get something like

code:
File 'MOVIE.mkv': container: Matroska Track ID 1: video (V_MPEG4/ISO/AVC) Track ID 2: audio (A_AC3) Track ID 3: subtitles (S_TEXT/UTF8)


then

mkvextract tracks FILE 2:OUTPUT.ac3

then use mkvmerge to insert the new audio we created above

mkvmerge -v -o OUTPUT.mkv INPUT -a 0 ENGLISH.ac3

Output will be the newly named and english copy. Input is the file you are inserting it to. It will have to make a new copy.

Its early and I just woke up so this might b wrong. Theres a few GUIs for mkvtools in windows also.


Posted by Ripper on 01-29-2009 07:48 PM:

Thanks guys i tried a win based program gui but it did it quickly but when i play back the film and you scroll across it pixels so may have to do command prompt, may try playing it with another player and see for sure but not looking great, the file was 7.89 gig now it's 7.60 so not as big as saving as i had hoped for

__________________
I was never caught!


All times are GMT. The time now is 04:02 AM.
Show all 4 posts from this thread on one page

Powered by: vBulletin Version 2.3.0
Copyright © Jelsoft Enterprises Limited 2000 - 2002.