You are missing the close bracket at the end of the Blockbuster statement. Every open bracket must have a corresponding close bracket.
+ Reply to Thread
Results 31 to 60 of 64
-
(sigh)
Now it says there's an error on the same line, column 19 again? -
AVISource("C:\My Documents\My Videos\Hoi Hoi San.avi")
Blockbuster(Hoi Hoi San.avi,method="noise",block_size=8, detail_min=1, detail_max=10)
BicubicResize(656,448,0,0.6,0,0,640,480)
AddBorders(32,16,32,16)
#Trim(0,15765).FadeOut(150) -
Here's a thought: should the title of the avi be in the brackets of the filter?
And where does column 1 start? -
Yes. Save the script with the extension .avs
You can test the script from inside AVSEdit by hitting F6 (you might have to tell it where Virtualdub is the first time), or you can load the avs script directly as you would any avi file. If you are happy with the output, you can start encoding by loading the avs script into your encoder.Read my blog here.
-
I'll give it a try. If I need to tweak, what parameters would you recommend?
-
You open the avs script in virtualdub (or your encoder) instead of the avi file. This will invoke avisynth itself, which will open the avi files, filter it, and send through uncompressed video to the program that opened the avs file.
Read my blog here.
-
Playing both the input and output, yes. although it stutters, but I attribute that to my processor. Judging by the preview, it looks like not all the blocks are gone, either.
-
Nope. Bombed again. Let me ask this: should I be saving it as an avi file?
On another note: I have the older tmpgenc plus. It supposedly doesn't load avi, and I don't know how to pull in the avs. -
Okay, for some reason, this time, tmpgenc took the file! We'll see what happens with the default settings you posted earlier. It ought to be done in about 30 minutes or so. I'll probably let you know tomorrow, as I'm here in the States and it's just after 10 pm....(fingers crossed!)
-
If you don't need the audio, just add either .KillAudio at the end of the avisource statement (see my script), or KillAudio as the statement after AviSource. Tmpgenc Plus (the encoder) does load avis. If you are using Avisynth scripts then you just load them instead of the original avi. Any app that can read them, will.
Read my blog here.
-
I do need the audio, but I can't just load the avs script, I assume?
-
TEsted it this morning. It is soemwhat better. the blocks are not as pronounced. What would you recommend as settings to try to cover it up more?
-
You need to experiment. You can use the trim command to just test it on short segments. Remove the # at the begining, and change the frame numbers.
Ther are also alternative deblocking filters. MSU has one that can be called from avisynth, although it is slow and really works best on VCD sources. Try Neuron2.net for more choices if blockbuster doesn't do it.
But be realistic. You won't get rid of all of the problems without introducing new ones. What's gone is gone. You can't get it back, so try to cover up the worst of it.Read my blog here.
-
I gotcha. I was just mainly interested in trying not to waste too much time for marginal results. Actually, I think this will help most of my clips, as is, a lot more than the one I was experimenting with. I figured if it cleans up this one, it'd really do a good job . But, I'll check out that Neruon2.net, just for fun.
Thanks! I might be back, but this has been most helpful. -
Originally Posted by guns1inger
whenever I use FitCD it resizes my movies to full screen. The only way to get assymetrical AddBorders() in the script (and letterboxed movie) is using overscan > 0. Also, my "round to"īs are set to 0, and no block align. Why is it that I cannot get letterboxed parameters for the resize command ? I saw your example generated a AddBorders(0,64,0,64), which is a typical letterbox resizing. This, I cannot get with my FitCD.
thanks for yor attention. -
I have source Round To set to 1, and Crop set to Accurate.
I have Destination Round To varies from movie to movie, as does the overscan. Often OS is set to 0.
I don't remember ever having non-symetrical border numbers. Playing around with it now, I can't force it to give me non-symetrical borders.
Can you post a screen shot ?Read my blog here.
-
Buddy,
here is an example. It is 656x272 (2.41:1) and if I convert it to DVD, it should be 272*480*(4/3)/656 = 266 pixels height. So, I would write a resize command like :
Lanczos4Resize(720,266).AddBorders(0,106,0,108) for 4:3 or
Lanczos4Resize(720,352).AddBorders(0,64,0,64) for 16:9
FitCD gives me this screen (image FitCD-1). As you can see, no AddBorders commands. If you execute this FitCD code in MPC, you will watch a fullscreen movie.
fitcd-1.png
Similar Threads
-
Tweaking VHS captures
By Cherbette in forum RestorationReplies: 165Last Post: 11th Oct 2011, 09:37 -
Best Video Converted Especially for DVDs
By rimmi2002 in forum Video ConversionReplies: 12Last Post: 11th Sep 2010, 18:57 -
Converted video has no audio
By franks65 in forum ffmpegX general discussionReplies: 5Last Post: 2nd Sep 2008, 08:43 -
Tweaking mencoder options
By acid_burn in forum DVD RippingReplies: 3Last Post: 27th May 2008, 08:59 -
Video Configuration tweaking...
By NHRaider in forum Media Center PC / MediaCentersReplies: 19Last Post: 15th Jul 2007, 14:16