Search found 4 matches

by cxhamilton
25 Nov 2013, 15:12
Forum: Extension scripts
Topic: [PP-Script] Set Default Language
Replies: 6
Views: 6693

Re: [PP-Script] Set Default Language

mkvpropedit is not available on my platform :( It has a lot of dependencies. How about writing directly into file or extend enzyme for that? ;) Well, since you asked with a winky-smiley ... I have a working prototype, based on enzyme code, that will correctly flip the default flag bit. Before I cle...
by cxhamilton
21 Nov 2013, 18:22
Forum: Extension scripts
Topic: [PP-Script] Set Default Language
Replies: 6
Views: 6693

Re: [PP-Script] Set Default Language

The current version uses enzyme to parse the MKV. It generates the appropriate command arguments and executes mkvpropedit. Total time is < 5 seconds, even for very large MKVs.
by cxhamilton
21 Nov 2013, 03:32
Forum: Extension scripts
Topic: Remux H.264 MKV to M4V for Apple ?
Replies: 4
Views: 6318

Re: Remux H.264 MKV to M4V for Apple ?

Possible? Most likely, if you can find a build of Handbrake CLI and/or ffmpeg for your NAS platform. Would you want to remux a multi-GB file on a NAS? Probably not. Remuxing/transcoding requires a significant amount of CPU horsepower, which NAS platforms are typically constrained by -- sometimes con...
by cxhamilton
20 Nov 2013, 14:31
Forum: Extension scripts
Topic: [PP-Script] Set Default Language
Replies: 6
Views: 6693

[PP-Script] Set Default Language

Hello. I have been working on a pp-script that will analyze an MKV and reset the track's default audio language flags based on a series of preferences (preferred language, ignore words, etc.). I'm writing this script to solve a problem with TV shows and movies having a foreign language set as the de...