Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

DivX / XVid

  • 28-08-2006 11:58am
    #1
    Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭


    Running a FC5 box and want to set it up to do my DivX/XVid encoding, looking for software that will allow me to do this. Anybody point me in the right direction as to what I should use and where to get and config it?

    TIA

    MC


Comments

  • Registered Users, Registered Users 2 Posts: 865 ✭✭✭generalmiaow


    MEncoder should do the trick. I think it's part of the mplayer package. It must have got on my computer somehow.

    Mplayer site


  • Closed Accounts Posts: 4,842 ✭✭✭steveland?


    Check out my shell script in the shell scrip thread that outputs a command to mplayer depending on what size you want the file, what chapter it starts on, how long the piece of video to be encoded is.

    I find it very handy.


  • Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭MunsterCycling


    Will do, thanks. Any more suggestions people?


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    mencoder is really excellent, and there is plenty of information out there on it. There is also avidemux (which is a nice virtualdub style GUI, only better) and ffmpeg (which is command line).

    There is also the command line x264 application, but it needs to be frameserved by mplayer (or some such...if you're very intersted in this, ask me :)). mencoder can also output x264 encoded files.


  • Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭MunsterCycling


    What kind of frame rates do these programs get?

    On the windoze box I used to do this on I'd get 35+ FPS depending on content to lowest 20-24 FPS. Only ever used the single pass encoder though and have had very little issues with this (the machine is currently down hence the move to a *nix encoder...

    MC


  • Advertisement
  • Closed Accounts Posts: 4,842 ✭✭✭steveland?


    You can specify the framerate you want.

    mencoder <your DVD chapter> -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=<The FrameRate You Want> -vop scale -zoom -xy 640 -oac mp3lame -lameopts abr:br=128 -o /home/$USER/Videos/$OUTPUTFILE.avi


  • Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭MunsterCycling


    Sorry I meant frame rate as in when its trans coding into DivX from either DVD disc or directly from .vob

    Say movie is 2hours, how long will it take on average to transcode to DivX?

    MC


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    It's mostly dependent on your processor. When encoding xvid for my psp, I get around 80 fps. I have a 4600+ X2. I'd expect to get around 50FPS for a dvd quality encode (from a dvd). You could increase this by using one of the newer mencoders (which support threading).

    BTW, the 2 pass encode really is worth the extra time....The first pass can be sped up considerably with some command line options. Just do it overnight.


  • Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭MunsterCycling


    Dam was waiting for someone to say that :(

    Will try the 2 pass encode when I get this setup and see if it makes a difference even though I suspect I know the answer already.

    Thanks


    MC


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    I ran single pass encodes for ages. For the same file size, the quality difference is nothing short of astounding with 2 pass encodes. The big difference comes in scenes with movement, which single pass encode can't really process that well.

    There's a really useful mencoder guide here.


  • Advertisement
Advertisement