- Messages
- 23,638
- Reaction score
- 303
- Trophy Points
- 193
Not sorted yet. I think I have identified the problem (see my previous post) but no idea how to fix it.
Avisource("C:AustinIMoMSanitized15.avi")
ConverttoYV12()
Spline36Resize(704,480).AddBorders(8,0,8,0)
TV's Frink said:I just loaded it into vdub, and it looks exactly the same as what HCenc gives me (logo works at beginning and end, garbled in the middle).
reave said:I was looking to see what my color space was, and mediainfo tells me that it's "grey"
TV's Frink said:Working with a HD source this time. I'm trying to figure out what my color space is so I can write the correct second line of the script, but mediainfo reports the color space as "Grey."
Captain Khajiit said:As Reave mentioned, he had this problem recently. He sent me a sample, which read as RGB on my end in Mediainfo and in other programs.
RollWave said:I suspect that mediainfo is counting the colorspace as grey by looking at only this first frame which is pure black. But when the first frame is any other part of the video it correctly indicates rgb for the colorspace.
So anyway - I plan on just going forward and assuming that everything is working as intended and that this is, well not necessarily a bug in mediainfo, but a case where it doesn't tell the whole story.
Captain Khajiit said:4. Basic Resizing
If your source is HD, add the following line to your script. Then your script is done.
Spline36Resize(704,480).AddBorders(8,0,8,0)
N.B. I am not prepared to debate the resizing instructions given in this guide. If you feel you know better, then you do not need the guide. People who have corresponded with me over PM might have gone into more advanced cropping and resizing. I might write a guide for this at some point, but for now I want to keep this simple to avoid confusing people. If you want to discuss more advanced resizing, PM me; please do not post in the thread about it.