If this is really the best source you have, try:
Cu Selur
- for AA:
- enable 'Filtering->Vapoursynth->Line->AntiAliasing->AAF'
- enable 'Filtering->Vapoursynth->Custom->Insert Before->AAF' and insert:
this might be a bit overkill, but the general idea is to apply the AntiAliasing on the normal video and the transposed video.clip = core.std.Transpose(clip=clip)
clip = havsfunc.aaf(inputClip=clip)
clip = core.std.Transpose(clip=clip)
clip = havsfunc.aaf(inputClip=clip)
clip = core.std.Transpose(clip=clip)
clip = havsfunc.aaf(inputClip=clip)
clip = core.std.Transpose(clip=clip)
- enable 'Filtering->Vapoursynth->Line->AntiAliasing->AAF'
- to get some contrast back:
- enable 'Filtering->Vapoursynth->Sharpen->CAS'
- set 'Filtering->Vapoursynth->Sharpen->CAS->Sharpness' to '1'
- enable 'Filtering->Vapoursynth->Sharpen->CAS'
- for the resizing to 1080p:
- Change 'Filtering->Vapoursynth->Misc->Filter Order' by moving 'Resize' below 'AAF'
- enable 'Filtering->Crop/Resize->Base->Picture Crop' and set 'bottom' to: 24 and 'right' to:4
- enable 'Filtering->Crop/Resize->Base->Resize'
- set 'Filtering->Crop/Resize->Base->Resize->Auto adjust' to 'width'
- set 'Filtering->Crop/Resize->Base->Resize->Target resolution' to 1080
- enable 'Filtering->Crop/Resize->Base->Letterbox'
- set 'Filtering->Crop/Resize->Base->Letterbox->Width' to 1920
- personally I would not use any sepcial resizer, but if you think it makes a noticeable difference use 'Filtering->Vapoursynth->Resize->NNEDI3' and enable 'GPU' if your hardware supports it.
- Change 'Filtering->Vapoursynth->Misc->Filter Order' by moving 'Resize' below 'AAF'
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.