Zeus:~ stevengreen$ bash "/Users/stevengreen/Library/Application Support/SABnzbd/scripts/mediamux.sh" -m /Users/stevengreen/Downloads/file1/file1.mkv
Processing: /Users/stevengreen/Downloads/file1/file1.mkv..
Extracting track 1 with the CodecID 'V_MPEG4/ISO/AVC' to the file '/Users/stevengreen/autsmuxer-tmp-7266/7266.264'. Container format: AVC/h.264 elementary stream
Progress: 100%
Extracting track 2 with the CodecID 'A_AC3' to the file '/Users/stevengreen/autsmuxer-tmp-7266/7266.ac3'. Container format: Dolby Digital (AC3)
Progress: 100%
When i tried it with a different file it worked as it should
Zeus:~ stevengreen$ bash "/Users/stevengreen/Library/Application Support/SABnzbd/scripts/mediamux.sh" -m /Users/stevengreen/Downloads/file1/file1.mkv
Processing: /Users/stevengreen/Downloads/file1/file1.mkv..
Extracting track 1 with the CodecID 'V_MPEG4/ISO/AVC' to the file '/Users/stevengreen/autsmuxer-tmp-7266/7266.264'. Container format: AVC/h.264 elementary stream
Progress: 100%
Extracting track 2 with the CodecID 'A_AC3' to the file '/Users/stevengreen/autsmuxer-tmp-7266/7266.ac3'. Container format: Dolby Digital (AC3)
Progress: 100%
When i tried it with a different file it worked as it should
Just fixed a major issue with the new or recent mkvextract build. Please update to latest of both mkvtoolnix and autsmuxer if you encounter any problems (you will).
scjgreen wrote:Just to let you know i've managed to update MKVToolnix and the script now works perfectly for TV episodes.
Now all i need to do is tweak my setup to get it to work with Movies.
Does the script have options for making it select English Track and DTS to AC3?
By default it selects the first audio track; you can switch with '--atrack n' - use mkvinfo to list tracks. 99% of the time this'll be English, but with MULTi releases, you may have to manually check.
And yes, to retain DTS pass '--dts 1', there's also support for spdif (receiver required, but can bypass DRM).
I was wondering if someone help me figure out the correct settings for what I am trying to do.
I want to remux all downloaded MKV files and just remove any audio or subtitles that aren't english. I don't want to alter the video and I want to keep DTS when it is present.
garbanzo wrote:I was wondering if someone help me figure out the correct settings for what I am trying to do.
I want to remux all downloaded MKV files and just remove any audio or subtitles that aren't english. I don't want to alter the video and I want to keep DTS when it is present.
Unfortunately there's no reliable way to automatically detect language of tracks (some files have labelled tracks, but not all). As for your requirements though, you can determine tracks manually either with:
So I have been using the old mediamux for some time now without issue. But I decided to try and upgrade everything to use the new autsmuxer script. But I seem to be having some trouble. Occasionally it will work. But most of the time I get this error "Error: No track with the ID 0 was found in the source file." Any ideas?
Jeegan wrote:So I have been using the old mediamux for some time now without issue. But I decided to try and upgrade everything to use the new autsmuxer script. But I seem to be having some trouble. Occasionally it will work. But most of the time I get this error "Error: No track with the ID 0 was found in the source file." Any ideas?