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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Mar 2009
Posts: 166
|
Converting 60p to 60i??
I thought it would be simple, but I cannot for the life of me figure out how to convert progressive 60p video to 60i.
If this topic gets deleted before anyone gets a chance to reply, it'll be because I found out how to do it myself. |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Mar 2005
Posts: 135
|
Use the following script to do this (this also works for PAL material): This script was taken from this thread except I modified the comments to refer to NTSC instead of PAL.
Code:
AssumeFrameBased() ConvertToYUY2() # scharfis_brain suggests this due to possible chroma error AssumeTFF() # change this to AssumeBFF() if you need bottom field first SeparateFields() # 60 frames becomes 120 fields SelectEvery(4, 0, 3) # 120 fields to 60 fields (selects 2 from 4) Weave() # 60 fields to 30 interlaced frames Last edited by LocalH; 3rd June 2009 at 03:27. |
|
|
|
|
|
#7 | Link | |
|
Registered User
Join Date: Dec 2002
Location: UK
Posts: 1,673
|
Quote:
(ready to be proved wrong, but I used critical test images and looked for the error, and it just isn't there). What you do need to do is vertically soften the image a little to prevent inter-line twitter. Cheers, David. |
|
|
|
|
![]() |
|
|