Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 29th October 2009, 16:55   #1  |  Link
deank
Programmer (or just 教务长)
 
deank's Avatar
 
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
splitMKV - split big MKV/AVI files + external SRT subtitles in smaller chunks (FAT32)

Here we go with another handy and cool tool: splitMKV. It will be included in multiAVCHD's full download, along with a standalone app download here: http://multiavchd.deanbg.com/splitMKV/

Those of you who have multiAVCHD can simply download the .exe (80KB) and put it in multiAVCHD's folder.

splitMKV is a CLI tool, but since it uses default split size of 4000MiB you can use drag&drop with your MKV/AVI files, too:

Code:
D:\>splitMKV.exe
splitMKV ver 0.02 - split MKV/AVI files with external SRT subtitles (deank@doom9)

Usage: splitMKV.exe input_file [output_folder] [/split:SIZE]
* input_file must be a MKV or AVI
* SIZE is set in MiB - i.e /split:4000 for FAT32 compatibility (default)
It will process MKV or AVI files and will split them in smaller parts (set by /split: option) and on-the-fly it will split the corresponding SRT file, will set new timings and will fix errors in the SRT subtitle file.

Important: SRT files must be saved in ANSI format before processing.

Note: Using this tool makes sense only if you have external SRT subtitles to be split along with the input MKV/AVI file. Otherwise it is just a simple CLI4CLI (for mkvmerge).

The whole idea is to cut the steps for splitting and adjusting subtitles, when user splits the original video, so basically that's what splitMKV does.


Example: splitMKV.exe d:\test_movie.mkv

will split test_movie.mkv in 4GiB chunks along with test_movie.srt so you will get:

test_movie-part-001.mkv
test_movie-part-001.srt
test_movie-part-002.mkv
test_movie-part-002.srt

etc..

Example 2: splitMKV.exe d:\test_movie.mkv /split:700

will split test_movie.mkv in 700MiB chunks...

***

The tool was requested by OPPO BDP-83 blu-ray player users, since it can play MKV files off a USB stick. Because there is a 4GB limit for FAT32, this small tool will come in hand. Of course, splitMKV can be used with multiAVCHD before creating a compilation.

For example you want to create a DVD5 AVCHD disc from 8GiB MKV file. So you can split the MKV with splitMKV first and then create 2 or more DVD5 discs from the split parts.

The tool uses mkvmerge to split the input file and then mediainfo to recalculate the proper timings for newly created SRT segments.

Dean

p.s. I'm not sure if this is the proper forum to post the thread, so if a moderator finds a better place for it, move it. Since splitMKV can be used with tsMuxeR and multiAVCHD, I guess it is not the wrong place.
__________________
multiAVCHD - donate | popBD | uncropMKV | mkv2avi | easySUP

Last edited by deank; 31st October 2009 at 05:58.
deank is offline   Reply With Quote
 

Tags
multiavchd, popbd, splitmkv, tsmuxer, uncropmkv

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:53.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.