VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    May 2004
    Location
    Brazil
    Search Comp PM
    It's been such a long time that I do not do any mkv to DVD conversions, that I must say I forgot how to do it properly.

    On my first try and second try things did not work, so maybe I can get help from you.

    I've always preferred Avisynth to do it, after trying a lot of programs.

    So first I wrote a script, which depended on the original file, and opened it on AvsP. Usually this did show any eventual problems I might have, but it opened OK, showing the movie correctly.

    But when I load it on HCGui it shows a warning for wrong frame rate and for frame rate/resolution.

    The script I am using is this:

    Code:
    FFMpegSource2("d:\file.mkv")
    ColorMatrix(Mode="Rec.709->Rec.601") 
    spline36resize(720,368)
    addborders(0,56,0,56)
    I've made lots of conversions using this script, so it should work. It converts a 2:35 movie to 16:9 with black bars up and down.

    Any explanation why I'm getting these errors with HCEnc?

    Thanks,


    Carlos
    Image Attached Thumbnails Click image for larger version

Name:	DVDfile.jpg
Views:	319
Size:	167.0 KB
ID:	11016  

    Quote Quote  
  2. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    23.8 is not dvd spec. 29.97 interlaced or 23.976 w/pulldown only for ntsc.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  3. Member leghorn's Avatar
    Join Date
    Apr 2007
    Location
    Germany
    Search Comp PM
    For this case I recommend two apps: a) FAVC (oldie but goldie) and b) ConvertXtoDVD.

    The latter is possibly more suitable for newer files, containing h.264 and alike streams.
    Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski)
    Quote Quote  
  4. Member
    Join Date
    May 2004
    Location
    Brazil
    Search Comp PM
    Other programs are out of the question. ConvertXtoDVD has always provided rather inferior results than Avisynth on all onversions I made, particularly if the source is mkv.

    How do I force the file to work in 23.976? Because that is how MediaInfo specs this file.
    Quote Quote  
  5. VH Wanderer Ai Haibara's Avatar
    Join Date
    Jan 2006
    Location
    Somewhere on VideoHelp...
    Search Comp PM
    Even AVS2DVD? I believe you can tell it to use HCEnc to encode, and it does accept AVISynth scripts as input. (It does default to creating PAL-format discs, though, so you'd probably want to check through all the settings before using it.)

    Does the source MKV you're using in the script have the 23.8 framerate?
    If cameras add ten pounds, why would people want to eat them?
    Quote Quote  
  6. Sometimes FFMpegSource2 gets the FPS wrong

    Add AssumeFPS(24000,1001)

    Code:
    FFMpegSource2("d:\file.mkv")
    AssumeFPS(24000,1001)
    ColorMatrix(Mode="Rec.709->Rec.601")  
    spline36resize(720,368) 
    addborders(0,56,0,56)
    Quote Quote  
  7. Member
    Join Date
    May 2004
    Location
    Brazil
    Search Comp PM
    Originally Posted by poisondeathray View Post
    Sometimes FFMpegSource2 gets the FPS wrong

    Add AssumeFPS(24000,1001)
    Thanks, that did it. I did remember there was a way to force the fps.

    And about AVStoDVD? Yes, that program too.

    I mean there should be a way to make it work properly, particularly on the lateast debugged version. But I did have my share of problems with it in the past.

    OTOS, Avisynth always worked like a charm.
    Last edited by carlmart; 18th Feb 2012 at 11:12.
    Quote Quote  
  8. Member
    Join Date
    May 2004
    Location
    Brazil
    Search Comp PM
    Originally Posted by Ai Haibara View Post
    Does the source MKV you're using in the script have the 23.8 framerate?
    No, as I said I checked with Mediainfo, and it said it was 23.976.

    FFMpegSource2 was getting it wrong.

    BTW, should I use AVCsource?
    Quote Quote  
  9. Member
    Join Date
    May 2004
    Location
    Brazil
    Search Comp PM
    Just to close this thread.

    Things went beautifully.

    Thanks!
    Quote Quote  



Similar Threads

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