This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Request: 64-bit Avisynth
#7
You can set crop, letterbox and deinterlace order in Avisynth.
Looking at:
Quote:- deinterlaced (mask box may be cleaner edges if run before; technically can be run after as well)
- crop
- pad back to 720x480/576
- resize to 4:3, 640x480 NTSC or 720x540 PAL
you would only need to move letterbox above the resizing.

I really don't see the problem,...
FFVideoSource("F:\TESTCL~1\files\INTERL~1\INTERL~1\YUV422~1.AVI",cachefile="E:\Temp\avi_1deca8d5573c8cb8cd8489678b764f38_853323747_1_0.ffindex",fpsnum=25,colorspace="YUY2")
# current resolution: 720x576
# deinterlacing
ConvertToYV16(interlaced=true)
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# cropping
Crop(20,0,-20,0)# 680x576
# letterboxing
AddBorders(20,0,20,0)# resolution: 680x576 -> 720x576
# scaling to 720x458
Spline36Resize(720,458)
# adjust color to YV12
ConvertToYV12()
PreFetch(8)
return last
works fine here when I move Letterbox over Resize,...
I need more details to reproduce the problem you are describing since atm. it looks to me like simply changing the filter order fixes the problem.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Request: 64-bit Avisynth - by lordsmurf - 24.07.2020, 16:53
RE: Request: 64-bit Avisynth - by Selur - 24.07.2020, 20:48
RE: Request: 64-bit Avisynth - by lordsmurf - 25.07.2020, 10:52
RE: Request: 64-bit Avisynth - by Selur - 25.07.2020, 16:46
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 09:16
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 00:17
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 09:54
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 10:37
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 11:14
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 11:42
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 11:50
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 12:01
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 12:44
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 12:55
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 13:01
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 13:22
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 13:27
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 13:28
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 14:05
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 14:08
RE: Request: 64-bit Avisynth - by lordsmurf - 26.07.2020, 14:16
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 15:11
RE: Request: 64-bit Avisynth - by Selur - 26.07.2020, 18:24

Forum Jump:


Users browsing this thread: 2 Guest(s)