Log in

View Full Version : Proper anime resizing and color convertion?


PurpleKnight
10th August 2019, 00:13
Hello everyone, here looking forward to getting advice and opinions on my use of the program!

I try to use psvita's "fmv" to process them to ps2, first using avisynth to convert colors and resize. For later, use TMPGEnc XPress 4 and then Dreamcast Movie Converter (simplifying, "mp4" -> "sfd").
I already have, in fact, handled the sound aspect, but what has me in doubt is whether I am correctly using color conversion and resizing.

Also, here's my notepad:

LoadPlugin("LSMASHSource.dll")
LoadPlugin("ColorMatrix.dll")
LSMASHVideoSource("P4CT001.mp4")
ColorMatrix(mode="Rec.709->Rec.601")
ConvertToYV12(matrix = "Rec601", interlaced = false, ChromaInPlacement = "MPEG2", ChromaOutPlacement = "MPEG1", chromaresample = "spline36")
BicubicResize(642, 364, -0.52, 0.26)
Spline36Resize(640, 336)

And, some separate notes...
I try to make some 16:9 aspect ratio (as indicated when I play back the original MP4), taking advantage of the use of "Fullscreen 4:3" when converting to .m1v and is also (kinda) important to say that the target size is 640x448 (usually, this files are read as the video itself include the letterbox, even the original ps2 ones).

LemMotlow
10th August 2019, 03:10
:readguid:Hello everyone, here looking forward to getting advice and opinions on my use of the program!

I try to use psvita's "fmv" to process them to ps2, first using avisynth to convert colors and resize. For later, use TMPGEnc XPress 4 and then Dreamcast Movie Converter (simplifying, "mp4" -> "sfd").
I already have, in fact, handled the sound aspect, but what has me in doubt is whether I am correctly using color conversion and resizing.

Also, here's my notepad:

LoadPlugin("LSMASHSource.dll")
LoadPlugin("ColorMatrix.dll")
LSMASHVideoSource("P4CT001.mp4")
ColorMatrix(mode="Rec.709->Rec.601")
ConvertToYV12(matrix = "Rec601", interlaced = false, ChromaInPlacement = "MPEG2", ChromaOutPlacement = "MPEG1", chromaresample = "spline36")
BicubicResize(642, 364, -0.52, 0.26)
Spline36Resize(640, 336)

And, some separate notes...
I try to make some 16:9 aspect ratio (as indicated when I play back the original MP4), taking advantage of the use of "Fullscreen 4:3" when converting to .m1v and is also (kinda) important to say that the target size is 640x448 (usually, this files are read as the video itself include the letterbox, even the original ps2 ones).

:eek:

Groucho2004
10th August 2019, 10:27
:readguid:
:eek:
Very helpful post. You're right, no need for a forum, there should be just one page in large font and capital letters - "READ THE GUIDES".