Hi, I'm using a dj video mix software that has bugs that make sometime some videos I play not being centered well and have bad size. The only solution i found was to use the resize function of ffdshow. Unfortunately i need GPU hardware acceleration so i use Lav filters. The solution someone on the forumotion gave me was to use avisynth and have a resize script that would be triggered each time i play a video. I would have to create a .avs for each video files. I tried ResizePar script but i get the error : Script error : invalid arguments to function "IsRGB" Could you help me having something simple to ensure that all the videos i play will fit the screen resolution ? The simplest seems to be to have .avs for each video and that the .avs would trigger a more general .avsi file that contains the resizing code Thank you for your time
Thanks very much for your help. What about the : Script error : invalid arguments to function "IsRGB" ?
--------------------- 96 M3. 5speed. All Redline all the time. Dinan Stg II SC. Dinan TB. Supersprint Exhaust SS. AA LTW Flywheel. Dinan Stg III Suspension. Dinan Camber Plates. UUC Tranny Mounts. Front and Rear Stress Bars Schroth Belts. X-Brace. Kickin' Stereo and Clear
my videos resolution are 1280x720 (720p) 720x480 and 640x360. I want all to fit my 720p or 1080p HDMI LCD TV. As i'm a noob in avisynth could tell me exactly what i need to do. Where do i copy the .avsi file, what to i put in it ? etc...
I'm really sorry to bother you with questions that may sound stupids but it's just that i'm a noob of avisynth. I discovered it yesterday. I'm not used to programs that doesn't load with and executable file :p
Put the RoboCrop dll in the "C:\Program Files\AviSynth 2.5\plugins" on XP, or whatever folder does the same on W7. I would avoid the original Avisynthesizer as it is bugged and has other problems, you can follow the instructions to use the Mod version, ie copy the DIRECTORY somewhere and execute the bat install file. (EDIT: eg copy the Avisynthesizer FOLDER to "C:\Program Files\", then execute the install bat in-situ, this will accomplish what the Setup.Exe file does for the original Avisynthesizer).