Hi
please be patient: I'm a cat.
Thanks, so
this is my ....... 50P drone wow, that do a lot of aliasing and artifacts when passed to interlaced
https://www.swisstransfer.com/d/b1768b03-397c-474e-a63f-5482732633a6
.mp4 attached, with a transcode .mxf (50i mpeg2 I frame codec)
however the 50i output seems "acceptable" or just enough, does anyone have any idea how to improve the situation a little, at least to avoid too much aliasing on the edges ?Code:Import("v:\avisynth\plugins\IResize.avsi") Import("v:\AviSynth\plugins\smoothFPS2.avsi") Import("v:\AviSynth\plugins\smoothFPS3.avsi") Import("v:\AviSynth\plugins\CropResizedic2017.avsi") Import("v:\AviSynth\FrameRateConverter2021\FrameRateConverter.avsi") LoadPlugin("v:\AviSynth\FrameRateConverter2021\X64\FrameRateConverter.dll") LoadPlugin("v:\AviSynth\colormatrix26\X64\ColorMatrix64.dll") Import("v:\AviSynth\FFMS2_AVSI_2019\ffms2.avsi") LoadPlugin("v:\AviSynth\LSMASH_AGO_2023\x64\LSMASHSource.dll") LoadPlugin("v:\AviSynth\FFMS2_R1363_AGO2023\X64\ffms2.dll") LoadCPlugin("v:\avisynth\plugins64\yadif.dll") LoadPlugin("v:\AviSynth\MaskTool2\X64\masktools2.dll") LoadPlugin("v:\AviSynth\Santiag\ResampleMT.dll") LoadPlugin("v:\AviSynth\Santiag\nnedi3.dll") LoadPlugin("v:\AviSynth\Santiag\aWarpsharpMT.dll") LoadPlugin("v:\AviSynth\Santiag\eedi3.dll") LoadPlugin("v:\AviSynth\Santiag\EEDI2.dll") LoadPlugin("v:\AviSynth\Santiag\GScript_26_64.dll") LoadPlugin("v:\AviSynth\Santiag\SangNom2.dll") Import("v:\AviSynth\Santiag\santiag.avsi") LSMASHVideoSource("W:\aaa\DJI_0645.MP4") ConvertToYV12(interlaced=false) santiag(3,3) fmask=masktools2_mt_edge().grayscale().blur(0.5) overlay(last, blur(1,0),mask=fmask,opacity=1.0,mode="blend") ConvertToYUY2(interlaced=false) assumeFPS(50) AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave()
+ Reply to Thread
Results 1 to 2 of 2
-
-
Why starting a new thread with your old story?
https://forum.videohelp.com/threads/417843-Santiag-for-progressive-to-interlaced
Similar Threads
-
how to optimize transcoding from drone files?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 6th Oct 2024, 08:32 -
Convert 50p to 50i
By jovnas in forum Video ConversionReplies: 8Last Post: 14th Jun 2022, 12:13 -
De-interlacing 50i to 50p producing colour problems
By Stevie_McC in forum Newbie / General discussionsReplies: 2Last Post: 3rd Mar 2022, 13:05 -
simple drone with camera w/o remote
By giove in forum Newbie / General discussionsReplies: 8Last Post: 30th Jan 2021, 09:51 -
Interlaced 50i or 50p for capturing from S-VHS and burning to DVD
By Tek03 in forum Capturing and VCRReplies: 7Last Post: 6th Nov 2020, 14:42