View Single Post
Old 8th April 2010, 19:02   #8  |  Link
Robert Martens
Registered User
 
Join Date: Feb 2010
Location: New York
Posts: 116
Quote:
Originally Posted by Gavino View Post
The fact that it looks OK actually indicates that it's wrong.(!)
Excellent, thanks for the briefing! Your two suggestions are already implemented, and now that I understand the interlacing problem I'll get to work on it immediately.

Ron, you're quite welcome!

EDIT: There you go! Haven't updated my site yet, but the new script is up, and the link in the OP will get you the proper file. I figured mistakes like these weren't worth a full point release, so it's version 0.7h now. While I was at it I swapped out the code block with the updated script, too.

I added a boolean parameter, 'widein', that can be enabled to allow widescreen input processing, changed the resizer calls to use named arguments instead of positional, set up the interlaced processing as 2Bdecided described (I now get proper field order AND up-and-down shifting when using SeparateFields() on SimpleSlug's output), moved my Assert for the clip dimensions to the top (no sense worrying about anything else if the clip's the wrong size), and broke a few things onto new lines to keep the script a reasonable width.

Last edited by Robert Martens; 8th April 2010 at 20:20.
Robert Martens is offline   Reply With Quote