Search found 9 matches

by eelisland
Wed Aug 03, 2016 3:45 pm
Forum: General MakeMKV discussion
Topic: Problem with July key / 1.10.0 version
Replies: 16
Views: 34401

Re: Problem with July key / 1.10.0 version

Many thanks for the new Key.

regards,
by eelisland
Fri Jul 31, 2015 6:26 pm
Forum: General MakeMKV discussion
Topic: Key expired. No new key available.
Replies: 12
Views: 24666

Re: Key expired. No new key available.

Many thanks for the new beta key for this great software.

regards.
by eelisland
Wed Feb 04, 2015 5:57 pm
Forum: General MakeMKV discussion
Topic: New activation code till end of March 2015 doesn't work
Replies: 39
Views: 85812

Re: New activation code till end of March 2015 doesn't work

Thanks new beta key work with current date!
by eelisland
Wed Apr 30, 2014 10:13 am
Forum: Advanced MakeMKV usage
Topic: [SOLVED] makemkvcon and utf 8 character from bash script
Replies: 5
Views: 13560

Re: makemkvcon and utf 8 character from bash script

Just for the little story, the makemkvcon file still contain thoses strange characteres but they are now well handled by bash, here a sample of the script output in debug mode ( -x ) + read -ra fields + case ${fields[0]} in + bd_name[0]='Belle et S?©bastien' + IFS='"' + read -ra fields + case $...
by eelisland
Wed Apr 30, 2014 9:19 am
Forum: Advanced MakeMKV usage
Topic: [SOLVED] makemkvcon and utf 8 character from bash script
Replies: 5
Views: 13560

Re: makemkvcon and utf 8 character from bash script

@Lightsabersetc Thanks editing /etc/profile.d/lang.sh works fine after a full log off. I have edited with root, loged off the root session but not my user session :wink: export LANG=en_US.UTF-8 @kevmitch My script is executing makemkvcon -r info to file and then the file is parsed in a bash while lo...
by eelisland
Tue Apr 29, 2014 5:22 pm
Forum: Advanced MakeMKV usage
Topic: [SOLVED] makemkvcon and utf 8 character from bash script
Replies: 5
Views: 13560

[SOLVED] makemkvcon and utf 8 character from bash script

When opened from the GUI, label is chown as attended: Belle et S?bastien But when i run it from shell script CINFO:2,0,"Belle et S?©bastien" CINFO:28,0,"eng" CINFO:29,0,"English" CINFO:30,0,"Belle et S?©bastien" Don't know if it's relevant but i have tried to ...
by eelisland
Fri Apr 25, 2014 9:21 pm
Forum: Advanced MakeMKV usage
Topic: Select all english & spanish audio and subtitles by default?
Replies: 14
Views: 34382

Re: Select all english & spanish audio and subtitles by defa

Hello Kwanbis,

I have responded to the thread, i have added a link to my answer and i think this need a moderator approval, anyway i have also responded to you in PM

I will answer here again, use:

Code: Select all

spa
instead of

Code: Select all

esp
esp is not a valid bd langue code, hope this help
by eelisland
Wed Apr 23, 2014 6:47 pm
Forum: Advanced MakeMKV usage
Topic: Select all english & spanish audio and subtitles by default?
Replies: 14
Views: 34382

Re: Select all english & spanish audio and subtitles by defa

Don't use esp

Code: Select all

-sel:all,+sel:(eng|esp|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
use spa instead:

Code: Select all

-sel:all,+sel:(eng|spa|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
List of languages codes here:

http://forum.doom9.org/showthread.php?t=155762

Hope that help
by eelisland
Fri Mar 21, 2014 1:59 pm
Forum: Advanced MakeMKV usage
Topic: Select all english & spanish audio and subtitles by default?
Replies: 14
Views: 34382

Re: Select all english & spanish audio and subtitles by defa

Hello, I have also bang my head recently with this, and i have some examples, hope this help :) WARN: i don't use the PREFERED LANGUAGE option, i.e prefered language = none in the Preference. You can also add at the end: +sel:attachment to extract the .jpg picture included in some disk To verify if ...