Does anyone here know how to downscale a 1080p 420 to 720p 444 with avisynth? I've been trying at this for a long time but I had no luck in finding how to.
Needs honorifics.
\
Subs aren't suppose to be a transcription of a dub. The Japanese language has a nuance. Too bad some people don't appreciate it, and actually hate the very language they're translating. I don't get it.
@futagen I understand if you have issue with it but in this anime it's acceptable for me because the setting is not in Japan. In fact I think it's kind of awkward if the characters are actually using Japanese honorifics when they're supposed to be speaking in a different language.
@Noobsubs wrote: Does anyone here know how to downscale a 1080p 420 to 720p 444 with avisynth?.....
Once you succeed in getting avisynth to read the video file into a variable, (I'll use myvid for my example here) insert a call to a resizing filter with the dimensions 1280 by 720. (the pixel dimensions of 720p)
myvid=avisource("videofilename.avi")
Lanczos4Resize (myvid, 1280, 720)
Source: Avisynth resizing help page: http://avisynth.nl/index.php/Resize
Note: for a non-power-of-2 transformation like the one you describe, (horizontal going from 1920 to 1280, and vertical going from 1080 to 720 - both 2/3 size) the computations required to do the resizing operation could slow the output too much to view the result in real-time
@JimShew2 It`s not the same kind of resizing.
@HyakuPercent
I've tried:
LoadPlugin("...\MeGUI-2828-32\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("...\[neko-kBaraka] Boku no Hero Academia 11v2 [BD][1080p][FLAC] [89CA9B61].mkv")
Y=Spline64Resize(1280,720)
U=UToY().Spline64Resize(1280,720, src_left=0.25)
V=VToY().Spline64Resize(1280,720, src_left=0.25)
YUV=YToUV(U, V, Y)
ConvertToYV24()
Spline36Resize(1280,720)
But the video looks more bland then before.
Comments - 25
bbtora
Ting_Juan
Tenshi7
AnonBaiter
Koby
BoxDweller
NoobSubs
Scyrous
Exilon
AkaSmiley
futagen
halfey
TGminer
megalith
JimShew2
HyakuPercent
Marz666
KlariS
maroon1
bertokeren
NoobSubs
HyakuPercent
twonline
NoobSubs
fitbro32