Linux/DivX question.....

Discussion in 'Computers and The Internet' started by dudenamedrob, Mar 18, 2007.

  1. dudenamedrob

    dudenamedrob peace lily

    Messages:
    1,401
    Likes Received:
    0
    I haven't been able to find anything on this in the wiki or on the forums....

    I run Ubuntu edgy eft distro. Can someone give me an idiot proof explanation as how to convert avi to DivX (so I can burn to watch on my big tv) or some other format that will play on a DVD player? I don't have a dvd-r, just cd-r. I have Avidemux/Dvd::rip/DvdShrink but as i'm an audiophile I have no experience in the video side of things...so I have no idea what i'm doing. If somebody could give me a simplistic tutorial or a link to something I would be really grateful, thanks alot.
     
  2. wiz561

    wiz561 Member

    Messages:
    22
    Likes Received:
    0
  3. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
    Mencoder and transcode are usefull apps....
    They are both in the ubuntu universe you could also compile from source, also have the multimedia codecs and ffmpeg installed.
     
  4. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
    This is how I compiled mplayer/mencoder from source ....
    hopefully I make some sense:)

    Install the dependencies
    to bootstrap you also need these installed
    Code:
    sudo apt-get install automake1.9 autoconf libtool
    for installing files from svn
    Code:
    sudo apt-get install subversion
    Get the Lame mp3 codec and build 3 deb packages liblame is needed for mencoder
    Install faad needed for encoding
    Install the x264 codec
    Code:
    svn co svn://svn.videolan.org/x264/trunk x264
           cd x264
           ./configure 
           make 
           sudo make install
    Install the xvid codec...
    Code:
    download  [url="http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.gz"]http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.gz[/url]
      tar zxvf xvidcore-1.1.2.tar.gz
      cd xvidcore-1.1.2
      ./bootstrap.sh
      ./configure
      make
      sudo make install
      
    ffmpeg
    Install the codecs for mplayer
    mplayer
    download a skin I chose Blue....
    now you can start the player in your console with mplayer or for the gui with gmplayer or in the gnome menu in the multimedia sub menu...

    hope it helps....:)
     
  5. dudenamedrob

    dudenamedrob peace lily

    Messages:
    1,401
    Likes Received:
    0
    thanks for all the effort raysun, but I tried it and it didn't work. Authentication failed for Lame mp3 codec and build 3 deb packages and it was all downhill from there.
     
  6. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
  7. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    installing mplayer or video codecs is not that hard.

    enable all universe and multiverse repo's from synaptic, then:
    the link raysun provided has everything for a debian system which should work for you.

    this will be my recomended page though. i promise this will work:
    https://help.ubuntu.com/community/RestrictedFormats
     
  8. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    btw, you want to burn stuff to a CD to watch on a DVD player then burn it as a VCD. just google "Ubuntu burn as VCD" or something.
     
  9. dudenamedrob

    dudenamedrob peace lily

    Messages:
    1,401
    Likes Received:
    0
    Raysun and Assasin, thanks for all your help! I got Mplayer (synaptic, as soon as I realized it was there it was a breeze) now how do I use it to convert avi to VCD??
     
  10. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
    hi....:)
    there are different ways to make a vcd you can use encode2mpeg(which is frontend for mplayer/mencoder) or avidemux with Varsha ,DVDAuthor ,Transcode and FFMPEG you should check if they are in reposatories and install them or else install the from source...
    this is a link for avidemux with a visual how to
    Also you can make a vcd with avidemux and k3b
    And the comand line method
    Code:
    [/font][font=Verdana]mencoder movie.wmv -o movie.avi -ovc lavc -oac lavc -lavcopts acodec=mp2:abitrate=224
    hope it helps....
     
  11. Twizz

    Twizz Drug Conoisseur

    Messages:
    3,020
    Likes Received:
    1
    use Nero Burner, then just click on the "Burn Video Disk" then "VCD" then you're done.
     
  12. dudenamedrob

    dudenamedrob peace lily

    Messages:
    1,401
    Likes Received:
    0
    to my knowledge Nero does not make a version for linux, and I don't like Wine.
     
  13. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    actually, there is a Nero for Linux. the demo is free but i think you have to pay for the official version.
     
  14. dudenamedrob

    dudenamedrob peace lily

    Messages:
    1,401
    Likes Received:
    0

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice