Many thanks for the new Key.
regards,
Search found 9 matches
- Wed Aug 03, 2016 3:45 pm
- Forum: General MakeMKV discussion
- Topic: Problem with July key / 1.10.0 version
- Replies: 16
- Views: 54673
- Fri Jul 31, 2015 6:26 pm
- Forum: General MakeMKV discussion
- Topic: Key expired. No new key available.
- Replies: 12
- Views: 36012
Re: Key expired. No new key available.
Many thanks for the new beta key for this great software.
regards.
regards.
- 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: 122666
Re: New activation code till end of March 2015 doesn't work
Thanks new beta key work with current date!
- Wed Apr 30, 2014 10:13 am
- Forum: Advanced MakeMKV usage
- Topic: [SOLVED] makemkvcon and utf 8 character from bash script
- Replies: 5
- Views: 18255
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 ...
+ read -ra fields
+ case ${fields[0]} in
+ bd_name[0]='Belle et S?©bastien'
+ IFS='"'
+ read -ra fields
+ case ...
- Wed Apr 30, 2014 9:19 am
- Forum: Advanced MakeMKV usage
- Topic: [SOLVED] makemkvcon and utf 8 character from bash script
- Replies: 5
- Views: 18255
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 ...
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 ...
- Tue Apr 29, 2014 5:22 pm
- Forum: Advanced MakeMKV usage
- Topic: [SOLVED] makemkvcon and utf 8 character from bash script
- Replies: 5
- Views: 18255
[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 change my locale variable whithout ...
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 change my locale variable whithout ...
- Fri Apr 25, 2014 9:21 pm
- Forum: Advanced MakeMKV usage
- Topic: Select all english & spanish audio and subtitles by default?
- Replies: 14
- Views: 46602
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:
instead of
esp is not a valid bd langue code, hope this help
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
spaCode: Select all
esp- Wed Apr 23, 2014 6:47 pm
- Forum: Advanced MakeMKV usage
- Topic: Select all english & spanish audio and subtitles by default?
- Replies: 14
- Views: 46602
Re: Select all english & spanish audio and subtitles by defa
Don't use esp
use spa instead:
List of languages codes here:
http://forum.doom9.org/showthread.php?t=155762
Hope that help
Code: Select all
-sel:all,+sel:(eng|esp|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)Code: Select all
-sel:all,+sel:(eng|spa|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)http://forum.doom9.org/showthread.php?t=155762
Hope that help
- Fri Mar 21, 2014 1:59 pm
- Forum: Advanced MakeMKV usage
- Topic: Select all english & spanish audio and subtitles by default?
- Replies: 14
- Views: 46602
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 ...
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 ...