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. |
![]() |
#22 | Link |
Registered User
Join Date: Jan 2015
Posts: 1,094
|
Actually, here's a fun experiment for you to try, with the numbers adjusted for PAL/SECAM material
![]() Code:
A=mpeg2source("whatever.d2v").bob() B=mpeg2source("whatever.d2v").converttorgb(interlaced=true).separatefields() C=B.selecteven().bicubicresize(720,576,src_left=0,src_top=0.25,src_width=720,src_height=288) D=B.selectodd().bicubicresize(720,576,src_left=0,src_top=-0.25,src_width=720,src_height=288) E=interleave(C,D) Compare(A,E) ![]()
__________________
I ask unusual questions but always give proper thanks to those who give correct and useful answers. |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|