mkvdts2ac3
mkvdts2ac3 copied to clipboard
Bash script to convert DTS audio to AC3 within a matroska file.
Free space on the destination filesystem is not calculated properly if an LVM setup is in use. The logic used is 'df -k $DEST' which in my case is: df...
If the DTS track is not the first track in the MKV-file (and therefore, `-f` or `-t` are specified), the extracted language for the new AC3-track is wrong (it will...
Currently, when using `--test` or `--debug`, we don't see the actual values of the "Gathering data"-section, but only debugging things: ``` RESULT:DTSLANG=DTSLANG ``` I think it makes more sense to...
I'm running this on OSX 10.6.8. I have all the listed pre-req libraries/binaries installed. I'm using the supplied test.mkv, but I get the same results with any mkv. I'm applying...
Basically, check not only for a AC3 track but check for the language of the AC3 tracks present. For example, if I were to process a file with a AC3...
Optional flag for 640 encoded AC3, because some media players support it. For example, PS3 supports 640 AC3.
I had an mkv with dts and ac3 already, it would be nice if this situation would remux the video without the dts track IF the option to save the...
It would be nice if in addition to the conversion it could detect header compression and remux without it when no conversion is needed.
Hey there, first of all, thanks for this great script! Saved me a lot of trouble =) Just a short question: why is it that the created AC3 track is...
Email: > Hi Jake, > > thanks for your work on mkvdts2ac3. > I have found a bug, if the mkv file contains spaces, the cleanup doesn't work. > >...