problem loading d2v with avisynth

Discussion in 'DivX / XviD' started by haigiboy, Jan 22, 2009.

  1. haigiboy

    haigiboy Member

    Joined:
    Jan 19, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    11
    hi can someone help me on this one i would like to convert dvd to divx and i ripped the dvd than i used dvd2avi to create d2v and the audio file separate but when i open new avisynth text file and try to enter some text in it like mpeg2source but it does not open it says cannot load plugin or some other problem but any way i cannot see the movie but with VFAPI Reader it does it easy but they say its not perfect as avisynth can you help me . thanks
     
  2. davexnet

    davexnet Active member

    Joined:
    Jul 7, 2003
    Messages:
    1,856
    Likes Received:
    0
    Trophy Points:
    66
    I think dvd2avi is very old. Use dgindex.
    Make sure you use the new version both to extract audio/create d2v,
    and as avisynth plugin. For example, LoadPlugin("[PATH\]DGDecode.dll")

    http://neuron2.net/dgmpgdec/dgmpgdec153.zip
     
  3. haigiboy

    haigiboy Member

    Joined:
    Jan 19, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    11
    thank you for the reply ok so i have all of you mensioned here but what do you write in the script like what do you mean the path is it where the d2v is saved ok lets say it is saved on my desktop so please give me an example is it like
    C:\Documents and Settings\haik\Desktop than what . also do i need to install other thing beside avisynth 2.57 like do you install any plugin ? thank you please help
     
  4. haigiboy

    haigiboy Member

    Joined:
    Jan 19, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    11
    thank you for the reply ok so i have all of you mensioned here but what do you write in the script like what do you mean the path is it where the d2v is saved ok lets say it is saved on my desktop so please give me an example is it like
    C:\Documents and Settings\haik\Desktop than what . also do i need to install other thing beside avisynth 2.57 like do you install any plugin ? thank you please help
     
  5. davexnet

    davexnet Active member

    Joined:
    Jul 7, 2003
    Messages:
    1,856
    Likes Received:
    0
    Trophy Points:
    66
    Navigate to the folder where avisynth is installed.
    Mine is here:
    c:\Program Files\AviSynth 2.5\

    Create a new folder called plugdlls :
    c:\Program Files\AviSynth 2.5\plugdlls

    Copy dgdecode.dll into plugdlls.

    In your avisynth script you can reference it and load the dll:

    LoadPlugin("c:\Program Files\AviSynth 2.5\plugdlls\DGDecode.dll")
    mpeg2source("D:\myfile\myfile.d2v")
    etc,etc.

    See here for some useful info:
    http://www.doom9.org/index.html?/mpg/dgindex-frameserving.htm
     
  6. haigiboy

    haigiboy Member

    Joined:
    Jan 19, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    11
    wooooooooo thank you davexnet you are the best finaly i got it thanks again that was smart idea otherwise would never figure out
     
  7. davexnet

    davexnet Active member

    Joined:
    Jul 7, 2003
    Messages:
    1,856
    Likes Received:
    0
    Trophy Points:
    66
    You're welcome.
     
  8. haigiboy

    haigiboy Member

    Joined:
    Jan 19, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    11
    one more question please when i convert dvd to divx with divx codec choosing quality to 1080 HD evend with large amount of bit rate 2397 bitrate ending with 2GB of file size still the concert that i am converting has blocks in it where i can see if i focus on it is this normal i am using avisynth and virtualdub please help . thanks
     
  9. gbroman

    gbroman Regular member

    Joined:
    Oct 4, 2008
    Messages:
    110
    Likes Received:
    0
    Trophy Points:
    26
    haigiboy, I haven't tried any of the programs you and other people have mentioned, though I do have a couple of them on my computer. I don't usually convert to DivX, Xvid or MPEG-4 (mp4).
    Anyway, I did convert a troublesome .avi to AVC HD H.264 using Nero 8 Ultra "Recode DVD's and Video's to Nero Digital". I think Nero 7 Premium has the facility also, I can't remember now, but I'm pretty sure it does.

    NCH Prism Video Converter will convert from DVD disc or DVD(VIDEO_TS/VOBS)HDD folder to mp4 and many other formats. Its free and is to be found here:-

    http://www.nchsoftware.com/prism/index.html

    Another program that I have and use is TuneBite, available here:-

    http://shop.audials.com/buynow_web.php?tag=TunebiteDemo

    Tunebite isn't free unless you know where to look, but the evaluation copy is fully functional for some time. Not to expensive to buy either.
    Good luck
     
    Last edited: Feb 1, 2009
  10. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
    Last edited: Feb 9, 2009

Share This Page