View Full Version : Total newbie needs your help ;;
anu
30th October 2008, 08:03
Details:
Well, basiclly I want to convert AVI file to H.264 AVC file (1080i or 720p doesn't mattar, as long as it's HD).
I've read many guides, but non of them helped me.
I don't know what should I do....
If you can help me (I don't know almost nothing about avisynth) to create a script file to convert SD video file to HD, please do!
themostestultimategenius
30th October 2008, 12:17
AVISource("video.avi")
Spline36Resize(1280,720) #Spline36Resize(1920,1080)
anu
30th October 2008, 19:30
Thanke you!
I didn't know what should I do with LSF... (always errors =.=)
themostestultimategenius
31st October 2008, 08:45
Do you have the required plugins for them to work?
AVISource("video.avi")
Spline36Resize(1280,720) #Spline36Resize(1920,1080)
LimitedSharpenFaster()
Guest
31st October 2008, 11:47
@anu
Fix your thread title, please, to comply with rule 9.
anu
1st November 2008, 06:19
[neuron2 I don't know how to change the title]
The reason I got errors all the time was I was lacking of plugins.
Look at this please:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RepairSSE3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE3.dll")
Import("C:\Program Files\Avisynth 2.5\Plugins\LimitedSharpenFaster.avs")
AVISource("C:\Downloads\Anime\Bleach\test.avi")
Spline36Resize(1280,720) #Spline36Resize(1920,1080)
LimitedSharpenFaster(ss_x=1.1,ss_y=1.1,Smode=4,strength=100,wide=true)
All works great, but I can't actually see the changes.
Which functions do I need for Avi Xvid SD to make it H.264 avc HD?
Guest
1st November 2008, 06:21
C:\Downloads\Anime\Bleach\test.avi Please read and follow our forum rules. We don't allow discussion of downloaded materials.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.