Skip to content

abray1978/ConvertDTStoAC3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS APPLICATION IS PROVIDED AS IS.  AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE OR ISSUES THAT IT MAY CAUSE.

This .NET application was built to allow me to basically convert DTS to AC3 using MKVTOOLNIX, FFMPEG all with SABNZBD while on a Windows machine.  

I used the logic from mkvdts2ac3.sh, written by Jake Wharton & Chris Hoekstra.  Awesome work gents!

You will need to have FFMPEG, Sed for Windows and MKVTOOLNIX.

Usage:

ConvertDTStoAC3.exe -source <directory with your mkv files> -mkvtoolnixpath <path to mkvtoolnix files> -ffmpegpath <path to ffmpeg> -sedpath <path to sed for windows> 

Optional Command Line Arguments:

-verbose
	All output from each mkvtoolnix command and FFMPEG will be displayed

-keeporiginal
	The original MKV file will not be removed

This was written in .NET 4.0, so you will need that on your windows system for this to work.

To use this with sabnzbd, create a script similar to the following:

convertDTS2AC3.bat:

@ECHO off

CD /D %1
D:\Convert\ConvertDTStoAC3.exe -debug -mvktoolnixpath d:\Convert -ffmpegpath d:\Convert -sedpath d:\Convert -source %1

About

Windows .NET 4 Console App that will search through a directory (and all sub-directories) for MKV files and run MKVTOOLSNIX and FFMPEG against them to convert DTS to AC3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages