Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th August 2019, 00:13   #1  |  Link
PurpleKnight
Guest
 
Posts: n/a
Proper anime resizing and color convertion?

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).

Last edited by PurpleKnight; 10th August 2019 at 00:26. Reason: Extra, kinda, unnecessary info.
  Reply With Quote
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
Old 10th August 2019, 10:27   #3  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by LemMotlow View Post

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".
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Reply

Tags
dcvd, mp4, psvita, sfd

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:13.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.