• Most new users don't bother reading our rules. Here's the one that is ignored almost immediately upon signup: DO NOT ASK FOR FANEDIT LINKS PUBLICLY. First, read the FAQ. Seriously. What you want is there. You can also send a message to the editor. If that doesn't work THEN post in the Trade & Request forum. Anywhere else and it will be deleted and an infraction will be issued.
  • If this is your first time here please read our FAQ and Rules pages. They have some useful information that will get us all off on the right foot, especially our Own the Source rule. If you do not understand any of these rules send a private message to one of our staff for further details.
  • Please read our Rules & Guidelines

    Read BEFORE posting Trades & Request

Captain Khajiit's Basic Guide to Encoding with HCenc

Yup. Won't be until after 5:30 CST.
 
Hmmm. Tried to reinstall mediainfo and it won't install. Great.

Update: Nevermind.

BD was ripped following Throw's guide. So it's pretty much his fault.

Update: Still shows grey in mediainfo, but I'll give that script a shot anyway. Might try to re rip the video and replace it in Vegas for a new encode.
 
I tried to do a quick encode before work but it failed. I didn't have time to see why it failed, here is a screenshot.

2yvy3eny.jpg
 
Sorry. One line got lost somehow when I cut and pasted the script into the PM. My mistake! :oops:

avisource("C:\FINAL_VERSION_12_20_12.avi")
Crop(0,96,0,-98)
Spline36Resize(704,352)
LimitedSharpenFaster()#optional -- see my guide
AddBorders(8,64,8,64)
ConverttoYV12()
 
Awesome, thanks! Will try tonight.
 
I blame Canada.
 
OK, that's working great. The m2v HCENC made as a DVD5, looks better than the retail DVD, so I would say it's a good conversion.

I do have to re-render my lagarith, as I realized that the DVD framing cuts off the FE warning as I have it sized.

In the future, would I be better off changing the render settings in Vegas to YV12? I will typically be rendering for BD, mkv, DVD and mp4.

Thanks for all of your help, I really appreciate it.
 
reave said:
In the future, would I be better off changing the render settings in Vegas to YV12?

No; I would stay in RGB and use Avisynth to convert to YV12 after rendering.

Thanks for all of your help, I really appreciate it.

You're welcome. :)
 
Darn, I liked when this thread was just for me. ;)
 
New question...

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

:?
 
It's like we're doing-it-wrong twins.
 
TV's Frink said:
New question...

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

:?

try running DGAVC on it, i think that will give you color space info
 
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."

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. Assuming you converted your source to RGB in a Rec.709-aware way and you expanded the luma range, I would make the line ConverttoYV12() – as Reave did.
 
lol, I just went back and read the whole exchange, will try that later. Thanks.
 
Back
Top Bottom