+ Reply to Thread
Results 31 to 60 of 61
-
Ok. Lets start again,
Can you pls make list of all programms scripts plugin etc.?
Thank you -
1) Install AviSynth.
2) Install ffms2 source plugin.
3) Create your AVS script.
4) Open the script in any editor that supports it, encode.
Be sure to use 32 versions of all of the above, or use 64 bit versions of all of the above. Do not try to mix and match 32 and 64 bit components, it won't work.
Actually, 64 bit AviSynth isn't very stable. So save yourself some hassle, use 32 bit versions of all of the above.Last edited by jagabo; 19th Oct 2012 at 10:10.
-
-
You were given links already.
https://www.videohelp.com/download/Avisynth_258.exe
<edit>
See posts below for ffms2.
</edit>Last edited by jagabo; 20th Oct 2012 at 10:19. Reason: removed link for wrong ffms2 plugin
-
I download ffms2. In the folder is doc, x64,ffms2,ffms2.dll and ffmsindex. Install ffmsindex?
-
You don't need ffmsindex.exe.
Turn off "Hide extensions for known file types" in Windows Explorer. Then you'll be able to see all filename extensions. -
This one is the link for the cplugin version
This one needs to load with LoadCPlugin(), and has support for avisynth 2.6.x colorspaces
duccorleone - don't use x64 anything for avisynth, it's unstable and there are limited plugins available. Use 32bit for everything avisynth, including 32bit avisynth
This is the link for the 32bit "vanilla" version
http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17.7z -
Oops, sorry. Yes, use the one poisondeathray linked to:
http://ffmpegsource.googlecode.com/files/ffms-2.17.7z -
1.unzip that 7z downloaded file, put those files into Avisynth/plugins folder
rozbal ten stahnuty 7z soubor, dej ty soubory do Avisynth /plugin slozky
2.copy/paste script into notepad and give it a name, something.avs
zkopiruj skript, treba ten od poisondeathray do notepadu a nazvi soubor cokoliv.avs
3. load that something.avs into Ripbot264 and encode it into whatever you like
nacti ten cokoliv.avs do ripbot264 a enkoduj to podle toho co potrebujes -
How many times do you have to be told this? All you need to put in the plugins folder from the 7z file is ffms2.dll and ffms2.avsi.
-
You don't need ffmsindex.exe.
Turn off "Hide extensions for known file types" in Windows Explorer. Then you'll be able to see all filename extensions.
This one is the link for the cplugin version
This one needs to load with LoadCPlugin(), and has support for avisynth 2.6.x colorspaces
duccorleone - don't use x64 anything for avisynth, it's unstable and there are limited plugins available. Use 32bit for everything avisynth, including 32bit avisynth
This is the link for the 32bit "vanilla" version
http://code.google.com/p/ffmpegsourc...e=ffms-2.17.7z
1.unzip that 7z downloaded file, put those files into Avisynth/plugins folder
rozbal ten stahnuty 7z soubor, dej ty soubory do Avisynth /plugin slozky
2.copy/paste script into notepad and give it a name, something.avs
zkopiruj skript, treba ten od poisondeathray do notepadu a nazvi soubor cokoliv.avs
3. load that something.avs into Ripbot264 and encode it into whatever you like
nacti ten cokoliv.avs do ripbot264 a enkoduj to podle toho co potrebujes
three users say different things.
I dont understand -
I put ffms2.dll and ffms2.avsi to avisynth plugin. Now I have to use this script
matte=FFMpegSource2("Sean Paul - Temperature - Lyrics on Screen! - YouTube.flv", atrack=-1).levels(0,1,225,0,255,false)
white=BlankClip(matte, color=$FFFFFF)
background=BlankClip(matte, color=$B22222)
overlay(background, white, mask=matte, pc_range=true)
I have a question. I download this video
name of video file is Sean Paul - Temperature - Lyrics on Screen! and the avisyth file must have the same name? -
-
pdr showing impatience?
You've always had the patience of a saint and way more than I. This is the reason I steered way clear of this thread. Some people just want to be spoonfed everything and refuse to do anything at all on their own, like read, research, and experiment.
Granted AviSynth isn't the easiest thing to learn, and this script is much more than a basic script. But you and others have already laid it out in great detail.
...the avisyth file must have the same name? -
Script error: there is no function named "ffVideoSource"
(C:\Users\pham minh duc\Desktop\Nová složka\Sean Paul - Temperature - Lyrics on Screen!.avs, line 1)
(C:\Temp\RipBot264temp\job1\getinfo.avs, line 2)
whats now? -
Can you provide a snap of your Avisynth/plugin folder ?
Did you install 32 bit version of Avisynth and what is exact version of your Avisynth exactly?
create one line script:
version()
and load it with MPC-HC or VirtualDub, it will tell you what version of Avisynth you have
doesn't matter if you have 64 bit operating system, install 32 bit version of Avisynth
uninstall and instal this one, 32bit, v. 2.5.8:
http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/Avisyn...8.exe/download -
In Videostudio Pro X5: Place the desired color on the first overlay track and then place your video on the second overlay track. Now, apply Chroma Key to your video and it's done!!
-
ffVideoSource() doesn't like paths with diacritical marks -- like "Nová složka". Move your video to a folder without diacriticals. For example, change "Nová složka" to "Nova slozka".
But the error your getting isn't caused by that. For some reason AviSynth isn't seeing the ffms2.dll source filter. Try loading it manually with:
Code:LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ffms2.dll")
Last edited by jagabo; 22nd Oct 2012 at 17:13.
-
What a Cluster F**k! I mean it's already well past the spoon-feeding stage. Well, I'm just along for the ride, now.
ScottLast edited by Cornucopia; 22nd Oct 2012 at 22:53.
-
I am confused. Can you guys make video tutorial for me? Thank you
Similar Threads
-
How to render a video without a background
By xX-Towrd01-Xx in forum User guidesReplies: 3Last Post: 10th Apr 2012, 09:53 -
DVDLab Pro problem, menu background colors change when rendered.
By PSPGamer in forum DVD RippingReplies: 19Last Post: 2nd Mar 2011, 20:42 -
timecode effect - change color/background how
By The Linguist in forum EditingReplies: 7Last Post: 16th Jan 2010, 20:10 -
Question how to change background menu picture on DVD
By jimdagys in forum Authoring (DVD)Replies: 15Last Post: 7th Dec 2008, 23:55 -
How to change background color of my video?
By sanny in forum Newbie / General discussionsReplies: 1Last Post: 22nd Oct 2008, 16:34