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?
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
-
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 thingCode:ffmpeg -i video.avi -vcodec msmpeg4 -acodec mp3 video.divx3.avi
- Top
- Bottom
Comment