SOURCE
ssiffmpeg.dll

SUMMARY
FFMPEGWriter FFMPEGWriter
FFMPEGReader FFMPEGReader

DETAILS
FFMPEGWriter
  FFMPEGWriter  CONSUMER
 
           ffmpeg wrapper to write audio/video streams
 
             +  path   CHAR   1024   ''   LOCK   file path (leave empty to use url) 
             +  overwrite   BOOL   1   'false'   LOCK   overwrite file if it already exists (otherwise a unique path will be created) 
             +  url   CHAR   1024   ''   LOCK   streaming address in the format udp:// 
             +  stream   BOOL   1   'false'   LOCK   set this flag for very fast encoding in streaming applications (forces h264/aac codec) 
             +  format   CHAR   1024   'mp4'   LOCK   default output format if not determined from url or path (forced to 'mpegts' if in streaming mode) 
             +  acodec   CHAR   1024   ''   LOCK   force audio codec name (otherwise leave empty) 
             +  vcodec   CHAR   1024   ''   LOCK   force video codec name (otherwise leave empty) 
             +  video_bitrate   UINT   1   '0'   LOCK   average bit rate in kB (0 for default) 
             +  audio_bitrate   UINT   1   '0'   LOCK   average bit rate in kB (0 for default) 
             +  abuffer   DOUBLE   1   '3.00000'   LOCK   internal buffer size to cue audio samples for encoder 
             +  vbuffer   DOUBLE   1   '1.00000'   LOCK   internal buffer size to cue video frames for encoder 
             +  sdp   CHAR   1024   ''   LOCK   sdp path (leave empty if you don't want to create a sdp file) 
 
FFMPEGReader
  FFMPEGReader  SENSOR
 
           ffmpeg wrapper to read audio/video streams
 
             +  path   CHAR   1024   ''   LOCK   path of input file 
             +  url   CHAR   1024   ''   LOCK   streaming address in format udp:// 
             +  stream   BOOL   1   'false'   LOCK   set this flag for very fast decoding in streaming applications (forces h264/aac codec) 
             +  buffer   DOUBLE   1   '1.00000'   LOCK   internal buffer size in seconds 
             +  fps   DOUBLE   1   '25.00000'   LOCK   default video frame rate in Hz (if not determined from url) 
             +  width   UINT   1   '640'   LOCK   default video width in pixels (if not determined from url) 
             +  height   UINT   1   '480'   LOCK   default video height in pixels (if not determined from url) 
             +  asr   DOUBLE   1   '16000.00000'   LOCK   default audio sample rate in Hz (if not determined from url) 
             +  ablock   DOUBLE   1   '0.01000'   LOCK   audio block size in seconds if no video is available (otherwise will be set to 1/fps) 
             +  offset   DOUBLE   1   '0.00000'   LOCK   offset in seconds 
             +  bestEffort   BOOL   1   'false'   LOCK   best effort delivery, ignores fps 
 
           Available channels:
 
             +  video   Properties are determined from the options. 
             +  audio   Properties are determined from the options. 
 


Built with Social Signal Interpretation (SSI) [v1.0.5]
(c) University of Augsburg
http://openssi.net