View Single Post
Old 10th August 2019, 03:10   #2  |  Link
LemMotlow
Registered User
 
Join Date: Jul 2011
Location: Tennessee, USA
Posts: 266
Quote:
Originally Posted by PurpleKnight View Post
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:

Quote:
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 is offline   Reply With Quote