Search found 4 matches
- Sun Dec 18, 2016 11:50 pm
- Forum: Advanced MakeMKV usage
- Topic: Change Default Naming of Tracks
- Replies: 8
- Views: 39324
Re: Change Default Naming of Tracks
Is there a way that's not too complicated to set the naming of tracks? An example would be if I want Dolby TrueHD tracks to say "Dolby TrueHD" instead of "Surround." Another example is the video tracked being labeled MPEG-4 AVC if it's MPEG-4 and VC-1 if it's VC-1 based on codec...
- Fri Dec 16, 2016 1:14 am
- Forum: Advanced MakeMKV usage
- Topic: Convert ISO files to MKV with a batch
- Replies: 5
- Views: 32147
Re: Convert ISO files to MKV with a batch
Great, that's a very good beginning. I have created a batch named copy.bat with all your code, in \\192.168.0.130\VIDEOS When i launch it, the script scans everything into my C:\ drive, i dont understand why. It finds an Office 2016 ISO ans it tries to convert it into a MKV file. Normal : I have an...
- Sat Dec 10, 2016 1:36 am
- Forum: Advanced MakeMKV usage
- Topic: Convert ISO files to MKV with a batch
- Replies: 5
- Views: 32147
Re: Convert ISO files to MKV with a batch
I wrote this a while ago which should do the trick; Note: You CANNOT have a space between iso: and the input filename or it will break the command. In order to prevent myself from missing this mistake, I use a SET command to create a %OPTS% (options) variable Also, If you have many ISOs in the same ...
- Sat Dec 10, 2016 12:57 am
- Forum: Advanced MakeMKV usage
- Topic: Ripping discs with makemkvcon & Windows
- Replies: 1
- Views: 11002
Ripping discs with makemkvcon & Windows
Hi mkv'ers I've searched high and low and haven't found a solution for the following problem; I'm trying to see if there is a way to 'detect' which optical drive is right-clicked in Windows for use with makemkvcon... Typically in batch, Windows uses %1 or %~dpnx1 for the "first" file/folde...