Search found 141 matches

by mgutt
Mon Nov 25, 2019 9:17 am
Forum: Advanced MakeMKV usage
Topic: MKVsortbyAudio bash shell script to sort MKVs by audio codec
Replies: 4
Views: 12132

Re: MKVsortbyAudio bash shell script to sort MKVs by audio codec

Version 0.3 has been released. Since 0.1 I did small changes:

Code: Select all

# 0.3
# - the source folder will be deleted if its empty
# 0.2
# - check mkv modification filetime to ensure its not currently written through an other app
by mgutt
Sun Nov 24, 2019 6:15 pm
Forum: Blu-ray discs
Topic: Trance (2013) - Gefährliche Erinnerung
Replies: 0
Views: 3989

Trance (2013) - Gefährliche Erinnerung

The German Blu-Ray contains 6 relevant playlists: Titelinformationen Name: Trance (English) Name der Quelldatei: 00800.mpls Perspektive: 1 Länge: 1:41:19 Anzahl der Kapitel: 28 Size: 29.7 GB Segmentanzahl: 7 Segmentkarte: 800,801,804,805,806,807,818 Name der Ausgabedatei: Trance - Gefährliche Erinne...
by mgutt
Sat Nov 23, 2019 7:36 pm
Forum: MKV file processing and playback
Topic: A Better Way To Find The Correct Playlist/Segment Map
Replies: 64
Views: 286705

Re: A Better Way To Find The Correct Playlist/Segment Map

I think everyone needs multiple methods to find the correct playlist. A "best" method does not exist. For example the German Blu-Ray of X-Men: Days of Future Past has two relevant playlists. Finally it differs in two m2ts streams. One where you can see the nacked backside of Wolverine and ...
by mgutt
Sat Nov 23, 2019 3:20 pm
Forum: MKV file processing and playback
Topic: How to cut MKV on the exact frame / before sound starts?
Replies: 0
Views: 5679

How to cut MKV on the exact frame / before sound starts?

I'm using usually MKVToolNix to cut MKVs without the need to transcode them. But MKVToolnix does not have any preview or wave analyzer built-in. Sometimes I really like to cut at the exact position and not only at second X. Which tool could I use instead or how could I determine the exact Nanosecond...
by mgutt
Sat Nov 23, 2019 11:31 am
Forum: Blu-ray discs
Topic: Total Recall (2012)
Replies: 3
Views: 6211

Re: Total Recall (2012)

A playlist (.mpls) does not only contain a table, which of the "STREAM" files in which order should be used. It also has tables that define, which subtitles and which audio tracks from the stream file(s) should be available to the player software. I know that. The question is how to deter...
by mgutt
Sat Nov 23, 2019 12:18 am
Forum: MKV file processing and playback
Topic: Batch / Command Line Conversion of SUP to SRT
Replies: 6
Views: 20694

Batch / Command Line Conversion of SUP to SRT

Sometimes its really funny. I'm rippping several weeks now. In this time I tried to find out if there is any app out there being able to batch convert multiple graphical VobSUB (DVD) and PGS SUP (Blu-Ray) subtitles to SRT (text). It seemed that there is no solution out there and even the most popula...
by mgutt
Fri Nov 22, 2019 5:00 pm
Forum: Advanced MakeMKV usage
Topic: MKVsortbyAudio bash shell script to sort MKVs by audio codec
Replies: 4
Views: 12132

Re: MKVsortbyAudio bash shell script to sort MKVs by audio codec

As you can see this MKV is moved to the "AC3" folder as the best German audio track is "AC3 Stereo": 2019-11-22 17_57_23.jpg Instead, this MKV has been moved to "DTS" as the German "AC3 Stereo" track has less channels than the 5.1 DTS track (and finally is an ...
by mgutt
Fri Nov 22, 2019 4:55 pm
Forum: Advanced MakeMKV usage
Topic: MKVsortbyAudio bash shell script to sort MKVs by audio codec
Replies: 4
Views: 12132

Re: MKVsortbyAudio bash shell script to sort MKVs by audio codec

This is how it looks after several MKVs have been sorted:
2019-11-22 17_32_28.jpg
2019-11-22 17_32_28.jpg (153.66 KiB) Viewed 12110 times

The source folder and the cover.jpg is left untouched:
2019-11-22 17_46_19.jpg
2019-11-22 17_46_19.jpg (5.36 KiB) Viewed 12110 times

And the MKV has been moved to the the target "DTS" folder:
2019-11-22 17_46_30.jpg
2019-11-22 17_46_30.jpg (7.27 KiB) Viewed 12110 times
by mgutt
Fri Nov 22, 2019 4:50 pm
Forum: Advanced MakeMKV usage
Topic: MKVsortbyAudio bash shell script to sort MKVs by audio codec
Replies: 4
Views: 12132

Re: MKVsortbyAudio bash shell script to sort MKVs by audio codec

Script #!/bin/sh # ##################################### # MKVsortbyAudio v0.3 # # Description: # MKVsortbyAudio scans recursive all mkvs in the folder <movies_path> and moves them # according their audio codec to <movies_path>_AC3, <movies_path>_DTS and so on. # It uses the same folder structure a...
by mgutt
Fri Nov 22, 2019 4:49 pm
Forum: Advanced MakeMKV usage
Topic: MKVsortbyAudio bash shell script to sort MKVs by audio codec
Replies: 4
Views: 12132

MKVsortbyAudio bash shell script to sort MKVs by audio codec

One of the steps I need after MakeMKV generated the MKV is to add a missing AC3 audio track to avoid transcoding through Plex as most of my clients to not support DTS. I do not like the internal conversion of MakeMKV as it takes ages to rip and convert multiple discs. Instead I create the discs and ...
by mgutt
Wed Nov 20, 2019 12:35 am
Forum: Advanced MakeMKV usage
Topic: Why I prefer AC3 over AAC
Replies: 0
Views: 7834

Why I prefer AC3 over AAC

Many people use Plex, Emby, Kodi etc to play their movies. These players are able to convert for example a DTS track while playing the movie to AAC or AC3 if the client does not support DTS. Many people add an AAC track to avoid this transcoding. Of course this is a good idea, but instead you should...
by mgutt
Tue Nov 19, 2019 11:32 pm
Forum: Advanced MakeMKV usage
Topic: mkv2sup - Auto export and determine forced subtitles
Replies: 5
Views: 22811

Re: mkv2sup - Auto export and determine forced subtitles

Multiple MKVs per movie are supported as well: While exporting all subtitles: 2019-11-20 00_30_26.jpg Result: 2019-11-20 00_32_49.jpg Because of that it supports TV shows as well, but only if your episodes are not located in season subfolders as mkv2sub does not crawl those sub-subfolders (not yet, ...
by mgutt
Tue Nov 19, 2019 10:36 pm
Forum: Advanced MakeMKV usage
Topic: mkv2sup - Auto export and determine forced subtitles
Replies: 5
Views: 22811

Re: mkv2sup - Auto export and determine forced subtitles

Finally you can drag & drop the SUP files into Subtitle Edit and convert them to SRT: 2019-11-19 23_33_13.jpg The SUP file naming is based on Plex: https://support.plex.tv/articles/200471133-adding-local-subtitles-to-your-media/#toc-3 Movies/Movie_Name (Release Date).[Language_Code].forced.ext
by mgutt
Tue Nov 19, 2019 10:36 pm
Forum: Advanced MakeMKV usage
Topic: mkv2sup - Auto export and determine forced subtitles
Replies: 5
Views: 22811

Re: mkv2sup - Auto export and determine forced subtitles

mkv2sup exports all subtitles:
2019-11-19 22_01_30.jpg
2019-11-19 22_01_30.jpg (43.86 KiB) Viewed 22782 times

then determines the forced subtitles:
2019-11-19 22_01_40.jpg
2019-11-19 22_01_40.jpg (22.52 KiB) Viewed 22782 times
by mgutt
Tue Nov 19, 2019 10:35 pm
Forum: Advanced MakeMKV usage
Topic: mkv2sup - Auto export and determine forced subtitles
Replies: 5
Views: 22811

mkv2sup - Auto export and determine forced subtitles

I finished this "little" bash script to automatically export all subtitles of all MKVs and determine the forced subtitles of them. Forced subtitles are determined by their filesize (<3MB works for 99% of my Blu-Ray rips) or if the subtitle track name already has the track name "Forced...