Search found 35 matches
- Thu Aug 28, 2014 2:57 pm
- Forum: General MakeMKV discussion
- Topic: Feature Request - File Split by Chapter
- Replies: 20
- Views: 82113
Re: Feature Request - File Split by Chapter
Mosu enhanced the --split function of mkvmerge by a chapter option. Splitting before specific chapters. Syntax: --split chapters:all or --split chapters:A[,B[,C...]] Example: --split chapters:5,8 The parameters A, B, C etc must all be positive integers. Numbering starts at 1. The list of chapter num...
- Sun Feb 17, 2013 11:09 pm
- Forum: Advanced MakeMKV usage
- Topic: N?
- Replies: 11
- Views: 25029
Re: N?
Code: Select all
N - matches if Nth (or bigger) track of the same type and language
- language = (ISO 639-2B/T code - eng,fra,etc...)
So "N" should set to "2" for the second english audio track.
- Sun Feb 17, 2013 10:57 pm
- Forum: MKV file processing and playback
- Topic: Nexus 10 playback
- Replies: 3
- Views: 9547
Re: Nexus 10 playback
I play the original MPEG2 MKV's from MakeMKV remuxed from DVD's without converting them on my Nexus 7 (VLC, CX Player). I have no jerking or frame dropping until now.
- Sun Feb 17, 2013 10:48 pm
- Forum: General MakeMKV discussion
- Topic: Subtitles
- Replies: 10
- Views: 17243
Re: Subtitles
FlagDefault Set if that track (audio, video or subs) SHOULD be active if no language found matches the user preference. http://matroska.org/technical/specs/index.html The "default track" flag tells the player that this track should be played unless the user overrides that decision somehow....
- Wed Feb 13, 2013 7:19 am
- Forum: Advanced MakeMKV usage
- Topic: N?
- Replies: 11
- Views: 25029
Re: N?
What do you mean with ":N flag"? I've never seen such flag in matroska.
- Wed Feb 13, 2013 7:14 am
- Forum: Advanced MakeMKV usage
- Topic: Getting subtitles on foreign films
- Replies: 13
- Views: 28036
Re: Getting subtitles on foreign films
MP4Box can mux vobsub to a MP4 file, but not PGS.
- Wed Feb 13, 2013 7:07 am
- Forum: General MakeMKV discussion
- Topic: Subtitles
- Replies: 10
- Views: 17243
Re: Subtitles
In MKV every language should have its "default subtitle track".
- Wed Jan 30, 2013 6:46 am
- Forum: General MakeMKV discussion
- Topic: Ripping a section of a movie
- Replies: 2
- Views: 6628
- Wed Jan 30, 2013 6:43 am
- Forum: General MakeMKV discussion
- Topic: 20 gb in makemkv and 23 gb in dvdfab. 3 gb?
- Replies: 4
- Views: 9753
Re: 20 gb in makemkv and 23 gb in dvdfab. 3 gb?
Try to remux one of your MKVs with MKVToolnix (or an other MKV muxer) and you get a third file size. This is normal. MKV is not ZIP or RAR. See http://matroska.org/technical/specs/index.html
- Sat Jan 26, 2013 8:34 am
- Forum: General MakeMKV discussion
- Topic: Ripping just selective m2ts segments?
- Replies: 7
- Views: 13299
Re: Ripping just selective m2ts segments?
MakeMKV doesn't remux parts of titles or "m2ts". How many time does your system need for an entire BD title remux?
- Wed Jan 23, 2013 8:17 pm
- Forum: Advanced MakeMKV usage
- Topic: aspect ratio tags possible?
- Replies: 12
- Views: 32110
Re: aspect ratio tags possible?
Display aspect ratio is always 4:3 or 16:9. But you can change the pixel aspect ratio ("PAR", aspect ratio signal) with mkvmerge-gui's header editor ("Video pixel width" & "Video pixel height") or on the command line with mkvpropedit: mkvpropedit myvideo.mkv --edit ...
- Wed Jan 23, 2013 6:40 am
- Forum: General MakeMKV discussion
- Topic: cant remove covers (attachments) from bluray
- Replies: 15
- Views: 30742
Re: cant remove covers (attachments) from bluray
MKVPropEdit does it without muxing a new mkv. You keep the "original" MKV muxed by MakeMKV.
- Tue Jan 22, 2013 6:53 am
- Forum: General MakeMKV discussion
- Topic: MakeMKV creates off spec chapters
- Replies: 7
- Views: 15254
Re: MakeMKV creates off spec chapters
Simply set the last chapter's end time to the end time of the longest video / audio track.
- Mon Jan 21, 2013 7:42 am
- Forum: General MakeMKV discussion
- Topic: Is there anything I am doing wrong or is it just a bug
- Replies: 3
- Views: 8189
Re: Is there anything I am doing wrong or is it just a bug
What version of VLC do you use?
- Thu Jan 17, 2013 6:47 pm
- Forum: General MakeMKV discussion
- Topic: Joining chapters of one film from two disc's.
- Replies: 22
- Views: 40564
Re: Joining chapters of one film from two disc's.
Save the file and drag & drop them in the mkvmerge-gui's chapter editor window.
Or on the command line:
Or on the command line:
Code: Select all
mkvpropedit "input.mkv" -c "mychapters.ogm"