Hi all,
I'm hoping someone might be able to help me here...
I'm using HCEnc with an avs file that uses soundOut()
When I hit the Encode button, the Soundout Gui window pops up but when I click on the save as button to encode it as an AC3, I get this error: "Could not initialize encoder. Probably invalid input."
I'm guessing I'm missing a program or it's in the wrong directory....
Any ideas?
I can save it as a wav file.
Here's my test script:
LoadPlugin("degrainmedian.dll")
LoadPlugin("fft3dfilter.dll")
LoadPlugin("ColorMatrix.dll")
LoadPlugin("AudioLimiter.dll")
LoadPlugin("soxfilter.dll")
loadplugin("SoundOut.dll")
avisource("E:\Orginal with audio -480ms delay.AVI",audio=true)
AssumeFPS("ntsc_video",sync_audio=true)
Trim(101,4458).Fadeio(30)
ConvertAudioToFloat().SSRC(41000)
fl = GetRightChannel()
fr = GetRightChannel()
cc = mixaudio(GetRightChannel(),GetRightChannel(),0.707 ,0.707)
lfe = GetRightChannel() #ConvertToMono(a).SoxFilter("lowpass 120","vol 1.2")
sl = GetRightChannel() #.amplify(-1.0)
sr = GetRightChannel() #.amplify(-1.0)
sl = DelayAudio(sl,0.02)
sr = DelayAudio(sr,0.02)
MergeChannels( fl, fr, cc, lfe, sl, sr).wavgainlimiter(1.0)
SoundOut()
Thanks,
Chris
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
HC Encoder input file challenge/ AVIsynth script?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 16Last Post: 10th Jan 2014, 13:02 -
New to HC Encoder: .D2V files as input?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 1Last Post: 27th Oct 2011, 09:41 -
Raw .264 as input for x264-encoder
By e_i_s_t in forum Blu-ray RippingReplies: 0Last Post: 11th Nov 2008, 04:27 -
Philips DPV-5992 not recognizing a USB HD - "Input Invalid"
By benvid in forum Newbie / General discussionsReplies: 6Last Post: 21st Jun 2008, 17:02 -
Subtitle Input string not correct format/Input subtitle file error (SOLVED)
By Webgirl in forum SubtitleReplies: 8Last Post: 13th Mar 2008, 08:59