scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 Simple multimedia streams analyzer
2 usage: ffprobe [OPTIONS] [INPUT_FILE]
3  
4 Main options:
5 -L show license
6 -h topic show help
7 -? topic show help
8 -help topic show help
9 --help topic show help
10 -version show version
11 -formats show available formats
12 -codecs show available codecs
13 -decoders show available decoders
14 -encoders show available encoders
15 -bsfs show available bit stream filters
16 -protocols show available protocols
17 -filters show available filters
18 -pix_fmts show available pixel formats
19 -layouts show standard channel layouts
20 -sample_fmts show available audio sample formats
21 -loglevel loglevel set libav* logging level
22 -v loglevel set libav* logging level
23 -report generate a report
24 -max_alloc bytes set maximum size of a single allocated block
25 -cpuflags flags force specific cpu flags
26 -f format force format
27 -unit show unit of the displayed values
28 -prefix use SI prefixes for the displayed values
29 -byte_binary_prefix use binary prefixes for byte units
30 -sexagesimal use sexagesimal format HOURS:MM:SS.MICROSECONDS for time units
31 -pretty prettify the format of displayed values, make it more human readable
32 -print_format format set the output printing format (available formats are: default, compact, csv, flat, ini, json, xml)
33 -of format alias for -print_format
34 -select_streams stream_specifier select the specified streams
35 -sections print sections structure and section information, and exit
36 -show_data show packets data
37 -show_error show probing error
38 -show_format show format/container info
39 -show_frames show frames info
40 -show_format_entry entry show a particular entry from the format/container info
41 -show_entries entry_list show a set of specified entries
42 -show_packets show packets info
43 -show_streams show streams info
44 -count_frames count the number of frames per stream
45 -count_packets count the number of packets per stream
46 -show_program_version show ffprobe version
47 -show_library_versions show library versions
48 -show_versions show program and library versions
49 -show_private_data show private data
50 -private same as show_private_data
51 -bitexact force bitexact output
52 -default generic catch all option
53 -i input_file read specified file
54  
55  
56 AVFormatContext AVOptions:
57 -avioflags <flags> ED....
58 direct ED.... reduce buffering
59 -probesize <int> .D.... set probing size (from 32 to INT_MAX)
60 -fflags <flags> ED....
61 ignidx .D.... ignore index
62 genpts .D.... generate pts
63 nofillin .D.... do not fill in missing values that can be exactly calculated
64 noparse .D.... disable AVParsers, this needs nofillin too
65 igndts .D.... ignore dts
66 discardcorrupt .D.... discard corrupted frames
67 sortdts .D.... try to interleave outputted packets by dts
68 keepside .D.... dont merge side data
69 nobuffer .D.... reduce the latency introduced by optional buffering
70 -seek2any <int> .D.... forces seeking to enable seek to any mode (from 0 to 1)
71 -analyzeduration <int> .D.... specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX)
72 -cryptokey <binary> .D.... decryption key
73 -indexmem <int> .D.... max memory used for timestamp index (per stream) (from 0 to INT_MAX)
74 -rtbufsize <int> .D.... max memory used for buffering real-time frames (from 0 to INT_MAX)
75 -fdebug <flags> ED.... print specific debug info
76 ts ED....
77 -max_delay <int> ED.... maximum muxing or demuxing delay in microseconds (from -1 to INT_MAX)
78 -fpsprobesize <int> .D.... number of frames used to probe fps (from -1 to 2.14748e+09)
79 -f_err_detect <flags> .D.... set error detection flags (deprecated; use err_detect, save via avconv)
80 crccheck .D.... verify embedded CRCs
81 bitstream .D.... detect bitstream specification deviations
82 buffer .D.... detect improper bitstream length
83 explode .D.... abort decoding on minor error detection
84 careful .D.... consider things that violate the spec and have not been seen in the wild as errors
85 compliant .D.... consider all spec non compliancies as errors
86 aggressive .D.... consider things that a sane encoder shouldnt do as an error
87 -err_detect <flags> .D.... set error detection flags
88 crccheck .D.... verify embedded CRCs
89 bitstream .D.... detect bitstream specification deviations
90 buffer .D.... detect improper bitstream length
91 explode .D.... abort decoding on minor error detection
92 careful .D.... consider things that violate the spec and have not been seen in the wild as errors
93 compliant .D.... consider all spec non compliancies as errors
94 aggressive .D.... consider things that a sane encoder shouldnt do as an error
95 -use_wallclock_as_timestamps <int> .D.... use wallclock as timestamps (from 0 to 2.14748e+09)
96 -skip_initial_bytes <int> .D.... skip initial bytes (from 0 to 2.14748e+09)
97 -correct_ts_overflow <int> .D.... correct single timestamp overflows (from 0 to 1)
98  
99 AVIOContext AVOptions:
100  
101 URLContext AVOptions:
102  
103 crypto AVOptions:
104 -key <binary> .D.... AES decryption key
105 -iv <binary> .D.... AES decryption initialization vector
106  
107 ffrtmphttp AVOptions:
108 -ffrtmphttp_tls <int> .D.... Use a HTTPS tunneling connection (RTMPTS). (from 0 to 1)
109  
110 file AVOptions:
111  
112 http AVOptions:
113 -seekable <int> .D.... control seekability of connection (from -1 to 1)
114 -headers <string> ED.... set custom HTTP headers, can override built in default headers
115 -content_type <string> ED.... force a content type
116 -user-agent <string> .D.... override User-Agent header
117 -multiple_requests <int> ED.... use persistent connections (from 0 to 1)
118 -post_data <binary> ED.... set custom HTTP post data
119 -timeout <int> ED.... set timeout of socket I/O operations (from -1 to INT_MAX)
120  
121 rtmp AVOptions:
122 -rtmp_app <string> ED.... Name of application to connect to on the RTMP server
123 -rtmp_buffer <int> ED.... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX)
124 -rtmp_conn <string> ED.... Append arbitrary AMF data to the Connect message
125 -rtmp_flashver <string> ED.... Version of the Flash plugin used to run the SWF player.
126 -rtmp_live <int> .D.... Specify that the media is a live stream. (from INT_MIN to INT_MAX)
127 any .D.... both
128 live .D.... live stream
129 recorded .D.... recorded stream
130 -rtmp_pageurl <string> .D.... URL of the web page in which the media was embedded. By default no value will be sent.
131 -rtmp_playpath <string> ED.... Stream identifier to play or to publish
132 -rtmp_subscribe <string> .D.... Name of live stream to subscribe to. Defaults to rtmp_playpath.
133 -rtmp_swfhash <binary> .D.... SHA256 hash of the decompressed SWF file (32 bytes).
134 -rtmp_swfsize <int> .D.... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX)
135 -rtmp_swfurl <string> ED.... URL of the SWF player. By default no value will be sent
136 -rtmp_swfverify <string> .D.... URL to player swf file, compute hash/size automatically.
137 -rtmp_tcurl <string> ED.... URL of the target stream. Defaults to proto://host[:port]/app.
138 -rtmp_listen <int> .D.... Listen for incoming rtmp connections (from INT_MIN to INT_MAX)
139 -timeout <int> .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX)
140  
141 rtmpt AVOptions:
142 -rtmp_app <string> ED.... Name of application to connect to on the RTMP server
143 -rtmp_buffer <int> ED.... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX)
144 -rtmp_conn <string> ED.... Append arbitrary AMF data to the Connect message
145 -rtmp_flashver <string> ED.... Version of the Flash plugin used to run the SWF player.
146 -rtmp_live <int> .D.... Specify that the media is a live stream. (from INT_MIN to INT_MAX)
147 any .D.... both
148 live .D.... live stream
149 recorded .D.... recorded stream
150 -rtmp_pageurl <string> .D.... URL of the web page in which the media was embedded. By default no value will be sent.
151 -rtmp_playpath <string> ED.... Stream identifier to play or to publish
152 -rtmp_subscribe <string> .D.... Name of live stream to subscribe to. Defaults to rtmp_playpath.
153 -rtmp_swfhash <binary> .D.... SHA256 hash of the decompressed SWF file (32 bytes).
154 -rtmp_swfsize <int> .D.... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX)
155 -rtmp_swfurl <string> ED.... URL of the SWF player. By default no value will be sent
156 -rtmp_swfverify <string> .D.... URL to player swf file, compute hash/size automatically.
157 -rtmp_tcurl <string> ED.... URL of the target stream. Defaults to proto://host[:port]/app.
158 -rtmp_listen <int> .D.... Listen for incoming rtmp connections (from INT_MIN to INT_MAX)
159 -timeout <int> .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX)
160  
161 srtp AVOptions:
162  
163 tcp AVOptions:
164 -listen <int> ED.... listen on port instead of connecting (from 0 to 1)
165 -timeout <int> ED.... timeout of socket i/o operations (from 0 to INT_MAX)
166 -listen_timeout <int> ED.... connection awaiting timeout (from -1 to INT_MAX)
167  
168 udp AVOptions:
169 -buffer_size <int> ED.... Socket buffer size in bytes (from 0 to INT_MAX)
170 -localport <int> ED.... Set local port to bind to (from 0 to INT_MAX)
171 -localaddr <string> ED.... Choose local IP address
172 -pkt_size <int> ED.... Set size of UDP packets (from 0 to INT_MAX)
173 -reuse <int> ED.... Explicitly allow or disallow reusing UDP sockets (from 0 to 1)
174 -connect <int> ED.... Should connect() be called on socket (from 0 to 1)
175 -fifo_size <int> .D.... Set the UDP receiving circular buffer size, expressed as a number of packets with size of 188 bytes (from 0 to INT_MAX)
176 -overrun_nonfatal <int> .D.... Survive in case of UDP receiving circular buffer overrun (from 0 to 1)
177 -timeout <int> .D.... In read mode: if no data arrived in more than this time interval, raise error (from 0 to INT_MAX)
178  
179 Artworx Data Format demuxer AVOptions:
180 -linespeed <int> .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)
181 -video_size <string> .D.... set video size, such as 640x480 or hd720.
182 -framerate <string> .D.... set framerate (frames per second)
183  
184 aqtdec AVOptions:
185 -subfps <rational> .D...S set the movie frame rate (from 0 to INT_MAX)
186  
187 asf demuxer AVOptions:
188 -no_resync_search <int> .D.... Don't try to resynchronize by looking for a certain optional start code (from 0 to 1)
189  
190 avi AVOptions:
191 -use_odml <int> .D.... use odml index (from -1 to 1)
192  
193 Binary text demuxer AVOptions:
194 -linespeed <int> .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)
195 -video_size <string> .D.... set video size, such as 640x480 or hd720.
196 -framerate <string> .D.... set framerate (frames per second)
197  
198 cavsvideo demuxer AVOptions:
199 -framerate <string> .D....
200  
201 CDXL demuxer AVOptions:
202 -sample_rate <int> .D.... (from 1 to INT_MAX)
203 -framerate <string> .D....
204  
205 concat demuxer AVOptions:
206 -safe <int> .D.... enable safe mode (from -1 to 1)
207  
208 dirac demuxer AVOptions:
209 -framerate <string> .D....
210  
211 dnxhd demuxer AVOptions:
212 -framerate <string> .D....
213  
214 flvdec AVOptions:
215 -flv_metadata <int> .D.V.. Allocate streams according the onMetaData array (from 0 to 1)
216  
217 g729 demuxer AVOptions:
218 -bit_rate <int> .D.... (from 0 to INT_MAX)
219  
220 GIF demuxer AVOptions:
221 -min_delay <int> .D.... minimum valid delay between frames (in hundredths of second) (from 0 to 6000)
222 -default_delay <int> .D.... default delay between frames (in hundredths of second) (from 0 to 6000)
223  
224 gsm demuxer AVOptions:
225 -sample_rate <int> .D.... (from 1 to 6.50753e+07)
226  
227 h261 demuxer AVOptions:
228 -framerate <string> .D....
229  
230 h263 demuxer AVOptions:
231 -framerate <string> .D....
232  
233 h264 demuxer AVOptions:
234 -framerate <string> .D....
235  
236 iCE Draw File demuxer AVOptions:
237 -linespeed <int> .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)
238 -video_size <string> .D.... set video size, such as 640x480 or hd720.
239 -framerate <string> .D.... set framerate (frames per second)
240  
241 image2 demuxer AVOptions:
242 -framerate <string> .D.... set the video framerate
243 -loop <int> .D.... force loop over input file sequence (from 0 to 1)
244 -pattern_type <int> .D.... set pattern type (from 0 to INT_MAX)
245 glob_sequence .D.... select glob/sequence pattern type
246 glob .D.... select glob pattern type
247 sequence .D.... select sequence pattern type
248 -pixel_format <string> .D.... set video pixel format
249 -start_number <int> .D.... set first number in the sequence (from 0 to INT_MAX)
250 -start_number_range <int> .D.... set range for looking at the first sequence number (from 1 to INT_MAX)
251 -video_size <string> .D.... set video size
252 -frame_size <int> .D.... force frame size in bytes (from 0 to INT_MAX)
253  
254 image2pipe demuxer AVOptions:
255 -framerate <string> .D.... set the video framerate
256 -loop <int> .D.... force loop over input file sequence (from 0 to 1)
257 -pattern_type <int> .D.... set pattern type (from 0 to INT_MAX)
258 glob_sequence .D.... select glob/sequence pattern type
259 glob .D.... select glob pattern type
260 sequence .D.... select sequence pattern type
261 -pixel_format <string> .D.... set video pixel format
262 -start_number <int> .D.... set first number in the sequence (from 0 to INT_MAX)
263 -start_number_range <int> .D.... set range for looking at the first sequence number (from 1 to INT_MAX)
264 -video_size <string> .D.... set video size
265 -frame_size <int> .D.... force frame size in bytes (from 0 to INT_MAX)
266  
267 ingenient demuxer AVOptions:
268 -framerate <string> .D....
269  
270 m4v demuxer AVOptions:
271 -framerate <string> .D....
272  
273 mjpeg demuxer AVOptions:
274 -framerate <string> .D....
275  
276 mov,mp4,m4a,3gp,3g2,mj2 AVOptions:
277 -use_absolute_path <int> .D.V.. allow using absolute path when opening alias, this is a possible security issue (from 0 to 1)
278 -ignore_editlist <int> .D.V.. (from 0 to 1)
279  
280 mpegtsraw demuxer AVOptions:
281 -compute_pcr <int> .D.... Compute exact PCR for each transport stream packet. (from 0 to 1)
282  
283 mpegvideo demuxer AVOptions:
284 -framerate <string> .D....
285  
286 alaw demuxer AVOptions:
287 -sample_rate <int> .D.... (from 0 to INT_MAX)
288 -channels <int> .D.... (from 0 to INT_MAX)
289  
290 mulaw demuxer AVOptions:
291 -sample_rate <int> .D.... (from 0 to INT_MAX)
292 -channels <int> .D.... (from 0 to INT_MAX)
293  
294 f64be demuxer AVOptions:
295 -sample_rate <int> .D.... (from 0 to INT_MAX)
296 -channels <int> .D.... (from 0 to INT_MAX)
297  
298 f64le demuxer AVOptions:
299 -sample_rate <int> .D.... (from 0 to INT_MAX)
300 -channels <int> .D.... (from 0 to INT_MAX)
301  
302 f32be demuxer AVOptions:
303 -sample_rate <int> .D.... (from 0 to INT_MAX)
304 -channels <int> .D.... (from 0 to INT_MAX)
305  
306 f32le demuxer AVOptions:
307 -sample_rate <int> .D.... (from 0 to INT_MAX)
308 -channels <int> .D.... (from 0 to INT_MAX)
309  
310 s32be demuxer AVOptions:
311 -sample_rate <int> .D.... (from 0 to INT_MAX)
312 -channels <int> .D.... (from 0 to INT_MAX)
313  
314 s32le demuxer AVOptions:
315 -sample_rate <int> .D.... (from 0 to INT_MAX)
316 -channels <int> .D.... (from 0 to INT_MAX)
317  
318 s24be demuxer AVOptions:
319 -sample_rate <int> .D.... (from 0 to INT_MAX)
320 -channels <int> .D.... (from 0 to INT_MAX)
321  
322 s24le demuxer AVOptions:
323 -sample_rate <int> .D.... (from 0 to INT_MAX)
324 -channels <int> .D.... (from 0 to INT_MAX)
325  
326 s16be demuxer AVOptions:
327 -sample_rate <int> .D.... (from 0 to INT_MAX)
328 -channels <int> .D.... (from 0 to INT_MAX)
329  
330 s16le demuxer AVOptions:
331 -sample_rate <int> .D.... (from 0 to INT_MAX)
332 -channels <int> .D.... (from 0 to INT_MAX)
333  
334 s8 demuxer AVOptions:
335 -sample_rate <int> .D.... (from 0 to INT_MAX)
336 -channels <int> .D.... (from 0 to INT_MAX)
337  
338 u32be demuxer AVOptions:
339 -sample_rate <int> .D.... (from 0 to INT_MAX)
340 -channels <int> .D.... (from 0 to INT_MAX)
341  
342 u32le demuxer AVOptions:
343 -sample_rate <int> .D.... (from 0 to INT_MAX)
344 -channels <int> .D.... (from 0 to INT_MAX)
345  
346 u24be demuxer AVOptions:
347 -sample_rate <int> .D.... (from 0 to INT_MAX)
348 -channels <int> .D.... (from 0 to INT_MAX)
349  
350 u24le demuxer AVOptions:
351 -sample_rate <int> .D.... (from 0 to INT_MAX)
352 -channels <int> .D.... (from 0 to INT_MAX)
353  
354 u16be demuxer AVOptions:
355 -sample_rate <int> .D.... (from 0 to INT_MAX)
356 -channels <int> .D.... (from 0 to INT_MAX)
357  
358 u16le demuxer AVOptions:
359 -sample_rate <int> .D.... (from 0 to INT_MAX)
360 -channels <int> .D.... (from 0 to INT_MAX)
361  
362 u8 demuxer AVOptions:
363 -sample_rate <int> .D.... (from 0 to INT_MAX)
364 -channels <int> .D.... (from 0 to INT_MAX)
365  
366 rawvideo demuxer AVOptions:
367 -video_size <string> .D.... set frame size
368 -pixel_format <string> .D.... set pixel format
369 -framerate <string> .D.... set frame rate
370  
371 RTP demuxer AVOptions:
372 -rtp_flags <flags> .D.... RTP flags
373 filter_src .D.... Only receive packets from the negotiated peer IP
374 listen .D.... Wait for incoming connections
375 -reorder_queue_size <int> .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)
376  
377 RTSP demuxer AVOptions:
378 -initial_pause <int> .D.... Don't start playing the stream immediately (from 0 to 1)
379 -rtsp_transport <flags> ED.... RTSP transport protocols
380 udp ED.... UDP
381 tcp ED.... TCP
382 udp_multicast .D.... UDP multicast
383 http .D.... HTTP tunneling
384 -rtsp_flags <flags> .D.... RTSP flags
385 filter_src .D.... Only receive packets from the negotiated peer IP
386 listen .D.... Wait for incoming connections
387 -allowed_media_types <flags> .D.... Media types to accept from the server
388 video .D.... Video
389 audio .D.... Audio
390 data .D.... Data
391 -min_port <int> ED.... Minimum local UDP port (from 0 to 65535)
392 -max_port <int> ED.... Maximum local UDP port (from 0 to 65535)
393 -timeout <int> .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies flag listen (from INT_MIN to INT_MAX)
394 -reorder_queue_size <int> .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)
395  
396 sbg_demuxer AVOptions:
397 -sample_rate <int> .D.... (from 0 to INT_MAX)
398 -frame_size <int> .D.... (from 0 to INT_MAX)
399 -max_file_size <int> .D.... (from 0 to INT_MAX)
400  
401 SDP demuxer AVOptions:
402 -sdp_flags <flags> .D.... SDP flags
403 filter_src .D.... Only receive packets from the negotiated peer IP
404 listen .D.... Wait for incoming connections
405 custom_io .D.... Use custom IO
406 -allowed_media_types <flags> .D.... Media types to accept from the server
407 video .D.... Video
408 audio .D.... Audio
409 data .D.... Data
410 -reorder_queue_size <int> .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)
411  
412 tedcaptions_demuxer AVOptions:
413 -start_time <int64> .D...S set the start time (offset) of the subtitles, in ms (from I64_MIN to I64_MAX)
414  
415 TTY demuxer AVOptions:
416 -chars_per_frame <int> .D.... (from 1 to INT_MAX)
417 -video_size <string> .D.... A string describing frame size, such as 640x480 or hd720.
418 -framerate <string> .D....
419  
420 vc1 demuxer AVOptions:
421 -framerate <string> .D....
422  
423 WAV demuxer AVOptions:
424 -ignore_length <int> .D.... Ignore length (from 0 to 1)
425  
426 eXtended BINary text (XBIN) demuxer AVOptions:
427 -linespeed <int> .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)
428 -video_size <string> .D.... set video size, such as 640x480 or hd720.
429 -framerate <string> .D.... set framerate (frames per second)
430  
431 lavfi indev AVOptions:
432 -graph <string> .D.... set libavfilter graph
433 -graph_file <string> .D.... set libavfilter graph filename
434 -dumpgraph <string> .D.... dump graph to stderr
435  
436 AIFF muxer AVOptions:
437  
438 AST muxer AVOptions:
439  
440 f4v muxer AVOptions:
441  
442 GIF muxer AVOptions:
443  
444 hls muxer AVOptions:
445  
446 image2 muxer AVOptions:
447  
448 ipod muxer AVOptions:
449  
450 ismv muxer AVOptions:
451  
452 LATM/LOAS muxer AVOptions:
453  
454 mov muxer AVOptions:
455  
456 MP3 muxer AVOptions:
457  
458 mp4 muxer AVOptions:
459  
460 mpeg muxer AVOptions:
461  
462 vcd muxer AVOptions:
463  
464 dvd muxer AVOptions:
465  
466 svcd muxer AVOptions:
467  
468 vob muxer AVOptions:
469  
470 MPEGTS muxer AVOptions:
471  
472 Ogg muxer AVOptions:
473  
474 psp muxer AVOptions:
475  
476 RTP muxer AVOptions:
477  
478 RTSP muxer AVOptions:
479 -initial_pause <int> .D.... Don't start playing the stream immediately (from 0 to 1)
480 -rtsp_transport <flags> ED.... RTSP transport protocols
481 udp ED.... UDP
482 tcp ED.... TCP
483 udp_multicast .D.... UDP multicast
484 http .D.... HTTP tunneling
485 -rtsp_flags <flags> .D.... RTSP flags
486 filter_src .D.... Only receive packets from the negotiated peer IP
487 listen .D.... Wait for incoming connections
488 -allowed_media_types <flags> .D.... Media types to accept from the server
489 video .D.... Video
490 audio .D.... Audio
491 data .D.... Data
492 -min_port <int> ED.... Minimum local UDP port (from 0 to 65535)
493 -max_port <int> ED.... Maximum local UDP port (from 0 to 65535)
494 -timeout <int> .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies flag listen (from INT_MIN to INT_MAX)
495 -reorder_queue_size <int> .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)
496  
497 segment muxer AVOptions:
498  
499 stream_segment muxer AVOptions:
500  
501 smooth streaming muxer AVOptions:
502  
503 spdif AVOptions:
504  
505 tg2 muxer AVOptions:
506  
507 tgp muxer AVOptions:
508  
509 WAV muxer AVOptions:
510  
511 caca_outdev AVOptions:
512