AC3Source problem » Financial Independence » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 06.04.2025 - 13:31:08
Pages:  1  

AC3Source problem

Advertising

.
MessageAuthor

hi i tried the script below LoadPlugin("C:\Program Files\AviSynth\AC3Source.dll") LoadPlugin("C:\Program Files\AviSynth\MPEGDecoder.dll") video=MPEGSource("E:\a.M2V",-2,"raw") audio=AC3Source("E:\a.AC3") audiodub(video,audio) but it complains about "invalid arguments to function Ac3Source" the readme file included in AC3Source.zip doesn't says about any parameters to Ac3Source Function how can i use the above function ? thanks in advance p.s. i'm using Avisynth v2.07.0 the .m2v and .ac3 produced by dvddecrypter (demux) the same happens with raw files !!!

-------------------------------

mikebike

users




Statistics:
Messages: 17
Registration: 01.29.2002
19.01.21 - 07:33:47
Message # 1
RE: AC3Source problem

have the same problem, i tried also other thing like "Clip="

-------------------------------

Sonic A

users




Statistics:
Messages: 362
Registration: 12.09.2002
19.01.21 - 07:37:43
Message # 2
RE: AC3Source problem

pure avisynth script 

-------------------------------

jwocky

users




Statistics:
Messages: 247
Registration: 04.07.2002
19.01.21 - 07:47:13
Message # 3
RE: AC3Source problem

no i'm using pure avisynth script

-------------------------------

M3Romeo

users




Statistics:
Messages: 34
Registration: 12.30.2002
19.01.21 - 07:56:41
Message # 4
RE: AC3Source problem

If you would have read the thread/faq carefully you will see that AC3Source is a AviSynth v2.5 plugin.

-------------------------------
Li Hao Zhe....Strength Love and Wisdom 1995 Civic EX (Stock)

Li Hao Zhe

users




Statistics:
Messages: 7
Registration: 04.29.2001
19.01.21 - 08:04:10
Message # 5
RE: AC3Source problem

ok, I`ve downloaded the latest avisynth from I used this script: # PLUGINS LoadPlugin("D:\PROGRA~1\DVD-UT~1\Autodub\SOFTS\AVSFILE\ac3source.dll") LoadPlugin("D:\PROGRA~1\DVD-UT~1\Autodub\SOFTS\AVSFILE\MPEG2DEC.DLL") LoadPlugin("D:\PROGRA~1\DVD-UT~1\Autodub\SOFTS\AVSFILE\LANCZOS3.DLL") # # SOURCE Video=Mpeg2Source("D:\Save\Star\vts_01.d2v") Audio=ac3source("D:\Save\Star\s.ac3") # # CROPPING Video=Crop(Video,3,72,717,434) # # RESIZING Video=Lanczos3Resize(Video,544,224) # # # FINISH Audiodub(Video,Audio) Then I have an avisynth-error like "Unrecognized exzeption!" in line 7 (mpeg2source). Possible that my MPEG2DEC.DLL is not compatible with the new avisynth (like it stands in the headline of the website)? where can I get a working version?

-------------------------------
2000 M Coupe AA Supercharger S50 Intake Manifold TC Kline S/A Coilovers Turner Shorty Headers Magnaflow 14815's Stoptech Drilled Rotors LeatherZ Custom Blue Trim ACS pedals and E-brake Handle Momo Shift Knob Clear corners 35% tint Forgelines 19x9 et3

b22md

users




Statistics:
Messages: 238
Registration: 10.18.2002
19.01.21 - 08:10:09
Message # 6
RE: AC3Source problem

Read the YV12 faq (Q2), yes you need a special mpeg2dec version! Btw, Lanczos as plugin is not a v2.5 plugin, but happily it is built in. Also the crop values must be even. So your script must be something like: LoadPlugin("D:\PROGRA~1\DVD-UT~\Autodub\SOFTS\AVSFILE\ac3source.dll") LoadPlugin("D:\PROGRA~1\DVD-UT~1\Autodub\SOFTS\AVSFILE\MPEG2DEC3.DLL") Video=Mpeg2Source("D:\Save\Star\vts_01.d2v") Audio=ac3source("D:\Save\Star\s.ac3") Video=Crop(Video,4,72,716,434) Video=Lanczos3Resize(Video,544,224) Audiodub(Video,Audio)

-------------------------------
Clear Corners and Tires are not considered a modification.

Khoalty

users




Statistics:
Messages: 73
Registration: 05.10.2001
19.01.21 - 08:13:36
Message # 7
RE: AC3Source problem

thanks 

-------------------------------
My 95 M3 AVUS My 05 M3 IB ZCP

rommelrules

users




Statistics:
Messages: 629
Registration: 01.19.2003
19.01.21 - 08:18:46
Message # 8
RE: AC3Source problem

many thanks to everybody who answered my question !!!

-------------------------------
i ahve big hair i cant spell or type,, get over it

ETA fro

users




Statistics:
Messages: 162
Registration: 12.08.2003
19.01.21 - 08:23:00
Message # 9
RE: AC3Source problem
RecordNow DX 4.6 is the same as RecordNow Max 4.6 Download it here! : Previous topic
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants