Hi guys,
I was using Popcorn MKV to convert FLAC to DTS, but when I run it it comes back with,
Error Level 1
Program: eac2to
I have Surcode DVD-DTS Encoder installed.
What am I doing wrong? Are there any other methods of doing this? There isn't much information about this type of conversion online so any help is appreciated.
Thanks.
+ Reply to Thread
Results 1 to 4 of 4
-
-
i never used Popcorn MKV.
as you have Surcode DVD-DTS Encoder installed, easiest way would be FLAC--to-->--WAV--to-->DTS.
you can use Audacity to import FLAC and can generate proper 6 mono WAVs with proper plugins to be feeded into SurCode DTS. Alternatively crude method is to modify FLAC headers manually, but does not work properly all the times with surround. -
I have to ask - why do you want DTS? You do understand that DTS is lossy and FLAC is not, right? If you are working under the assumption that DTS will make your audio "better" than the FLAC file you have now, you are wrong.
-
Use Flac to decode to a wav 6 ch file. Then run eac3To with this batch file, and send the extracted channel wav's to surcode for DTS processing.
Save the following as Make_Wavs.bat
if not exist DTS MD DTS
for %%I in (*.wav) do ("C:\Program Files\Eacto\eac3to.exe" "%%I" "DTS\%%I.wavs" )
attrib -r *.wav
del *.wav /q
cd DTS
del *.txt /q
exit
Similar Threads
-
Hybrid(Windows/Linux/Mac): Input -> x264/x265/Xvid/VP8/VP9
By Selur in forum Video ConversionReplies: 2342Last Post: 6th Jun 2025, 09:52 -
Convert DTS-HD to Flac
By SeeManRun in forum AudioReplies: 10Last Post: 25th May 2013, 19:46 -
How i can convert the dts-es or dts-ex 6.1 into dts core 5.1
By fits79 in forum Newbie / General discussionsReplies: 18Last Post: 19th Aug 2012, 16:25 -
help gettinng .m2ts with dts to play on ps3 with the dts intact. got close
By jayjay139 in forum Blu-ray RippingReplies: 0Last Post: 12th Mar 2010, 12:10 -
DTS-hd or TrueHd to flac?
By xenotox in forum Blu-ray RippingReplies: 0Last Post: 22nd Feb 2010, 16:17