•   Notifications
  • Welcome to our forums

    Join us now to get access to all our awesome features. Once registered and logged in, you will be able to create topics, post replies, give reputation to your fellow members, get your own private messenger, and so, so much more.

    + Reply to Thread + Post New Thread
    Results 1 to 2 of 2

    Thread: Problem with field order
  • Share This Thread!
    • Share on Facebook
    1. #1

      Problem with field order

      Hi there,

      I found a problem with DVDREasy. The problem is that it isn't possible to choose the field order of the encoded stream (whether top or bottom field is first). This means that if the source originally is top field first, then when played on a progressive DVD player, you will see strange lines in the picture. Of course I can select video source, but then the result will have a lower resolution.

      I realise that this problem is only present on progressive players and PC's, but anyway, it would be nice if this option of the CCE encoder is also present in the DVDREasy CCE settings window.

      BR,
      René

    2. #2
      Join Date
      Apr 2004
      Location
      Portugal
      Posts
      214
      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 !


    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    Powered by vBulletin™ Version 4.0.3 Copyright © 2012 vBulletin Solutions, Inc. All rights