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?
Can I from the command prompt select the soundtrack
-
- Posts: 7
- Joined: Sun May 26, 2013 10:49 am
Re: Can I from the command prompt select the soundtrack
Hi Martin.
can you please rephrase this?Can I get the available audio formats in a file?
Mistakes are learning tools.
-
- Posts: 7
- Joined: Sun May 26, 2013 10:49 am
Re: Can I from the command prompt select the soundtrack
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
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
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
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
You can get the information from a file using something like
Code: Select all
SERVER$makemkvcon info file:/source/
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>
-
- Posts: 7
- Joined: Sun May 26, 2013 10:49 am
Re: Can I from the command prompt select the soundtrack
Thanks will give it a try tomorrow