Win One Button DVD/BluRay Ripping using a Launcher from within XBMC
#78
(2012-07-26, 21:14)wints Wrote: Hi guys, great addon but why does it make 3 copys of the film all different sizes? and i have handbrake to compress set in the file cheers for any help

It normally shouldn't, but if your disc has three streams on it all over 3600 seconds, then it grabs all of them as it can't tell which one you actually want. This rarely happens as usually there is only one main video stream but can happen. Just have to delete the ones you do not want after.

If the probably persists with a lot of other discs, let me know and I'll take a look at it, but this issue should be a rare one. I have it listed in the known issues section as there isn't much that can be done about it.


(2012-07-26, 21:05)kaffekask Wrote: Here is how you can identify which tracks have English audio and Swedish subtitles.
Code:
mkvmerge --ui-language en --identify-verbose "D:\input\Somefile.mkv" | find /i ": audio (" | find /i "language:eng"

mkvmerge --ui-language en --identify-verbose "D:\input\Somefile.mkv" | find /i ": subtitles (" | find /i "language:swe"

Then you just need som logic to handle answer and get the track numbers and then make the command which should loke something like:
Code:
mkvmerge -o "D:\output\Somefile.mkv" -a 1 -s 4 "D:\input\Somefile.mkv"

Thank you very much for sharing this with everyone Kaffekask +1 rep
Reply


Messages In This Thread
[No subject] - by Spinalcrack - 2011-07-10, 23:22
New forum member is here - by Geatteevold - 2012-08-23, 03:11
[No subject] - by Johnnovision - 2011-07-12, 22:39
[No subject] - by patm95 - 2011-07-13, 05:03
[No subject] - by Spinalcrack - 2011-07-13, 05:40
[No subject] - by realjobe - 2011-07-13, 13:30
[No subject] - by Spinalcrack - 2011-07-13, 14:20
[No subject] - by publicENEMY - 2011-12-09, 04:40
RE: - by apr0mpt - 2013-01-16, 23:53
[No subject] - by Valdysses - 2012-02-25, 19:17
[No subject] - by Spinalcrack - 2012-02-26, 00:30
[No subject] - by cank - 2012-02-26, 21:32
[No subject] - by Spinalcrack - 2012-02-26, 23:45
[No subject] - by cank - 2012-02-27, 03:31
[No subject] - by Spinalcrack - 2012-02-27, 03:52
any news? - by TheOutlawEzE - 2012-02-28, 07:44
[No subject] - by Spinalcrack - 2012-02-28, 15:34
Updated version - by Spinalcrack - 2012-02-29, 06:46
[No subject] - by TheOutlawEzE - 2012-03-01, 06:24
[No subject] - by Spinalcrack - 2012-03-01, 06:38
RE: One Button DVD/BluRay Ripping using a Launcher from within XBMC - by Spinalcrack - 2012-07-26, 21:19
*** Major Bug Fix *** - by Spinalcrack - 2012-08-06, 21:42
Logout Mark Read Team Forum Stats Members Help
One Button DVD/BluRay Ripping using a Launcher from within XBMC9