I can get Hypercubetranscoder to convert AC3 to WAV but to convert
DTS I know I have to have avi2ac3dts.ax and the intervideo filter (which is installed on the computer), but I have not succeeded in getting Hypercubetranscoder to see the filters for DTS conversion.
I have unzipped them and installed them into the filters folder in Hypercubetranscoder but to no avail.
Where or how does one install the necessary filters so they are registered and Hypercubetranscoder knows they are there?
Thanks.
+ Reply to Thread
Results 1 to 5 of 5
-
-
How about a batch file;
---------------------------
@Echo off
SET VER=Gabest's aziDTS filters - http://gabest.org/
IF %OS%==Windows_NT Goto WinNT
:Win9x
CLS
Echo.
Echo Installing %VER%
Echo
Echo.
Echo Windows 9x or ME Detected.
Echo System Directory is : %WINBOOTDIR%\SYSTEM
Echo.
Echo.
COPY dtssource.ax %WINBOOTDIR%\SYSTEM > nul
COPY avi2ac3dts.ax %WINBOOTDIR%\SYSTEM > nul
Echo.
Echo Installing DTS filter - DtsSource.ax
%WINBOOTDIR%\SYSTEM\REGSVR32 /S dtssource.ax > nul
Echo.
Echo Installing DTS filter - Avi2ac3dts.ax
%WINBOOTDIR%\SYSTEM\REGSVR32 /S avi2ac3dts.ax > nul
Goto End
:WinNT
CLS
Echo.
Echo Installing %VER%
Echo
Echo.
Echo Windows NT or 2000 Detected.
Echo System Directory is : %WINDIR%\SYSTEM32
Echo.
Echo.
COPY dtssource.ax %WINDIR%\SYSTEM32 > nul
COPY avi2ac3dts.ax %WINDIR%\SYSTEM32 > nul
Echo.
Echo Installing DTS filter - DtsSource.ax
%WINDIR%\SYSTEM32\REGSVR32 /S dtssource.ax > nul
Echo.
Echo Installing DTS filter - Avi2ac3dts.ax
%WINDIR%\SYSTEM32\REGSVR32 /S avi2ac3dts.ax > nul
Goto End
:End
SET VER=
Echo.
Echo.
Echo.
Echo Done!
Echo.
pause > nul
exit
---------------------------
---edit---
now if i can just use the correct batch file!
I'm using these filters; http://www.doom9.org/Soft21/Filters/test.rar
(no hot linking) They're at the page; http://www.doom9.org/software2.htm#filters -
Thanks gastorgrab.
I found a utility amongst the tools section and it manages the various filters, including installing and registering.
Even so Hypercubetranscoder does not work with the DTS files.
Easier to record as a wave and covert it than all this.
Other methods (with AC3)I have tried either had so much hiss they were unplayable or they played at about 3x speed. Not worth the bother when you've got lots of other stuff to get done. -
Originally Posted by colojim
Its not just you!
I think Nero 6 has bumped the filter priority somewhere but i just can't find where yet.
I know that TMPGEnc can make use of the AC3ACM Decompressor but the volume will be too low unless you use the normalize function. (in case your feelin lazy) -
Yep there are a lot of interplaying details in video capture/ conversion etc.
No wonder it is a hobby and a site as large as this is dedicated to it.
I would not have learnt as much as I have if it was not for this site and the forum.
One of the strangest problems I have had to deal with is the Canopus ADVC50 with XP service pack 1 and Direct X 9.
Where I have XP and Direct X 8 the Canopus works every time.
The other partition I use has XP SP1 and Direct X 9. THe Canopus works sometimes but mostly is not visisble, despite loading 1394 filters.
You need a Linux command line type of expertise to overcome most problems quickly, and although I have a little of that experience it is not enough but I am getting there bit by bit.
Similar Threads
-
Haali Media Splitter, LAV Filters, AV Splitter...How do these filters work?
By Moontrash in forum Software PlayingReplies: 3Last Post: 25th Feb 2012, 18:00 -
Location of codecs
By pooksahib in forum Newbie / General discussionsReplies: 2Last Post: 10th Jun 2011, 15:29 -
Location Videohelp.com
By anon_private in forum Off topicReplies: 3Last Post: 24th Oct 2010, 21:59 -
[Solved] Question about MPlayer filters in FFDShow and Mencoder filters
By BlooderButcher in forum Video ConversionReplies: 4Last Post: 24th Nov 2008, 11:32 -
Invalid Location
By Justgrant2009 in forum Newbie / General discussionsReplies: 8Last Post: 17th Aug 2007, 18:48