VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Dec 2003
    Location
    IL, USA
    Search Comp PM
    I'm trying to use QuEnc 0.52 to convert a captured avi to mpeg2. It is a laserdisc source captured in HuffYUV at 29.97 fps. The conversion turned out great, except the resulting .m2v file was 24.967 fps. Can the avisynth file be modified to give the frame rate I want?

    Thanks,

    Andy
    Quote Quote  
  2. Did you do an inverse telecine somewhere along the line? Are you using avisynth to feed into quenc?
    Quote Quote  
  3. Is the source file actually 29.97fps (capturing certain ways in certain programs can render a file that is not actually 29.97fps)?

    Can we see the source of the avisynth script you used?
    Quote Quote  
  4. Member
    Join Date
    Dec 2003
    Location
    IL, USA
    Search Comp PM
    I think I may have partly solved the frame rate problem by modifying the Telecide/Decimate parameters. My source is a laserdisc of a concert. I'm capturing with a Winfast 2000 XP Deluxe card with VirtualVCR and HuffYUV. The captured avi showed 29.97 fps in Virtualdub. The first time I tried to convert this with QuEnc with default parameters for Telecide/Decimate, it came out as 24 fps per BitRate Viewer. My latest attempt showed that it was 29.97 fps, it came out with a 16:9 aspect ratio. I could have sworn that I used 4:3. But the picture quality is very good. I should do some more testing, but it's a slow process, since my feeble computer can only manage 2.5 fps process rate with Trellis/High Quality/2 Pass encoding.

    Thanks for any help.

    Here's my script:

    AviSource("C:\Asia.avi")

    crop(16,16,-16,-16)
    Telecide(order=0, post=0)
    Decimate(cycle=5,mode=1)
    Convolution3d(0, 6, 10, 6, 8, 2.8, 0)
    UnFilter(50,50)
    undot()
    STMedianFilter(3, 3, 1, 1)
    mergechroma(blur(1.50))
    mergeluma(blur(0.2))
    AddBorders(16,16,16,16)
    ConvertToYV12()
    Quote Quote  
  5. If the MPEG-2 is for DVD (which I am assuming) it isn't worth the bother to attempt to recover the 24fps progressive source (the concert was shot on film).. if it makes a mistake it will cause effects like frame dropping. Just encode the interlaced 29.97fps capture and be done with it.

    If you really are intent on doing an inverse telecine (you want to see it progressively on a progressive-scan TV that can't do a inverse telecine or something), you can use the built in function in TMPGEnc (MPEG-2 encoding is free for 30 days) which should leave frames it isn't sure about interlaced (because MPEG-2 can have a mix of progressive and interlaced frames in the same file).

    Otherwise, I wouldn't bother. Also, adding 16 pixel borders for overscan isn't really advisable unless you are trying to squeeze a few extra bits out of a SVCD..
    Quote Quote  
  6. Member
    Join Date
    Dec 2003
    Location
    IL, USA
    Search Comp PM
    Thanks for the suggestions. I'm getting confused again. I really can't understand why QuEnc insists on encoding this as 16:9 instead of 4:3, which I have selected in the settings. A bug in QuEnc? Is there any way to force 4:3 encoding in avisynth?
    Quote Quote  
  7. Well, AviSynth actually has no idea whether or not the file is 16:9 or 4:3 since AVI files haven't any such information..

    It is likely a bug in QuEnc.. it is still fairly immature beta software.. is there a setting in the Advanced section?
    Quote Quote  
  8. Member
    Join Date
    Dec 2003
    Location
    IL, USA
    Search Comp PM
    Yes there is a setting in the Advanced section. It doesn't matter wheich is selected. It's always 16:9. I tried version 0.51 and it works ok with 4:3, so there is a bug in verion 0.53.
    Quote Quote  



Similar Threads

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