VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. Member brassplyer's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Can you make a DVD with a 59.94 frame rate? Progressive?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Nope.
    Quote Quote  
  3. But you can reinterlace it for DVD
    Quote Quote  
  4. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    brassplyer - Take a look at this thread, specifically the 2nd post in it which is from jagabo:
    https://forum.videohelp.com/threads/351914-Convert-fields-to-frames

    Your question makes me wonder if jagabo's post might apply to you where you really don't have 59.94 fps but you have 59.94 fields per second.
    Quote Quote  
  5. Baldrick and manono are correct. DVD does not support 59.95 frames per second. You can convert it to interlaced with:

    Code:
    AssumeTFF()
    SeparateFields()
    SelectEvery(4,0,3)
    Weave()
    That will give you a 29.97 fps interlaced video which is DVD compliant (assuming the frame size is 720x480). Be sure to tell the MPEG 2 encoder the video is interlaced, TFF.
    Quote Quote  
  6. Member brassplyer's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Will it support 29.97 progressive?
    Quote Quote  
  7. Member brassplyer's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Originally Posted by jman98 View Post
    brassplyer - Take a look at this thread, specifically the 2nd post in it which is from jagabo:
    https://forum.videohelp.com/threads/351914-Convert-fields-to-frames

    Your question makes me wonder if jagabo's post might apply to you where you really don't have 59.94 fps but you have 59.94 fields per second.
    I've got video I turned into 59.97 prog with QTGMC via avisynth. I originally made a Blu-Ray disk out of it but want to make a DVD for someone who doesn't have a Blu-ray player, was wondering if I could just use that same file and avoid fooling with it further.

    The reason it's an issue is they're playing it through an HDTV but using a DVD player, they don't have a Blu-Ray player. I tried making a DVD but on my Blu-Ray player and HDTV there are interlacing artifacts that are evident.
    Quote Quote  
  8. Originally Posted by brassplyer View Post
    Will it support 29.97 progressive?
    yes
    Quote Quote  
  9. Originally Posted by brassplyer View Post
    I tried making a DVD but on my Blu-Ray player and HDTV there are interlacing artifacts that are evident.
    Then maybe you resized it incorrectly. Resize it after making it progressive with QTGMC and then use jagabo's script above to reinterlace it to 29.97fps.
    Quote Quote  
  10. Member brassplyer's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Originally Posted by manono View Post
    Originally Posted by brassplyer View Post
    I tried making a DVD but on my Blu-Ray player and HDTV there are interlacing artifacts that are evident.
    Then maybe you resized it incorrectly. Resize it after making it progressive with QTGMC and then use jagabo's script above to reinterlace it to 29.97fps.
    To clarify, didn't resize it at all, just made a DVD out of the original 29.97 interlaced video capture and saw the above mentioned artifacts.
    Quote Quote  
  11. Originally Posted by brassplyer View Post
    To clarify, didn't resize it at all, just made a DVD out of the original 29.97 interlaced video capture and saw the above mentioned artifacts.
    Oh, that's right, we've been through all this before. Then make it progressive and be done with it.
    Quote Quote  
  12. Originally Posted by brassplyer View Post
    made a DVD out of the original 29.97 interlaced video capture and saw the above mentioned artifacts.
    Upload a short sample of your source and your encoded VOB. Maybe we can tell you what you did wrong.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!