HI,
You are right. There is a problem with DVDREasy about the field order.
DVDREasy was supposed to guess the correct settings based on BitRate Viewer.
The code should be :
(green is bitrate viewer info, red is cce settings):
IF Picture Structure = "Frame" THEN
.....IF DCT Type = "Frame" then
..........Upper Field = "No"
..........Progressive = "Yes"
.....ELSE ' (DCT Type = "Field")
..........Progressive = "No"
..........IF Field TopFirst = "Yes" then
...............Upper Field = "No"
..........ELSE
...............Upper Field = "Yes"
..........END IF
.....END IF
END IF
This shoul be fixed in next release.
Thanks !


LinkBack URL
About LinkBacks


Reply With Quote
