1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Converting Multiple avi/divx files to DVD format

Discussion in 'MPEG-1 and MPEG-2 encoding (AVI to DVD)' started by Smokejump, Mar 2, 2009.

  1. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    It may have already been asked..


    But I am looking for a program that will allow batch conversion to multiple folders so that I may burn the items to disks at a later time. I know with some programs that it takes a long time.


    I currently have PowerProduer 3
    Nero 7
    DVDflick - a most excellent program
    I might have ConvertX somewhere.
    I just got DVDSanta and I dont know how big the watermark is.
    the watermark with convertx is tolerable

    what would you all recommend.
    I would have about 13 files to make ready for play on a standard DVD player.

    Thank you
     
  2. ozy

    ozy Regular member

    Joined:
    Apr 17, 2003
    Messages:
    614
    Likes Received:
    0
    Trophy Points:
    26
    I would use convertx2dvd 3! Very good software.
     
  3. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
    What exactly are you looking or? Do you want to convert multiple videos to one DVD, or do you want to convert multiple videos to different DVDs, having multiple projects?

    I know there are some scripts for batch convert with ConvertxToDVD (or maybe they have implemented that in the GUI in the recent versions);not sure, don't have the program. DVD Flick could also be used.
     
    Last edited: Mar 6, 2009
  4. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    yes.. multiple files for multiple dvd's


    I have dvdflick.. how do i go about using it to do so....


    although it takes alot longer to do the task. but if i could set it up to go unattended that would be just fine and not have the watermark of convertx
     
    Last edited: Mar 6, 2009
  5. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
    Are you sure ConvertxtoDVD has a watermark? You must have a trial version?
    If you want to batch convert with DVD Flick, you'd have to save each movie as a project and then write a small batch file to launch all those projects.
     
  6. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    To expand on what cyprusrom mentioned.

    Create a new folder on the hard drive to save the project files.
    Run DVD Flick, load a Title,choose your settings and create a project name for it.
    Save the project in the project folder.
    In this case the project folder is named Movieproj and is on the C drive.
    Remove the Title and open the next - save this project in the project folder.
    Note that you must give a different destination to save the converted video for each title - else the output goes to the default folder and gets overwritten.

    In this case, the project files are 1.dfproj and 2.dfproj
    A typical script would be created in Notepad and saved with the extension .bat (example flick.bat):

    "C:\Program Files\DVD Flick\dvdflick" -load C:\Movieproj\1.dfproj -startunattended
    "C:\Program Files\DVD Flick\dvdflick" -load C:\Movieproj\2.dfproj -startunattended
     
  7. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    That indeed looks very promising Attar.

    Thank you very much, I shall have to try that out.

    I would have to make sure I did not have burn disc on and then it would take up to a hour to create it.

    so that is solved.


    that would be around 9 hours.. for what I want to do.



    Now All i need is the same for like ConvertXtoDvd if possible.

    then it would cut 30 minutes or more off the creation.

    Thank u much.
     
  8. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96

    http://forum.videohelp.com/topic311032.html
     
  9. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    Whoa.....


    I am forever thankful to you fine sir

    a big huzzah to you!!!!!


    Finally Afterdawn pays off.

    Now I know why I come here rather then go anywhere else
     
  10. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    so basically

    RUNME.BAT: (Convert 1 file)

    "C:\PATH-TO-CONVERTXTODVD\ConvertXtoDvd.exe" /file "C:\Work\filename1.avi" /auto=true /close

    "C:\PATH-TO-CONVERTXTODVD\ConvertXtoDvd.exe" /file "C:\Work\filename2.avi" /auto=true /close

    -=-=-=-=

    I can take that instance and make multiple outputs from multiple files.

    with each file creating a different sub folderthat I can burn from later?
     
  11. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    I found this on that website oneof you guys posted

    I am not up on Visual Basic Scripting... throw me some turbo pascal and I can understand that.


    strSourceDir=mid(wscript.arguments(0),1,len(wscript.arguments(0))-1)
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    Set objFileSystem = Wscript.CreateObject("Scripting.FileSystemObject")
    Set objFolder = objFileSystem.GetFolder(strSourceDir)
    Set colFiles = objFolder.Files

    For Each FileObj in colFiles
    strFileName = FileObj.Name
    If UCase(Right(strFileName,3)) <> "BAT" AND UCase(Right(strFileName,3)) <> ".DB" then
    strFullLocation = objFolder & "\" & strFilename
    strFullCommand = """C:\Program Files\VSO\ConvertX\3\ConvertXtoDvd.exe"" /file=""" & strFullLocation & """ /auto=true /close"
    WshShell.Run strFullCommand, 1, true
    Wscript.Sleep(500)
    End if
    Next



    how do I go about putting a text file for it to read from concerning the locations of various and stop it from practically looping?

    Thank you
     
  12. SuckRaven

    SuckRaven Member

    Joined:
    Jan 11, 2005
    Messages:
    66
    Likes Received:
    0
    Trophy Points:
    16
    I have a question that is mostly related...

    If I have episodic DivX or XviD files, is it possible, with ConvertXtoDVD to get them all onto the same DVD somehow?

    If it is, is it then possible to create chapters within each episode, or would each episode in itself constitute a chapter in this case?

    Any tips? I am new to ConvertXtoDVD and would like to know if this is possible. If this has been covered elsewhere already, a link would be very helpful...
     
  13. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    From what I understand.. you can use convertXtoDvd to convert the files for dvd usage and it will create chapters.

    i just created a bunch of discs and the single files were supposedly only taking up like 815 megs on average.

    I dont know if that is expanded to fill the dvd or not.


    after conversion you most likely have to use a another program to create independent screens for each.. title.

    That way the chapters of each conversion would likely stay intact.

    However.. I am not sure
     
  14. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
    Correct.DVD Flick or ConvertxtoDVD will do that.
    Do you mean your final disc size was only 815MB? How big was the source video(running time/mb?)
    Not sure what you mean by that.

    @SuckRaven
    Yes, it is possible to have multiple episodes on one DVD. The more you try to fit in, the lower the quality will be though.
    You can create a menu so you can launch every episode independently and you can have chapters for each episode.

    If you want, you can probably have all episodes work as one continuous play and not have individual menus.
     
  15. Smokejump

    Smokejump Member

    Joined:
    May 5, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    Quote:
    --------------------------------------------------------------------------------
    i just created a bunch of discs and the single files were supposedly only taking up like 815 megs on average.

    I dont know if that is expanded to fill the dvd or not.
    --------------------------------------------------------------------------------

    Do you mean your final disc size was only 815MB? How big was the source video(running time/mb?)

    ====================
    I just checked te size of te disc after creation and it says 915mb

    +++++++++++++++++++++
    after conversion you most likely have to use a another program to create independent screens for each.. title.

    That way the chapters of each conversion would likely stay intact.

    However.. I am not sure
    --------------------------------------------------------------------------------

    Not sure what you mean by that.


    +++++++++++++++++

    as I said.. " however I am not sure."

    All i know is that CnvertXtoDvd worked real quick compared to dvdflick. I will continue to use dvdflick for future usage and cyberlink powerlink power producer for my other tasks.

    I just had 12 files had to to be converted quickly in good quality and CX2D did just that. DVDflick would do it wouldout the watermark..

    But nonetheless a job well done.
     

Share This Page