Search found 35 matches

by fryk.
Thu Aug 28, 2014 2:57 pm
Forum: General MakeMKV discussion
Topic: Feature Request - File Split by Chapter
Replies: 20
Views: 76311

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...
by fryk.
Sun Feb 17, 2013 11:09 pm
Forum: Advanced MakeMKV usage
Topic: N?
Replies: 11
Views: 22167

Re: N?

Code: Select all

    N           - matches if Nth (or bigger) track of the same type and language
- type = (video, audio, subtitle)
- language = (ISO 639-2B/T code - eng,fra,etc...)

So "N" should set to "2" for the second english audio track.
by fryk.
Sun Feb 17, 2013 10:57 pm
Forum: MKV file processing and playback
Topic: Nexus 10 playback
Replies: 3
Views: 8569

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.
by fryk.
Sun Feb 17, 2013 10:48 pm
Forum: General MakeMKV discussion
Topic: Subtitles
Replies: 10
Views: 15372

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....
by fryk.
Wed Feb 13, 2013 7:19 am
Forum: Advanced MakeMKV usage
Topic: N?
Replies: 11
Views: 22167

Re: N?

What do you mean with ":N flag"? I've never seen such flag in matroska.
by fryk.
Wed Feb 13, 2013 7:14 am
Forum: Advanced MakeMKV usage
Topic: Getting subtitles on foreign films
Replies: 13
Views: 25745

Re: Getting subtitles on foreign films

MP4Box can mux vobsub to a MP4 file, but not PGS.
by fryk.
Wed Feb 13, 2013 7:07 am
Forum: General MakeMKV discussion
Topic: Subtitles
Replies: 10
Views: 15372

Re: Subtitles

In MKV every language should have its "default subtitle track".
by fryk.
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: 8764

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
by fryk.
Sat Jan 26, 2013 8:34 am
Forum: General MakeMKV discussion
Topic: Ripping just selective m2ts segments?
Replies: 7
Views: 11583

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?
by fryk.
Wed Jan 23, 2013 8:17 pm
Forum: Advanced MakeMKV usage
Topic: aspect ratio tags possible?
Replies: 12
Views: 29424

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 ...
by fryk.
Wed Jan 23, 2013 6:40 am
Forum: General MakeMKV discussion
Topic: cant remove covers (attachments) from bluray
Replies: 15
Views: 27725

Re: cant remove covers (attachments) from bluray

MKVPropEdit does it without muxing a new mkv. You keep the "original" MKV muxed by MakeMKV.
by fryk.
Tue Jan 22, 2013 6:53 am
Forum: General MakeMKV discussion
Topic: MakeMKV creates off spec chapters
Replies: 7
Views: 13687

Re: MakeMKV creates off spec chapters

Simply set the last chapter's end time to the end time of the longest video / audio track.
by fryk.
Thu Jan 17, 2013 6:47 pm
Forum: General MakeMKV discussion
Topic: Joining chapters of one film from two disc's.
Replies: 22
Views: 35944

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:

Code: Select all

mkvpropedit "input.mkv" -c "mychapters.ogm"