Announcement

Collapse
No announcement yet.

i need to encode video files with divx/mp3... can it be done?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    i need to encode video files with divx/mp3... can it be done?

    I just managed to get PS2reality (divxplayer for playstation2) running, but it only reads files encoded with divx3.11 and mp3 audio... is there a way to encode files like this in kubuntu?

    #2
    Re: i need to encode video files with divx/mp3... can it be done?

    There are a number of tools available to do this (and over time I have tried most), I would recommend ffmpeg, it's the quickest in my experience, and the options are pretty easy to understand.
    The documentation is here

    To save you reading the whole thing
    Code:
     ffmpeg -i video.avi -vcodec msmpeg4 -acodec mp3 video.divx3.avi

    Comment


      #3
      Re: i need to encode video files with divx/mp3... can it be done?

      thanks!

      follow up question: is there a way to add subtitles?

      Comment

      Working...
      X