Need help with SUPER and joining avi/divx files please

Discussion in 'Video - Software discussion' started by mburnz, Mar 17, 2008.

  1. mburnz

    mburnz Guest

    I recently came across SUPER for use after I rip a DVD. Great product but my question is...how do I join VOB files during conversion? Example: Recently ripped a movie to convert into avi/divx to view on another platform. The rip gave me 4 files to convert. SUPER does a great job of converting to avi but leaves them as 4 separate files. Is there a function to join the files as one? Thanks!
     
  2. varnull

    varnull Guest

    The easiest way I can think of is to use easy video joiner (freeware.. google it) to join your resulting avi's...

    Unless you fancy doing some dos trickery..

    copy /b file1.xxx + file2.xxx + file3.xxx fileout.xxx

    (in case you are wondering.. the /b switch prevents dos from treating <ctrl>-Z as an end of file flag)

    If the resulting video has audio drift then (you should have mencoder installed.. I think super uses it)

    mencoder -ovc copy -oac copy -o fileout.avi -forceidx result.avi

    It's so simple, and people have been making money for years by creating pretty little GUI's for those basic commands, and nubs have been paying for them...
     
    Last edited by a moderator: Mar 17, 2008

Share This Page