PDA

View Full Version : Encoding to xvid using ffmpeg


E.J.
28th February 2006, 18:46
Hi there, i am trying to make a simple frontend to create PSP compliant video files using already existing tools (yes, another one...), is nothing complex, just some programming for the weekend, i want it to have option to choose between .PMP and .MP4 output.

The first part is already done, using mencoder and pmpmuxer, but when looking for a way to make a mp4 playable in the PSP i ended finding out that a custon build of ffmpeg was the best idea.

I would like to use Xvid as video codec, in mencoder the xvid encoding options/parameters are well documented so i didn't have much trouble.

In ffmpeg the encoding options are very similar to mencoder's, but still its not very clear (I think the official doc is a little too simple) about the codec specific options, n-pass modes, resizing algorithms, etc...

Well... the thing is, is there a more explanatory documentation of ffmpeg?, if not, could somebody with a lot of experience with ffmpeg give me some hints about getting the best results?

Thanks in advance.

PD: bad english ;D

E.J.
28th February 2006, 18:50
Duplicated post, sorry, i don't know what happened, please erase this one.

stevewu
1st March 2006, 17:01
good question, also looking forward for answer.
E.J. you can reference to the following link:
http://ffmpeg.sourceforge.net/ffmpeg-doc.html

E.J.
7th March 2006, 01:01
Well, that's the doc i was talking about, as i said before its a little too brew.