mkvdts2ac3 icon indicating copy to clipboard operation
mkvdts2ac3 copied to clipboard

Bash script to convert DTS audio to AC3 within a matroska file.

Results 44 mkvdts2ac3 issues
Sort by recently updated
recently updated
newest added

Incorrectly used "0:1" as first argument to `--track-order` which puts the AC3 track first instead of video.

Currently, as far as I can tell, the only options are to direct the AC3 soundtrack to its own file, or to overwrite the original file. I'd like to have...

I have some files I'm trying to convert which have DTS which can't be read by our TV, but some have instead "DTS-HD" audio. mkvmerge -i output gives `Track ID...

Thats the error that i have , the script is at /home ,i dont know if thats a bug, or /tmp is in another place? file is like 4 gb

I was trying to use mkvdts2ac3 in a while loop to process all my mkv's that have DTS tracks, and it would always stop after processing one file. I searched...

When copying over the original file, it would be good to be able to pass several mkv files to the script (full paths or *.mkv, etc), and it would iterate...

Hello! Got mkvdts2ac3 from Homebrew package manager on OSX. First run was not successful: > mkvdts2ac3 dts_eng.mkv ``` mkvdts2ac3-1.6.0 - by Jake Wharton and Chris Hoekstra Extracting Timecodes: progress: 100%...

I think, if I request a --new file, then the old one is not changed anyway. Hence, the check for [ -z $EXTERNAL ] is not sufficient. I'd propose [...

It would be great if you could add a flag for preserving the original timestamp. I'm using xbmc so when I convert an older file it pops up in the...

FFmpeg was removed from official repos as of Ubuntu 14.04. I have successfully used the script by installing libav-tools and creating a symbolic link to ffmpeg: sudo ln -s /usr/bin/avconv...