
Thanks.
From what I read you dont want black bars so we wont use addborders. Lanczosresize is a sharp resizer that preserves a pictures sharpness, However my personal favorite, BilinearResize. Sometimes lanczosresize can break edges when resizing. Bilinearresize can too but chances are it wont, it smoothes the image slightly as well.-MajinLink- wrote:Sorry for the delayed reply, Eva-Fan. Yeah, I just can't get this to work... Would you mind helping?![]()
- Crop(4,2,-4,-0) for frames 1 to 32965.
- Crop an additional (2,0,-2,-0) off of frames 32966 to 33686.
I know I could just go Crop(6,2,-6,-0), but I really don't want to be croppin' off anymore from frames 1 to 32965. Frames 32966 to 33686 still show black bars that I would like to get rid of.
Yes it works with 2.51 and above. I just tried it for the first time on a script of mine and it looks like the first applyrange cannot be completed without ouputting the same frame size as the rest of the video. Basically the script is failing before it gets to the other applyrange's and it wont continue that way. I'll toy with it after work tomorrow to see If I can get you a solution. I'm actually very interested in learning if there is a solution myself now.-MajinLink- wrote:I'm still getting this error. And will ApplyRange only work with v2.51?-MajinLink- wrote:Thanks, but I keep getting this VirtualDub error:
Avisynth open failure:
ApplyRange: Filtered and unfiltered video frame sizes must match
What's going on here?
Note that the framecount starts at 0, but anyway...-MajinLink- wrote:Sorry for the delayed reply, Eva-Fan. Yeah, I just can't get this to work... Would you mind helping?![]()
- Crop(4,2,-4,-0) for frames 1 to 32965.
- Crop an additional (2,0,-2,-0) off of frames 32966 to 33686.
I know I could just go Crop(6,2,-6,-0), but I really don't want to be croppin' off anymore from frames 1 to 32965. Frames 32966 to 33686 still show black bars that I would like to get rid of.