Page 1 of 1
Can I from the command prompt select the soundtrack
Posted: Tue Jun 18, 2013 11:56 am
by Martin_Andersen
I always go for the best sound quality, so I just want DTS, TrueHd and so on.
Can I get the available audio formats in a file?
Re: Can I from the command prompt select the soundtrack
Posted: Sun Jun 23, 2013 2:06 pm
by austingrd
Hi Martin.
Can I get the available audio formats in a file?
can you please rephrase this?
Re: Can I from the command prompt select the soundtrack
Posted: Sun Jun 23, 2013 2:32 pm
by Martin_Andersen
Is there a way to get information about tacks and available audio formats?
I am used to the GUI but are now moving to debian (OpenMediaVault) And I want to rip blu-rays like I used to only the main movie and the best sounding soundtrack
Re: Can I from the command prompt select the soundtrack
Posted: Sun Jun 23, 2013 4:17 pm
by GileraGFR
I've just asked a similar question regarding selecting a particular audio track, the post is waiting on approval.
You can get the information from a file using something like
Code: Select all
SERVER$makemkvcon info file:/source/
but it depends on whether your doing this from a disk, image or file.
Just bash
makemkvcon at the prompt to bring up the following help
Code: Select all
Use: makemkvcon [switches] Command [Parameters]
Commands:
info <source>
prints info about disc
mkv <source> <title id> <destination folder>
saves a single title to mkv file
stream <source>
starts streaming server
backup <source> <destination folder>
backs up disc to a hard drive
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>
Re: Can I from the command prompt select the soundtrack
Posted: Sun Jun 23, 2013 5:18 pm
by Martin_Andersen
Thanks will give it a try tomorrow