User Tools

Site Tools


ffmpeg:av_set_parameters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ffmpeg:av_set_parameters [2007/12/10 10:55] devaffmpeg:av_set_parameters [2009/07/21 09:16] deva
Line 3: Line 3:
 Defined in ''avformat.h''\\ Defined in ''avformat.h''\\
  
-FIXME Unknown.+Set the output parameters of the output video context (see [[ffmpeg:output_example]]). Must be done even if no parameters in order to prepare the output format context. In this latter case ''ap'' may be NULL.
  
 <code c> <code c>
Line 13: Line 13:
 ===s=== ===s===
 <code c>AVFormatContext *s</code> <code c>AVFormatContext *s</code>
-FIXME Unknown.+A pointer to the output video context ([[ffmpeg:AVFormatContext]]) to be populated.
  
 ===ap=== ===ap===
 <code c>AVFormatParameters *ap</code> <code c>AVFormatParameters *ap</code>
-May be NULL.\\ +A pointer to the format parameters ([[ffmpeg:AVFormatParameters]]) (sometimes gathered from the command line). May be NULL. 
-FIXME Unknown.+
  
 ====Return value==== ====Return value====
-FIXME Unknown.+On invalid output format returns a negative number.
  
 ====See also==== ====See also====
ffmpeg/av_set_parameters.txt · Last modified: 2009/07/21 09:25 by deva