Log in

View Full Version : FFMPEG project Document


shita
28th February 2008, 09:18
Can you help me some links and some detail document about FFMPEG project (spec about functions in project ,...) ?
Thanks so much.

gzarkadas
20th March 2008, 14:24
http://ffmpeg.mplayerhq.hu/documentation.html

LigH
8th August 2008, 06:56
This documentation is unfortunately quite brief. It just mentions existing options, but doesn't explain their meaning in detail, especially not value ranges, relations or dependencies. We just have such a question in the german board; just some examples of which kind of information is missing:
-mbd <string> (Macroblock decision algorithm)
... related to ASP or AVC, maybe both?
-subcmp <string or int> (Sub pel motion estimation compare function)
... which exist, and what are the (dis)advantages of each?
__

Slightly more detailed in some basic options is the FFmpeg Howto (http://www.itbroadcastanddigitalcinema.com/ffmpeg_howto.html), yet not at all complete.

mikeytown2
11th August 2008, 04:56
Doc of switches in the exe is better, got all of it by pipeing the outputed text to a file
ffmpeg.exe > out.txt
Summary of output in this post
http://forum.doom9.org/showthread.php?p=1101832#post1101832

Edit: LigH's sig link has a nice summary of switches as well!

ffmpeg
15th August 2008, 18:12
I just read the FFmpeg source code

smok3
15th August 2008, 20:15
i never find what i need with ffmpeg, last time i was looking for a way to capture dv stream and encode on the fly..., any clues btw?