typed-ffmpeg-compatible 2.7.2__py3-none-any.whl → 2.7.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. typed_ffmpeg/__init__.py +2 -1
  2. typed_ffmpeg/common/cache/.gitignore +3 -0
  3. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/acrossover.json +6 -0
  4. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/afir.json +9 -0
  5. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/aiir.json +6 -0
  6. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/ainterleave.json +9 -0
  7. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/amerge.json +9 -0
  8. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/amix.json +9 -0
  9. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/amovie.json +6 -0
  10. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/anequalizer.json +6 -0
  11. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/aphasemeter.json +6 -0
  12. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/asegment.json +6 -0
  13. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/aselect.json +6 -0
  14. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/asplit.json +6 -0
  15. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/astreamselect.json +9 -0
  16. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/bm3d.json +6 -0
  17. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/channelsplit.json +6 -0
  18. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/concat.json +9 -0
  19. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/decimate.json +6 -0
  20. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/ebur128.json +6 -0
  21. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/extractplanes.json +6 -0
  22. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/fieldmatch.json +6 -0
  23. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/guided.json +6 -0
  24. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/headphone.json +6 -0
  25. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/hstack.json +9 -0
  26. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/interleave.json +9 -0
  27. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/join.json +9 -0
  28. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/libplacebo.json +9 -0
  29. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/limitdiff.json +6 -0
  30. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/mergeplanes.json +6 -0
  31. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/mix.json +9 -0
  32. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/movie.json +6 -0
  33. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/premultiply.json +6 -0
  34. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/segment.json +6 -0
  35. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/select.json +6 -0
  36. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/signature.json +9 -0
  37. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/split.json +6 -0
  38. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/streamselect.json +9 -0
  39. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/unpremultiply.json +6 -0
  40. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/vstack.json +9 -0
  41. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/xmedian.json +9 -0
  42. typed_ffmpeg/common/cache/FFMpegFilterManuallyDefined/xstack.json +9 -0
  43. typed_ffmpeg/common/cache/list/filters.json +90747 -0
  44. typed_ffmpeg/common/cache/list/options.json +1694 -0
  45. typed_ffmpeg/common/cache.py +66 -0
  46. typed_ffmpeg/common/schema.py +9 -5
  47. typed_ffmpeg/common/serialize.py +12 -8
  48. typed_ffmpeg/compile/__init__.py +0 -0
  49. typed_ffmpeg/compile/compile_cli.py +415 -0
  50. typed_ffmpeg/compile/compile_json.py +38 -0
  51. typed_ffmpeg/compile/compile_python.py +325 -0
  52. typed_ffmpeg/{dag → compile}/context.py +26 -45
  53. typed_ffmpeg/{dag → compile}/validate.py +2 -2
  54. typed_ffmpeg/dag/factory.py +25 -4
  55. typed_ffmpeg/dag/global_runnable/runnable.py +6 -6
  56. typed_ffmpeg/dag/nodes.py +2 -230
  57. typed_ffmpeg/dag/schema.py +2 -18
  58. typed_ffmpeg/streams/av.py +36 -3
  59. typed_ffmpeg/utils/view.py +1 -1
  60. {typed_ffmpeg_compatible-2.7.2.dist-info → typed_ffmpeg_compatible-2.7.4.dist-info}/METADATA +1 -1
  61. typed_ffmpeg_compatible-2.7.4.dist-info/RECORD +95 -0
  62. typed_ffmpeg/dag/compile.py +0 -86
  63. typed_ffmpeg_compatible-2.7.2.dist-info/RECORD +0 -48
  64. {typed_ffmpeg_compatible-2.7.2.dist-info → typed_ffmpeg_compatible-2.7.4.dist-info}/LICENSE +0 -0
  65. {typed_ffmpeg_compatible-2.7.2.dist-info → typed_ffmpeg_compatible-2.7.4.dist-info}/WHEEL +0 -0
  66. {typed_ffmpeg_compatible-2.7.2.dist-info → typed_ffmpeg_compatible-2.7.4.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,1694 @@
1
+ [
2
+ {
3
+ "__class__": "FFMpegOption",
4
+ "argname": null,
5
+ "canon": null,
6
+ "flags": 2,
7
+ "help": "show license",
8
+ "name": "L",
9
+ "type": "OPT_TYPE_FUNC"
10
+ },
11
+ {
12
+ "__class__": "FFMpegOption",
13
+ "argname": "topic",
14
+ "canon": null,
15
+ "flags": 2,
16
+ "help": "show help",
17
+ "name": "h",
18
+ "type": "OPT_TYPE_FUNC"
19
+ },
20
+ {
21
+ "__class__": "FFMpegOption",
22
+ "argname": "topic",
23
+ "canon": null,
24
+ "flags": 6,
25
+ "help": "show help",
26
+ "name": "?",
27
+ "type": "OPT_TYPE_FUNC"
28
+ },
29
+ {
30
+ "__class__": "FFMpegOption",
31
+ "argname": "topic",
32
+ "canon": null,
33
+ "flags": 6,
34
+ "help": "show help",
35
+ "name": "help",
36
+ "type": "OPT_TYPE_FUNC"
37
+ },
38
+ {
39
+ "__class__": "FFMpegOption",
40
+ "argname": "topic",
41
+ "canon": null,
42
+ "flags": 6,
43
+ "help": "show help",
44
+ "name": "-help",
45
+ "type": "OPT_TYPE_FUNC"
46
+ },
47
+ {
48
+ "__class__": "FFMpegOption",
49
+ "argname": null,
50
+ "canon": null,
51
+ "flags": 2,
52
+ "help": "show version",
53
+ "name": "version",
54
+ "type": "OPT_TYPE_FUNC"
55
+ },
56
+ {
57
+ "__class__": "FFMpegOption",
58
+ "argname": null,
59
+ "canon": null,
60
+ "flags": 6,
61
+ "help": "show build configuration",
62
+ "name": "buildconf",
63
+ "type": "OPT_TYPE_FUNC"
64
+ },
65
+ {
66
+ "__class__": "FFMpegOption",
67
+ "argname": null,
68
+ "canon": null,
69
+ "flags": 6,
70
+ "help": "show available formats",
71
+ "name": "formats",
72
+ "type": "OPT_TYPE_FUNC"
73
+ },
74
+ {
75
+ "__class__": "FFMpegOption",
76
+ "argname": null,
77
+ "canon": null,
78
+ "flags": 2,
79
+ "help": "show available muxers",
80
+ "name": "muxers",
81
+ "type": "OPT_TYPE_FUNC"
82
+ },
83
+ {
84
+ "__class__": "FFMpegOption",
85
+ "argname": null,
86
+ "canon": null,
87
+ "flags": 2,
88
+ "help": "show available demuxers",
89
+ "name": "demuxers",
90
+ "type": "OPT_TYPE_FUNC"
91
+ },
92
+ {
93
+ "__class__": "FFMpegOption",
94
+ "argname": null,
95
+ "canon": null,
96
+ "flags": 2,
97
+ "help": "show available devices",
98
+ "name": "devices",
99
+ "type": "OPT_TYPE_FUNC"
100
+ },
101
+ {
102
+ "__class__": "FFMpegOption",
103
+ "argname": null,
104
+ "canon": null,
105
+ "flags": 6,
106
+ "help": "show available codecs",
107
+ "name": "codecs",
108
+ "type": "OPT_TYPE_FUNC"
109
+ },
110
+ {
111
+ "__class__": "FFMpegOption",
112
+ "argname": null,
113
+ "canon": null,
114
+ "flags": 2,
115
+ "help": "show available decoders",
116
+ "name": "decoders",
117
+ "type": "OPT_TYPE_FUNC"
118
+ },
119
+ {
120
+ "__class__": "FFMpegOption",
121
+ "argname": null,
122
+ "canon": null,
123
+ "flags": 2,
124
+ "help": "show available encoders",
125
+ "name": "encoders",
126
+ "type": "OPT_TYPE_FUNC"
127
+ },
128
+ {
129
+ "__class__": "FFMpegOption",
130
+ "argname": null,
131
+ "canon": null,
132
+ "flags": 6,
133
+ "help": "show available bit stream filters",
134
+ "name": "bsfs",
135
+ "type": "OPT_TYPE_FUNC"
136
+ },
137
+ {
138
+ "__class__": "FFMpegOption",
139
+ "argname": null,
140
+ "canon": null,
141
+ "flags": 6,
142
+ "help": "show available protocols",
143
+ "name": "protocols",
144
+ "type": "OPT_TYPE_FUNC"
145
+ },
146
+ {
147
+ "__class__": "FFMpegOption",
148
+ "argname": null,
149
+ "canon": null,
150
+ "flags": 2,
151
+ "help": "show available filters",
152
+ "name": "filters",
153
+ "type": "OPT_TYPE_FUNC"
154
+ },
155
+ {
156
+ "__class__": "FFMpegOption",
157
+ "argname": null,
158
+ "canon": null,
159
+ "flags": 2,
160
+ "help": "show available pixel formats",
161
+ "name": "pix_fmts",
162
+ "type": "OPT_TYPE_FUNC"
163
+ },
164
+ {
165
+ "__class__": "FFMpegOption",
166
+ "argname": null,
167
+ "canon": null,
168
+ "flags": 2,
169
+ "help": "show standard channel layouts",
170
+ "name": "layouts",
171
+ "type": "OPT_TYPE_FUNC"
172
+ },
173
+ {
174
+ "__class__": "FFMpegOption",
175
+ "argname": null,
176
+ "canon": null,
177
+ "flags": 2,
178
+ "help": "show available audio sample formats",
179
+ "name": "sample_fmts",
180
+ "type": "OPT_TYPE_FUNC"
181
+ },
182
+ {
183
+ "__class__": "FFMpegOption",
184
+ "argname": null,
185
+ "canon": null,
186
+ "flags": 6,
187
+ "help": "show available stream dispositions",
188
+ "name": "dispositions",
189
+ "type": "OPT_TYPE_FUNC"
190
+ },
191
+ {
192
+ "__class__": "FFMpegOption",
193
+ "argname": null,
194
+ "canon": null,
195
+ "flags": 6,
196
+ "help": "show available color names",
197
+ "name": "colors",
198
+ "type": "OPT_TYPE_FUNC"
199
+ },
200
+ {
201
+ "__class__": "FFMpegOption",
202
+ "argname": "loglevel",
203
+ "canon": null,
204
+ "flags": 5,
205
+ "help": "set logging level",
206
+ "name": "loglevel",
207
+ "type": "OPT_TYPE_FUNC"
208
+ },
209
+ {
210
+ "__class__": "FFMpegOption",
211
+ "argname": "loglevel",
212
+ "canon": null,
213
+ "flags": 1,
214
+ "help": "set logging level",
215
+ "name": "v",
216
+ "type": "OPT_TYPE_FUNC"
217
+ },
218
+ {
219
+ "__class__": "FFMpegOption",
220
+ "argname": null,
221
+ "canon": null,
222
+ "flags": 4,
223
+ "help": "generate a report",
224
+ "name": "report",
225
+ "type": "OPT_TYPE_FUNC"
226
+ },
227
+ {
228
+ "__class__": "FFMpegOption",
229
+ "argname": "bytes",
230
+ "canon": null,
231
+ "flags": 5,
232
+ "help": "set maximum size of a single allocated block",
233
+ "name": "max_alloc",
234
+ "type": "OPT_TYPE_FUNC"
235
+ },
236
+ {
237
+ "__class__": "FFMpegOption",
238
+ "argname": "flags",
239
+ "canon": null,
240
+ "flags": 5,
241
+ "help": "force specific cpu flags",
242
+ "name": "cpuflags",
243
+ "type": "OPT_TYPE_FUNC"
244
+ },
245
+ {
246
+ "__class__": "FFMpegOption",
247
+ "argname": "count",
248
+ "canon": null,
249
+ "flags": 5,
250
+ "help": "force specific cpu count",
251
+ "name": "cpucount",
252
+ "type": "OPT_TYPE_FUNC"
253
+ },
254
+ {
255
+ "__class__": "FFMpegOption",
256
+ "argname": "hide_banner",
257
+ "canon": null,
258
+ "flags": 4,
259
+ "help": "do not show program banner",
260
+ "name": "hide_banner",
261
+ "type": "OPT_TYPE_BOOL"
262
+ },
263
+ {
264
+ "__class__": "FFMpegOption",
265
+ "argname": "device",
266
+ "canon": null,
267
+ "flags": 7,
268
+ "help": "list sources of the input device",
269
+ "name": "sources",
270
+ "type": "OPT_TYPE_FUNC"
271
+ },
272
+ {
273
+ "__class__": "FFMpegOption",
274
+ "argname": "device",
275
+ "canon": null,
276
+ "flags": 7,
277
+ "help": "list sinks of the output device",
278
+ "name": "sinks",
279
+ "type": "OPT_TYPE_FUNC"
280
+ },
281
+ {
282
+ "__class__": "FFMpegOption",
283
+ "argname": "fmt",
284
+ "canon": null,
285
+ "flags": 6528,
286
+ "help": "force container format (auto-detected otherwise)",
287
+ "name": "f",
288
+ "type": "OPT_TYPE_STRING"
289
+ },
290
+ {
291
+ "__class__": "FFMpegOption",
292
+ "argname": null,
293
+ "canon": null,
294
+ "flags": 0,
295
+ "help": "overwrite output files",
296
+ "name": "y",
297
+ "type": "OPT_TYPE_BOOL"
298
+ },
299
+ {
300
+ "__class__": "FFMpegOption",
301
+ "argname": null,
302
+ "canon": null,
303
+ "flags": 0,
304
+ "help": "never overwrite output files",
305
+ "name": "n",
306
+ "type": "OPT_TYPE_BOOL"
307
+ },
308
+ {
309
+ "__class__": "FFMpegOption",
310
+ "argname": null,
311
+ "canon": null,
312
+ "flags": 4,
313
+ "help": "Ignore unknown stream types",
314
+ "name": "ignore_unknown",
315
+ "type": "OPT_TYPE_BOOL"
316
+ },
317
+ {
318
+ "__class__": "FFMpegOption",
319
+ "argname": null,
320
+ "canon": null,
321
+ "flags": 4,
322
+ "help": "Copy unknown stream types",
323
+ "name": "copy_unknown",
324
+ "type": "OPT_TYPE_BOOL"
325
+ },
326
+ {
327
+ "__class__": "FFMpegOption",
328
+ "argname": null,
329
+ "canon": null,
330
+ "flags": 4,
331
+ "help": "allow recasting stream type in order to force a decoder of different media type",
332
+ "name": "recast_media",
333
+ "type": "OPT_TYPE_BOOL"
334
+ },
335
+ {
336
+ "__class__": "FFMpegOption",
337
+ "argname": "codec",
338
+ "canon": ".u1.name_canon = \"codec\"",
339
+ "flags": 24448,
340
+ "help": "select encoder/decoder ('copy' to copy stream without reencoding)",
341
+ "name": "c",
342
+ "type": "OPT_TYPE_STRING"
343
+ },
344
+ {
345
+ "__class__": "FFMpegOption",
346
+ "argname": "codec",
347
+ "canon": ".u1.names_alt = alt_codec",
348
+ "flags": 16260,
349
+ "help": "alias for -c (select encoder/decoder)",
350
+ "name": "codec",
351
+ "type": "OPT_TYPE_STRING"
352
+ },
353
+ {
354
+ "__class__": "FFMpegOption",
355
+ "argname": "preset",
356
+ "canon": ".u1.names_alt = alt_pre",
357
+ "flags": 14212,
358
+ "help": "preset name",
359
+ "name": "pre",
360
+ "type": "OPT_TYPE_STRING"
361
+ },
362
+ {
363
+ "__class__": "FFMpegOption",
364
+ "argname": "[-]input_file_id[:stream_specifier][,sync_file_id[:stream_specifier]]",
365
+ "canon": null,
366
+ "flags": 4229,
367
+ "help": "set input stream mapping",
368
+ "name": "map",
369
+ "type": "OPT_TYPE_FUNC"
370
+ },
371
+ {
372
+ "__class__": "FFMpegOption",
373
+ "argname": "outfile[,metadata]:infile[,metadata]",
374
+ "canon": null,
375
+ "flags": 4996,
376
+ "help": "set metadata information of outfile from infile",
377
+ "name": "map_metadata",
378
+ "type": "OPT_TYPE_STRING"
379
+ },
380
+ {
381
+ "__class__": "FFMpegOption",
382
+ "argname": "input_file_index",
383
+ "canon": null,
384
+ "flags": 4484,
385
+ "help": "set chapters mapping",
386
+ "name": "map_chapters",
387
+ "type": "OPT_TYPE_INT"
388
+ },
389
+ {
390
+ "__class__": "FFMpegOption",
391
+ "argname": "duration",
392
+ "canon": null,
393
+ "flags": 6528,
394
+ "help": "stop transcoding after specified duration",
395
+ "name": "t",
396
+ "type": "OPT_TYPE_TIME"
397
+ },
398
+ {
399
+ "__class__": "FFMpegOption",
400
+ "argname": "time_stop",
401
+ "canon": null,
402
+ "flags": 6528,
403
+ "help": "stop transcoding after specified time is reached",
404
+ "name": "to",
405
+ "type": "OPT_TYPE_TIME"
406
+ },
407
+ {
408
+ "__class__": "FFMpegOption",
409
+ "argname": "limit_size",
410
+ "canon": null,
411
+ "flags": 4484,
412
+ "help": "set the limit file size in bytes",
413
+ "name": "fs",
414
+ "type": "OPT_TYPE_INT64"
415
+ },
416
+ {
417
+ "__class__": "FFMpegOption",
418
+ "argname": "time_off",
419
+ "canon": null,
420
+ "flags": 6528,
421
+ "help": "start transcoding at specified time",
422
+ "name": "ss",
423
+ "type": "OPT_TYPE_TIME"
424
+ },
425
+ {
426
+ "__class__": "FFMpegOption",
427
+ "argname": "time_off",
428
+ "canon": null,
429
+ "flags": 2436,
430
+ "help": "set the start time offset relative to EOF",
431
+ "name": "sseof",
432
+ "type": "OPT_TYPE_TIME"
433
+ },
434
+ {
435
+ "__class__": "FFMpegOption",
436
+ "argname": null,
437
+ "canon": null,
438
+ "flags": 2436,
439
+ "help": "enable/disable seeking by timestamp with -ss",
440
+ "name": "seek_timestamp",
441
+ "type": "OPT_TYPE_INT"
442
+ },
443
+ {
444
+ "__class__": "FFMpegOption",
445
+ "argname": null,
446
+ "canon": null,
447
+ "flags": 2436,
448
+ "help": "enable/disable accurate seeking with -ss",
449
+ "name": "accurate_seek",
450
+ "type": "OPT_TYPE_BOOL"
451
+ },
452
+ {
453
+ "__class__": "FFMpegOption",
454
+ "argname": "sync ref",
455
+ "canon": null,
456
+ "flags": 2436,
457
+ "help": "Indicate the input index for sync reference",
458
+ "name": "isync",
459
+ "type": "OPT_TYPE_INT"
460
+ },
461
+ {
462
+ "__class__": "FFMpegOption",
463
+ "argname": "time_off",
464
+ "canon": null,
465
+ "flags": 2436,
466
+ "help": "set the input ts offset",
467
+ "name": "itsoffset",
468
+ "type": "OPT_TYPE_TIME"
469
+ },
470
+ {
471
+ "__class__": "FFMpegOption",
472
+ "argname": "scale",
473
+ "canon": null,
474
+ "flags": 3972,
475
+ "help": "set the input ts scale",
476
+ "name": "itsscale",
477
+ "type": "OPT_TYPE_DOUBLE"
478
+ },
479
+ {
480
+ "__class__": "FFMpegOption",
481
+ "argname": "time",
482
+ "canon": null,
483
+ "flags": 4229,
484
+ "help": "set the recording timestamp ('now' to set the current time)",
485
+ "name": "timestamp",
486
+ "type": "OPT_TYPE_FUNC"
487
+ },
488
+ {
489
+ "__class__": "FFMpegOption",
490
+ "argname": "key=value",
491
+ "canon": null,
492
+ "flags": 4992,
493
+ "help": "add metadata",
494
+ "name": "metadata",
495
+ "type": "OPT_TYPE_STRING"
496
+ },
497
+ {
498
+ "__class__": "FFMpegOption",
499
+ "argname": "title=string:st=number...",
500
+ "canon": null,
501
+ "flags": 4996,
502
+ "help": "add program with specified streams",
503
+ "name": "program",
504
+ "type": "OPT_TYPE_STRING"
505
+ },
506
+ {
507
+ "__class__": "FFMpegOption",
508
+ "argname": "id=number:st=number...",
509
+ "canon": null,
510
+ "flags": 4996,
511
+ "help": "add stream group with specified streams and group type-specific arguments",
512
+ "name": "stream_group",
513
+ "type": "OPT_TYPE_STRING"
514
+ },
515
+ {
516
+ "__class__": "FFMpegOption",
517
+ "argname": "number",
518
+ "canon": ".u1.name_canon = \"frames\"",
519
+ "flags": 20613,
520
+ "help": "set the number of data frames to output",
521
+ "name": "dframes",
522
+ "type": "OPT_TYPE_INT64"
523
+ },
524
+ {
525
+ "__class__": "FFMpegOption",
526
+ "argname": null,
527
+ "canon": null,
528
+ "flags": 4,
529
+ "help": "add timings for benchmarking",
530
+ "name": "benchmark",
531
+ "type": "OPT_TYPE_BOOL"
532
+ },
533
+ {
534
+ "__class__": "FFMpegOption",
535
+ "argname": null,
536
+ "canon": null,
537
+ "flags": 4,
538
+ "help": "add timings for each task",
539
+ "name": "benchmark_all",
540
+ "type": "OPT_TYPE_BOOL"
541
+ },
542
+ {
543
+ "__class__": "FFMpegOption",
544
+ "argname": "url",
545
+ "canon": null,
546
+ "flags": 5,
547
+ "help": "write program-readable progress information",
548
+ "name": "progress",
549
+ "type": "OPT_TYPE_FUNC"
550
+ },
551
+ {
552
+ "__class__": "FFMpegOption",
553
+ "argname": null,
554
+ "canon": null,
555
+ "flags": 4,
556
+ "help": "enable or disable interaction on standard input",
557
+ "name": "stdin",
558
+ "type": "OPT_TYPE_BOOL"
559
+ },
560
+ {
561
+ "__class__": "FFMpegOption",
562
+ "argname": "limit",
563
+ "canon": null,
564
+ "flags": 5,
565
+ "help": "set max runtime in seconds in CPU user time",
566
+ "name": "timelimit",
567
+ "type": "OPT_TYPE_FUNC"
568
+ },
569
+ {
570
+ "__class__": "FFMpegOption",
571
+ "argname": null,
572
+ "canon": null,
573
+ "flags": 4,
574
+ "help": "dump each input packet",
575
+ "name": "dump",
576
+ "type": "OPT_TYPE_BOOL"
577
+ },
578
+ {
579
+ "__class__": "FFMpegOption",
580
+ "argname": null,
581
+ "canon": null,
582
+ "flags": 4,
583
+ "help": "when dumping packets, also dump the payload",
584
+ "name": "hex",
585
+ "type": "OPT_TYPE_BOOL"
586
+ },
587
+ {
588
+ "__class__": "FFMpegOption",
589
+ "argname": "",
590
+ "canon": null,
591
+ "flags": 2436,
592
+ "help": "read input at native frame rate; equivalent to -readrate 1",
593
+ "name": "re",
594
+ "type": "OPT_TYPE_BOOL"
595
+ },
596
+ {
597
+ "__class__": "FFMpegOption",
598
+ "argname": "speed",
599
+ "canon": null,
600
+ "flags": 2436,
601
+ "help": "read input at specified rate",
602
+ "name": "readrate",
603
+ "type": "OPT_TYPE_FLOAT"
604
+ },
605
+ {
606
+ "__class__": "FFMpegOption",
607
+ "argname": "seconds",
608
+ "canon": null,
609
+ "flags": 2436,
610
+ "help": "The initial amount of input to burst read before imposing any readrate",
611
+ "name": "readrate_initial_burst",
612
+ "type": "OPT_TYPE_DOUBLE"
613
+ },
614
+ {
615
+ "__class__": "FFMpegOption",
616
+ "argname": "type",
617
+ "canon": null,
618
+ "flags": 4229,
619
+ "help": "specify target file type (\\\"vcd\\\", \\\"svcd\\\", \\\"dvd\\\", \\\"dv\\\" or \\\"dv50\\\n \"with optional prefixes \\\"pal-\\\", \\\"ntsc-\\\" or \\\"film-\\\")",
620
+ "name": "target",
621
+ "type": "OPT_TYPE_FUNC"
622
+ },
623
+ {
624
+ "__class__": "FFMpegOption",
625
+ "argname": "",
626
+ "canon": null,
627
+ "flags": 4,
628
+ "help": "frame drop threshold",
629
+ "name": "frame_drop_threshold",
630
+ "type": "OPT_TYPE_FLOAT"
631
+ },
632
+ {
633
+ "__class__": "FFMpegOption",
634
+ "argname": null,
635
+ "canon": null,
636
+ "flags": 4,
637
+ "help": "copy timestamps",
638
+ "name": "copyts",
639
+ "type": "OPT_TYPE_BOOL"
640
+ },
641
+ {
642
+ "__class__": "FFMpegOption",
643
+ "argname": null,
644
+ "canon": null,
645
+ "flags": 4,
646
+ "help": "shift input timestamps to start at 0 when using copyts",
647
+ "name": "start_at_zero",
648
+ "type": "OPT_TYPE_BOOL"
649
+ },
650
+ {
651
+ "__class__": "FFMpegOption",
652
+ "argname": "mode",
653
+ "canon": null,
654
+ "flags": 4,
655
+ "help": "copy input stream time base when stream copying",
656
+ "name": "copytb",
657
+ "type": "OPT_TYPE_INT"
658
+ },
659
+ {
660
+ "__class__": "FFMpegOption",
661
+ "argname": null,
662
+ "canon": null,
663
+ "flags": 4484,
664
+ "help": "finish encoding within shortest input",
665
+ "name": "shortest",
666
+ "type": "OPT_TYPE_BOOL"
667
+ },
668
+ {
669
+ "__class__": "FFMpegOption",
670
+ "argname": null,
671
+ "canon": null,
672
+ "flags": 4484,
673
+ "help": "maximum buffering duration (in seconds) for the -shortest option",
674
+ "name": "shortest_buf_duration",
675
+ "type": "OPT_TYPE_FLOAT"
676
+ },
677
+ {
678
+ "__class__": "FFMpegOption",
679
+ "argname": null,
680
+ "canon": null,
681
+ "flags": 6532,
682
+ "help": "bitexact mode",
683
+ "name": "bitexact",
684
+ "type": "OPT_TYPE_BOOL"
685
+ },
686
+ {
687
+ "__class__": "FFMpegOption",
688
+ "argname": "",
689
+ "canon": null,
690
+ "flags": 6020,
691
+ "help": "audio pad",
692
+ "name": "apad",
693
+ "type": "OPT_TYPE_STRING"
694
+ },
695
+ {
696
+ "__class__": "FFMpegOption",
697
+ "argname": "threshold",
698
+ "canon": null,
699
+ "flags": 4,
700
+ "help": "timestamp discontinuity delta threshold",
701
+ "name": "dts_delta_threshold",
702
+ "type": "OPT_TYPE_FLOAT"
703
+ },
704
+ {
705
+ "__class__": "FFMpegOption",
706
+ "argname": "threshold",
707
+ "canon": null,
708
+ "flags": 4,
709
+ "help": "timestamp error delta threshold",
710
+ "name": "dts_error_threshold",
711
+ "type": "OPT_TYPE_FLOAT"
712
+ },
713
+ {
714
+ "__class__": "FFMpegOption",
715
+ "argname": "error",
716
+ "canon": null,
717
+ "flags": 4,
718
+ "help": "exit on error",
719
+ "name": "xerror",
720
+ "type": "OPT_TYPE_BOOL"
721
+ },
722
+ {
723
+ "__class__": "FFMpegOption",
724
+ "argname": "flags",
725
+ "canon": null,
726
+ "flags": 5,
727
+ "help": "abort on the specified condition flags",
728
+ "name": "abort_on",
729
+ "type": "OPT_TYPE_FUNC"
730
+ },
731
+ {
732
+ "__class__": "FFMpegOption",
733
+ "argname": null,
734
+ "canon": null,
735
+ "flags": 6020,
736
+ "help": "copy initial non-keyframes",
737
+ "name": "copyinkf",
738
+ "type": "OPT_TYPE_BOOL"
739
+ },
740
+ {
741
+ "__class__": "FFMpegOption",
742
+ "argname": null,
743
+ "canon": null,
744
+ "flags": 6020,
745
+ "help": "copy or discard frames before start time",
746
+ "name": "copypriorss",
747
+ "type": "OPT_TYPE_INT"
748
+ },
749
+ {
750
+ "__class__": "FFMpegOption",
751
+ "argname": "number",
752
+ "canon": ".u1.names_alt = alt_frames",
753
+ "flags": 14212,
754
+ "help": "set the number of frames to output",
755
+ "name": "frames",
756
+ "type": "OPT_TYPE_INT64"
757
+ },
758
+ {
759
+ "__class__": "FFMpegOption",
760
+ "argname": "fourcc/tag",
761
+ "canon": ".u1.names_alt = alt_tag",
762
+ "flags": 16260,
763
+ "help": "force codec tag/fourcc",
764
+ "name": "tag",
765
+ "type": "OPT_TYPE_STRING"
766
+ },
767
+ {
768
+ "__class__": "FFMpegOption",
769
+ "argname": "q",
770
+ "canon": ".u1.name_canon = \"qscale\"",
771
+ "flags": 22404,
772
+ "help": "use fixed quality scale (VBR)",
773
+ "name": "q",
774
+ "type": "OPT_TYPE_FUNC"
775
+ },
776
+ {
777
+ "__class__": "FFMpegOption",
778
+ "argname": "q",
779
+ "canon": ".u1.names_alt = alt_qscale",
780
+ "flags": 12421,
781
+ "help": "use fixed quality scale (VBR)",
782
+ "name": "qscale",
783
+ "type": "OPT_TYPE_FUNC"
784
+ },
785
+ {
786
+ "__class__": "FFMpegOption",
787
+ "argname": "profile",
788
+ "canon": null,
789
+ "flags": 4229,
790
+ "help": "set profile",
791
+ "name": "profile",
792
+ "type": "OPT_TYPE_FUNC"
793
+ },
794
+ {
795
+ "__class__": "FFMpegOption",
796
+ "argname": "filter_graph",
797
+ "canon": ".u1.names_alt = alt_filter",
798
+ "flags": 14208,
799
+ "help": "apply specified filters to audio/video",
800
+ "name": "filter",
801
+ "type": "OPT_TYPE_STRING"
802
+ },
803
+ {
804
+ "__class__": "FFMpegOption",
805
+ "argname": null,
806
+ "canon": null,
807
+ "flags": 5,
808
+ "help": "number of non-complex filter threads",
809
+ "name": "filter_threads",
810
+ "type": "OPT_TYPE_FUNC"
811
+ },
812
+ {
813
+ "__class__": "FFMpegOption",
814
+ "argname": "filename",
815
+ "canon": null,
816
+ "flags": 6020,
817
+ "help": "deprecated, use -/filter",
818
+ "name": "filter_script",
819
+ "type": "OPT_TYPE_STRING"
820
+ },
821
+ {
822
+ "__class__": "FFMpegOption",
823
+ "argname": "",
824
+ "canon": null,
825
+ "flags": 3972,
826
+ "help": "reinit filtergraph on input parameter changes",
827
+ "name": "reinit_filter",
828
+ "type": "OPT_TYPE_INT"
829
+ },
830
+ {
831
+ "__class__": "FFMpegOption",
832
+ "argname": "graph_description",
833
+ "canon": null,
834
+ "flags": 5,
835
+ "help": "create a complex filtergraph",
836
+ "name": "filter_complex",
837
+ "type": "OPT_TYPE_FUNC"
838
+ },
839
+ {
840
+ "__class__": "FFMpegOption",
841
+ "argname": null,
842
+ "canon": null,
843
+ "flags": 4,
844
+ "help": "number of threads for -filter_complex",
845
+ "name": "filter_complex_threads",
846
+ "type": "OPT_TYPE_INT"
847
+ },
848
+ {
849
+ "__class__": "FFMpegOption",
850
+ "argname": "graph_description",
851
+ "canon": null,
852
+ "flags": 5,
853
+ "help": "create a complex filtergraph",
854
+ "name": "lavfi",
855
+ "type": "OPT_TYPE_FUNC"
856
+ },
857
+ {
858
+ "__class__": "FFMpegOption",
859
+ "argname": "filename",
860
+ "canon": null,
861
+ "flags": 5,
862
+ "help": "deprecated, use -/filter_complex instead",
863
+ "name": "filter_complex_script",
864
+ "type": "OPT_TYPE_FUNC"
865
+ },
866
+ {
867
+ "__class__": "FFMpegOption",
868
+ "argname": null,
869
+ "canon": null,
870
+ "flags": 4,
871
+ "help": "enable automatic conversion filters globally",
872
+ "name": "auto_conversion_filters",
873
+ "type": "OPT_TYPE_BOOL"
874
+ },
875
+ {
876
+ "__class__": "FFMpegOption",
877
+ "argname": null,
878
+ "canon": null,
879
+ "flags": 0,
880
+ "help": "print progress report during encoding",
881
+ "name": "stats",
882
+ "type": "OPT_TYPE_BOOL"
883
+ },
884
+ {
885
+ "__class__": "FFMpegOption",
886
+ "argname": "time",
887
+ "canon": null,
888
+ "flags": 5,
889
+ "help": "set the period at which ffmpeg updates stats and -progress output",
890
+ "name": "stats_period",
891
+ "type": "OPT_TYPE_FUNC"
892
+ },
893
+ {
894
+ "__class__": "FFMpegOption",
895
+ "argname": "filename",
896
+ "canon": null,
897
+ "flags": 4229,
898
+ "help": "add an attachment to the output file",
899
+ "name": "attach",
900
+ "type": "OPT_TYPE_FUNC"
901
+ },
902
+ {
903
+ "__class__": "FFMpegOption",
904
+ "argname": "filename",
905
+ "canon": null,
906
+ "flags": 2948,
907
+ "help": "extract an attachment into a file",
908
+ "name": "dump_attachment",
909
+ "type": "OPT_TYPE_STRING"
910
+ },
911
+ {
912
+ "__class__": "FFMpegOption",
913
+ "argname": "loop count",
914
+ "canon": null,
915
+ "flags": 2436,
916
+ "help": "set number of times input stream shall be looped",
917
+ "name": "stream_loop",
918
+ "type": "OPT_TYPE_INT"
919
+ },
920
+ {
921
+ "__class__": "FFMpegOption",
922
+ "argname": null,
923
+ "canon": null,
924
+ "flags": 4,
925
+ "help": "print timestamp debugging info",
926
+ "name": "debug_ts",
927
+ "type": "OPT_TYPE_BOOL"
928
+ },
929
+ {
930
+ "__class__": "FFMpegOption",
931
+ "argname": "maximum error rate",
932
+ "canon": null,
933
+ "flags": 4,
934
+ "help": "ratio of decoding errors (0.0: no errors, 1.0: 100% errors) above which ffmpeg returns an error instead of success.",
935
+ "name": "max_error_rate",
936
+ "type": "OPT_TYPE_FLOAT"
937
+ },
938
+ {
939
+ "__class__": "FFMpegOption",
940
+ "argname": "",
941
+ "canon": null,
942
+ "flags": 3972,
943
+ "help": "discard",
944
+ "name": "discard",
945
+ "type": "OPT_TYPE_STRING"
946
+ },
947
+ {
948
+ "__class__": "FFMpegOption",
949
+ "argname": "",
950
+ "canon": null,
951
+ "flags": 6020,
952
+ "help": "disposition",
953
+ "name": "disposition",
954
+ "type": "OPT_TYPE_STRING"
955
+ },
956
+ {
957
+ "__class__": "FFMpegOption",
958
+ "argname": null,
959
+ "canon": null,
960
+ "flags": 6532,
961
+ "help": "set the maximum number of queued packets from the demuxer",
962
+ "name": "thread_queue_size",
963
+ "type": "OPT_TYPE_INT"
964
+ },
965
+ {
966
+ "__class__": "FFMpegOption",
967
+ "argname": null,
968
+ "canon": null,
969
+ "flags": 2436,
970
+ "help": "read and decode the streams to fill missing information with heuristics",
971
+ "name": "find_stream_info",
972
+ "type": "OPT_TYPE_BOOL"
973
+ },
974
+ {
975
+ "__class__": "FFMpegOption",
976
+ "argname": "number",
977
+ "canon": null,
978
+ "flags": 6020,
979
+ "help": "set the number of bits per raw sample",
980
+ "name": "bits_per_raw_sample",
981
+ "type": "OPT_TYPE_INT"
982
+ },
983
+ {
984
+ "__class__": "FFMpegOption",
985
+ "argname": null,
986
+ "canon": null,
987
+ "flags": 6020,
988
+ "help": "write encoding stats before encoding",
989
+ "name": "stats_enc_pre",
990
+ "type": "OPT_TYPE_STRING"
991
+ },
992
+ {
993
+ "__class__": "FFMpegOption",
994
+ "argname": null,
995
+ "canon": null,
996
+ "flags": 6020,
997
+ "help": "write encoding stats after encoding",
998
+ "name": "stats_enc_post",
999
+ "type": "OPT_TYPE_STRING"
1000
+ },
1001
+ {
1002
+ "__class__": "FFMpegOption",
1003
+ "argname": null,
1004
+ "canon": null,
1005
+ "flags": 6020,
1006
+ "help": "write packets stats before muxing",
1007
+ "name": "stats_mux_pre",
1008
+ "type": "OPT_TYPE_STRING"
1009
+ },
1010
+ {
1011
+ "__class__": "FFMpegOption",
1012
+ "argname": null,
1013
+ "canon": null,
1014
+ "flags": 6020,
1015
+ "help": "format of the stats written with -stats_enc_pre",
1016
+ "name": "stats_enc_pre_fmt",
1017
+ "type": "OPT_TYPE_STRING"
1018
+ },
1019
+ {
1020
+ "__class__": "FFMpegOption",
1021
+ "argname": null,
1022
+ "canon": null,
1023
+ "flags": 6020,
1024
+ "help": "format of the stats written with -stats_enc_post",
1025
+ "name": "stats_enc_post_fmt",
1026
+ "type": "OPT_TYPE_STRING"
1027
+ },
1028
+ {
1029
+ "__class__": "FFMpegOption",
1030
+ "argname": null,
1031
+ "canon": null,
1032
+ "flags": 6020,
1033
+ "help": "format of the stats written with -stats_mux_pre",
1034
+ "name": "stats_mux_pre_fmt",
1035
+ "type": "OPT_TYPE_STRING"
1036
+ },
1037
+ {
1038
+ "__class__": "FFMpegOption",
1039
+ "argname": "number",
1040
+ "canon": ".u1.name_canon = \"frames\"",
1041
+ "flags": 20621,
1042
+ "help": "set the number of video frames to output",
1043
+ "name": "vframes",
1044
+ "type": "OPT_TYPE_INT64"
1045
+ },
1046
+ {
1047
+ "__class__": "FFMpegOption",
1048
+ "argname": "rate",
1049
+ "canon": null,
1050
+ "flags": 8072,
1051
+ "help": "override input framerate/convert to given output framerate (Hz value, fraction or abbreviation)",
1052
+ "name": "r",
1053
+ "type": "OPT_TYPE_STRING"
1054
+ },
1055
+ {
1056
+ "__class__": "FFMpegOption",
1057
+ "argname": "rate",
1058
+ "canon": null,
1059
+ "flags": 6028,
1060
+ "help": "set max frame rate (Hz value, fraction or abbreviation)",
1061
+ "name": "fpsmax",
1062
+ "type": "OPT_TYPE_STRING"
1063
+ },
1064
+ {
1065
+ "__class__": "FFMpegOption",
1066
+ "argname": "size",
1067
+ "canon": null,
1068
+ "flags": 8104,
1069
+ "help": "set frame size (WxH or abbreviation)",
1070
+ "name": "s",
1071
+ "type": "OPT_TYPE_STRING"
1072
+ },
1073
+ {
1074
+ "__class__": "FFMpegOption",
1075
+ "argname": "aspect",
1076
+ "canon": null,
1077
+ "flags": 6024,
1078
+ "help": "set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)",
1079
+ "name": "aspect",
1080
+ "type": "OPT_TYPE_STRING"
1081
+ },
1082
+ {
1083
+ "__class__": "FFMpegOption",
1084
+ "argname": "format",
1085
+ "canon": null,
1086
+ "flags": 8076,
1087
+ "help": "set pixel format",
1088
+ "name": "pix_fmt",
1089
+ "type": "OPT_TYPE_STRING"
1090
+ },
1091
+ {
1092
+ "__class__": "FFMpegOption",
1093
+ "argname": "angle",
1094
+ "canon": null,
1095
+ "flags": 3980,
1096
+ "help": "set pure counter-clockwise rotation in degrees for stream(s)",
1097
+ "name": "display_rotation",
1098
+ "type": "OPT_TYPE_DOUBLE"
1099
+ },
1100
+ {
1101
+ "__class__": "FFMpegOption",
1102
+ "argname": null,
1103
+ "canon": null,
1104
+ "flags": 3980,
1105
+ "help": "set display horizontal flip for stream(s) (overrides any display rotation if it is not set)",
1106
+ "name": "display_hflip",
1107
+ "type": "OPT_TYPE_BOOL"
1108
+ },
1109
+ {
1110
+ "__class__": "FFMpegOption",
1111
+ "argname": null,
1112
+ "canon": null,
1113
+ "flags": 3980,
1114
+ "help": "set display vertical flip for stream(s) (overrides any display rotation if it is not set)",
1115
+ "name": "display_vflip",
1116
+ "type": "OPT_TYPE_BOOL"
1117
+ },
1118
+ {
1119
+ "__class__": "FFMpegOption",
1120
+ "argname": null,
1121
+ "canon": null,
1122
+ "flags": 6536,
1123
+ "help": "disable video",
1124
+ "name": "vn",
1125
+ "type": "OPT_TYPE_BOOL"
1126
+ },
1127
+ {
1128
+ "__class__": "FFMpegOption",
1129
+ "argname": "override",
1130
+ "canon": null,
1131
+ "flags": 6028,
1132
+ "help": "rate control override for specific intervals",
1133
+ "name": "rc_override",
1134
+ "type": "OPT_TYPE_STRING"
1135
+ },
1136
+ {
1137
+ "__class__": "FFMpegOption",
1138
+ "argname": "codec",
1139
+ "canon": ".u1.name_canon = \"codec\"",
1140
+ "flags": 22665,
1141
+ "help": "alias for -c:v (select encoder/decoder for video streams)",
1142
+ "name": "vcodec",
1143
+ "type": "OPT_TYPE_STRING"
1144
+ },
1145
+ {
1146
+ "__class__": "FFMpegOption",
1147
+ "argname": "hh:mm:ss[:;.]ff",
1148
+ "canon": null,
1149
+ "flags": 4237,
1150
+ "help": "set initial TimeCode value.",
1151
+ "name": "timecode",
1152
+ "type": "OPT_TYPE_FUNC"
1153
+ },
1154
+ {
1155
+ "__class__": "FFMpegOption",
1156
+ "argname": "n",
1157
+ "canon": null,
1158
+ "flags": 6028,
1159
+ "help": "select the pass number (1 to 3)",
1160
+ "name": "pass",
1161
+ "type": "OPT_TYPE_INT"
1162
+ },
1163
+ {
1164
+ "__class__": "FFMpegOption",
1165
+ "argname": "prefix",
1166
+ "canon": null,
1167
+ "flags": 6028,
1168
+ "help": "select two pass log file name prefix",
1169
+ "name": "passlogfile",
1170
+ "type": "OPT_TYPE_STRING"
1171
+ },
1172
+ {
1173
+ "__class__": "FFMpegOption",
1174
+ "argname": null,
1175
+ "canon": null,
1176
+ "flags": 12,
1177
+ "help": "dump video coding statistics to file",
1178
+ "name": "vstats",
1179
+ "type": "OPT_TYPE_FUNC"
1180
+ },
1181
+ {
1182
+ "__class__": "FFMpegOption",
1183
+ "argname": "file",
1184
+ "canon": null,
1185
+ "flags": 13,
1186
+ "help": "dump video coding statistics to file",
1187
+ "name": "vstats_file",
1188
+ "type": "OPT_TYPE_FUNC"
1189
+ },
1190
+ {
1191
+ "__class__": "FFMpegOption",
1192
+ "argname": null,
1193
+ "canon": null,
1194
+ "flags": 12,
1195
+ "help": "Version of the vstats format to use.",
1196
+ "name": "vstats_version",
1197
+ "type": "OPT_TYPE_INT"
1198
+ },
1199
+ {
1200
+ "__class__": "FFMpegOption",
1201
+ "argname": "filter_graph",
1202
+ "canon": ".u1.name_canon = \"filter\"",
1203
+ "flags": 20617,
1204
+ "help": "alias for -filter:v (apply filters to video streams)",
1205
+ "name": "vf",
1206
+ "type": "OPT_TYPE_STRING"
1207
+ },
1208
+ {
1209
+ "__class__": "FFMpegOption",
1210
+ "argname": "matrix",
1211
+ "canon": null,
1212
+ "flags": 6028,
1213
+ "help": "specify intra matrix coeffs",
1214
+ "name": "intra_matrix",
1215
+ "type": "OPT_TYPE_STRING"
1216
+ },
1217
+ {
1218
+ "__class__": "FFMpegOption",
1219
+ "argname": "matrix",
1220
+ "canon": null,
1221
+ "flags": 6028,
1222
+ "help": "specify inter matrix coeffs",
1223
+ "name": "inter_matrix",
1224
+ "type": "OPT_TYPE_STRING"
1225
+ },
1226
+ {
1227
+ "__class__": "FFMpegOption",
1228
+ "argname": "matrix",
1229
+ "canon": null,
1230
+ "flags": 6028,
1231
+ "help": "specify intra matrix coeffs",
1232
+ "name": "chroma_intra_matrix",
1233
+ "type": "OPT_TYPE_STRING"
1234
+ },
1235
+ {
1236
+ "__class__": "FFMpegOption",
1237
+ "argname": "fourcc/tag",
1238
+ "canon": ".u1.name_canon = \"tag\"",
1239
+ "flags": 22669,
1240
+ "help": "force video tag/fourcc",
1241
+ "name": "vtag",
1242
+ "type": "OPT_TYPE_STRING"
1243
+ },
1244
+ {
1245
+ "__class__": "FFMpegOption",
1246
+ "argname": null,
1247
+ "canon": null,
1248
+ "flags": 6028,
1249
+ "help": "set framerate mode for matching video streams; overrides vsync",
1250
+ "name": "fps_mode",
1251
+ "type": "OPT_TYPE_STRING"
1252
+ },
1253
+ {
1254
+ "__class__": "FFMpegOption",
1255
+ "argname": null,
1256
+ "canon": null,
1257
+ "flags": 6028,
1258
+ "help": "force the selected framerate, disable the best supported framerate selection",
1259
+ "name": "force_fps",
1260
+ "type": "OPT_TYPE_BOOL"
1261
+ },
1262
+ {
1263
+ "__class__": "FFMpegOption",
1264
+ "argname": "streamIndex:value",
1265
+ "canon": null,
1266
+ "flags": 4237,
1267
+ "help": "set the value of an outfile streamid",
1268
+ "name": "streamid",
1269
+ "type": "OPT_TYPE_FUNC"
1270
+ },
1271
+ {
1272
+ "__class__": "FFMpegOption",
1273
+ "argname": "timestamps",
1274
+ "canon": null,
1275
+ "flags": 6028,
1276
+ "help": "force key frames at specified timestamps",
1277
+ "name": "force_key_frames",
1278
+ "type": "OPT_TYPE_STRING"
1279
+ },
1280
+ {
1281
+ "__class__": "FFMpegOption",
1282
+ "argname": "bitrate",
1283
+ "canon": null,
1284
+ "flags": 4233,
1285
+ "help": "video bitrate (please use -b:v)",
1286
+ "name": "b",
1287
+ "type": "OPT_TYPE_FUNC"
1288
+ },
1289
+ {
1290
+ "__class__": "FFMpegOption",
1291
+ "argname": "hwaccel name",
1292
+ "canon": null,
1293
+ "flags": 3980,
1294
+ "help": "use HW accelerated decoding",
1295
+ "name": "hwaccel",
1296
+ "type": "OPT_TYPE_STRING"
1297
+ },
1298
+ {
1299
+ "__class__": "FFMpegOption",
1300
+ "argname": "devicename",
1301
+ "canon": null,
1302
+ "flags": 3980,
1303
+ "help": "select a device for HW acceleration",
1304
+ "name": "hwaccel_device",
1305
+ "type": "OPT_TYPE_STRING"
1306
+ },
1307
+ {
1308
+ "__class__": "FFMpegOption",
1309
+ "argname": "format",
1310
+ "canon": null,
1311
+ "flags": 3980,
1312
+ "help": "select output format used with HW accelerated decoding",
1313
+ "name": "hwaccel_output_format",
1314
+ "type": "OPT_TYPE_STRING"
1315
+ },
1316
+ {
1317
+ "__class__": "FFMpegOption",
1318
+ "argname": null,
1319
+ "canon": null,
1320
+ "flags": 6,
1321
+ "help": "show available HW acceleration methods",
1322
+ "name": "hwaccels",
1323
+ "type": "OPT_TYPE_FUNC"
1324
+ },
1325
+ {
1326
+ "__class__": "FFMpegOption",
1327
+ "argname": null,
1328
+ "canon": null,
1329
+ "flags": 3972,
1330
+ "help": "automatically insert correct rotate filters",
1331
+ "name": "autorotate",
1332
+ "type": "OPT_TYPE_BOOL"
1333
+ },
1334
+ {
1335
+ "__class__": "FFMpegOption",
1336
+ "argname": null,
1337
+ "canon": null,
1338
+ "flags": 6020,
1339
+ "help": "automatically insert a scale filter at the end of the filter graph",
1340
+ "name": "autoscale",
1341
+ "type": "OPT_TYPE_BOOL"
1342
+ },
1343
+ {
1344
+ "__class__": "FFMpegOption",
1345
+ "argname": null,
1346
+ "canon": null,
1347
+ "flags": 6028,
1348
+ "help": "set this video output stream to be a heartbeat stream for fix_sub_duration, according to which subtitles should be split at random access points",
1349
+ "name": "fix_sub_duration_heartbeat",
1350
+ "type": "OPT_TYPE_BOOL"
1351
+ },
1352
+ {
1353
+ "__class__": "FFMpegOption",
1354
+ "argname": "number",
1355
+ "canon": ".u1.name_canon = \"frames\"",
1356
+ "flags": 20629,
1357
+ "help": "set the number of audio frames to output",
1358
+ "name": "aframes",
1359
+ "type": "OPT_TYPE_INT64"
1360
+ },
1361
+ {
1362
+ "__class__": "FFMpegOption",
1363
+ "argname": "quality",
1364
+ "canon": null,
1365
+ "flags": 4241,
1366
+ "help": "set audio quality (codec-specific)",
1367
+ "name": "aq",
1368
+ "type": "OPT_TYPE_FUNC"
1369
+ },
1370
+ {
1371
+ "__class__": "FFMpegOption",
1372
+ "argname": "rate",
1373
+ "canon": null,
1374
+ "flags": 8080,
1375
+ "help": "set audio sampling rate (in Hz)",
1376
+ "name": "ar",
1377
+ "type": "OPT_TYPE_INT"
1378
+ },
1379
+ {
1380
+ "__class__": "FFMpegOption",
1381
+ "argname": "channels",
1382
+ "canon": null,
1383
+ "flags": 8080,
1384
+ "help": "set number of audio channels",
1385
+ "name": "ac",
1386
+ "type": "OPT_TYPE_INT"
1387
+ },
1388
+ {
1389
+ "__class__": "FFMpegOption",
1390
+ "argname": null,
1391
+ "canon": null,
1392
+ "flags": 6544,
1393
+ "help": "disable audio",
1394
+ "name": "an",
1395
+ "type": "OPT_TYPE_BOOL"
1396
+ },
1397
+ {
1398
+ "__class__": "FFMpegOption",
1399
+ "argname": "codec",
1400
+ "canon": ".u1.name_canon = \"codec\"",
1401
+ "flags": 22673,
1402
+ "help": "alias for -c:a (select encoder/decoder for audio streams)",
1403
+ "name": "acodec",
1404
+ "type": "OPT_TYPE_STRING"
1405
+ },
1406
+ {
1407
+ "__class__": "FFMpegOption",
1408
+ "argname": "bitrate",
1409
+ "canon": null,
1410
+ "flags": 4241,
1411
+ "help": "alias for -b:a (select bitrate for audio streams)",
1412
+ "name": "ab",
1413
+ "type": "OPT_TYPE_FUNC"
1414
+ },
1415
+ {
1416
+ "__class__": "FFMpegOption",
1417
+ "argname": "fourcc/tag",
1418
+ "canon": ".u1.name_canon = \"tag\"",
1419
+ "flags": 20629,
1420
+ "help": "force audio tag/fourcc",
1421
+ "name": "atag",
1422
+ "type": "OPT_TYPE_STRING"
1423
+ },
1424
+ {
1425
+ "__class__": "FFMpegOption",
1426
+ "argname": "format",
1427
+ "canon": null,
1428
+ "flags": 8084,
1429
+ "help": "set sample format",
1430
+ "name": "sample_fmt",
1431
+ "type": "OPT_TYPE_STRING"
1432
+ },
1433
+ {
1434
+ "__class__": "FFMpegOption",
1435
+ "argname": "layout",
1436
+ "canon": ".u1.names_alt = alt_channel_layout",
1437
+ "flags": 16276,
1438
+ "help": "set channel layout",
1439
+ "name": "channel_layout",
1440
+ "type": "OPT_TYPE_STRING"
1441
+ },
1442
+ {
1443
+ "__class__": "FFMpegOption",
1444
+ "argname": "layout",
1445
+ "canon": ".u1.name_canon = \"channel_layout\"",
1446
+ "flags": 24468,
1447
+ "help": "set channel layout",
1448
+ "name": "ch_layout",
1449
+ "type": "OPT_TYPE_STRING"
1450
+ },
1451
+ {
1452
+ "__class__": "FFMpegOption",
1453
+ "argname": "filter_graph",
1454
+ "canon": ".u1.name_canon = \"filter\"",
1455
+ "flags": 20625,
1456
+ "help": "alias for -filter:a (apply filters to audio streams)",
1457
+ "name": "af",
1458
+ "type": "OPT_TYPE_STRING"
1459
+ },
1460
+ {
1461
+ "__class__": "FFMpegOption",
1462
+ "argname": null,
1463
+ "canon": null,
1464
+ "flags": 3988,
1465
+ "help": "set the maximum number of channels to try to guess the channel layout",
1466
+ "name": "guess_layout_max",
1467
+ "type": "OPT_TYPE_INT"
1468
+ },
1469
+ {
1470
+ "__class__": "FFMpegOption",
1471
+ "argname": null,
1472
+ "canon": null,
1473
+ "flags": 6560,
1474
+ "help": "disable subtitle",
1475
+ "name": "sn",
1476
+ "type": "OPT_TYPE_BOOL"
1477
+ },
1478
+ {
1479
+ "__class__": "FFMpegOption",
1480
+ "argname": "codec",
1481
+ "canon": ".u1.name_canon = \"codec\"",
1482
+ "flags": 22689,
1483
+ "help": "alias for -c:s (select encoder/decoder for subtitle streams)",
1484
+ "name": "scodec",
1485
+ "type": "OPT_TYPE_STRING"
1486
+ },
1487
+ {
1488
+ "__class__": "FFMpegOption",
1489
+ "argname": "fourcc/tag",
1490
+ "canon": ".u1.name_canon = \"tag\"",
1491
+ "flags": 20645,
1492
+ "help": "force subtitle tag/fourcc",
1493
+ "name": "stag",
1494
+ "type": "OPT_TYPE_STRING"
1495
+ },
1496
+ {
1497
+ "__class__": "FFMpegOption",
1498
+ "argname": null,
1499
+ "canon": null,
1500
+ "flags": 4004,
1501
+ "help": "fix subtitles duration",
1502
+ "name": "fix_sub_duration",
1503
+ "type": "OPT_TYPE_BOOL"
1504
+ },
1505
+ {
1506
+ "__class__": "FFMpegOption",
1507
+ "argname": "size",
1508
+ "canon": null,
1509
+ "flags": 4004,
1510
+ "help": "set canvas size (WxH or abbreviation)",
1511
+ "name": "canvas_size",
1512
+ "type": "OPT_TYPE_STRING"
1513
+ },
1514
+ {
1515
+ "__class__": "FFMpegOption",
1516
+ "argname": "seconds",
1517
+ "canon": null,
1518
+ "flags": 4484,
1519
+ "help": "set the maximum demux-decode delay",
1520
+ "name": "muxdelay",
1521
+ "type": "OPT_TYPE_FLOAT"
1522
+ },
1523
+ {
1524
+ "__class__": "FFMpegOption",
1525
+ "argname": "seconds",
1526
+ "canon": null,
1527
+ "flags": 4484,
1528
+ "help": "set the initial demux-decode delay",
1529
+ "name": "muxpreload",
1530
+ "type": "OPT_TYPE_FLOAT"
1531
+ },
1532
+ {
1533
+ "__class__": "FFMpegOption",
1534
+ "argname": "file",
1535
+ "canon": null,
1536
+ "flags": 4101,
1537
+ "help": "specify a file in which to print sdp information",
1538
+ "name": "sdp_file",
1539
+ "type": "OPT_TYPE_FUNC"
1540
+ },
1541
+ {
1542
+ "__class__": "FFMpegOption",
1543
+ "argname": "ratio",
1544
+ "canon": null,
1545
+ "flags": 6020,
1546
+ "help": "set the desired time base hint for output stream (1:24, 1:48000 or 0.04166, 2.0833e-5)",
1547
+ "name": "time_base",
1548
+ "type": "OPT_TYPE_STRING"
1549
+ },
1550
+ {
1551
+ "__class__": "FFMpegOption",
1552
+ "argname": "ratio",
1553
+ "canon": null,
1554
+ "flags": 6020,
1555
+ "help": "set the desired time base for the encoder (1:24, 1:48000 or 0.04166, 2.0833e-5). two special values are defined - 0 = use frame rate (video) or sample rate (audio),-1 = match source time base",
1556
+ "name": "enc_time_base",
1557
+ "type": "OPT_TYPE_STRING"
1558
+ },
1559
+ {
1560
+ "__class__": "FFMpegOption",
1561
+ "argname": "bitstream_filters",
1562
+ "canon": null,
1563
+ "flags": 8068,
1564
+ "help": "A comma-separated list of bitstream filters",
1565
+ "name": "bsf",
1566
+ "type": "OPT_TYPE_STRING"
1567
+ },
1568
+ {
1569
+ "__class__": "FFMpegOption",
1570
+ "argname": "preset",
1571
+ "canon": ".u1.name_canon = \"pre\"",
1572
+ "flags": 20629,
1573
+ "help": "set the audio options to the indicated preset",
1574
+ "name": "apre",
1575
+ "type": "OPT_TYPE_STRING"
1576
+ },
1577
+ {
1578
+ "__class__": "FFMpegOption",
1579
+ "argname": "preset",
1580
+ "canon": ".u1.name_canon = \"pre\"",
1581
+ "flags": 20621,
1582
+ "help": "set the video options to the indicated preset",
1583
+ "name": "vpre",
1584
+ "type": "OPT_TYPE_STRING"
1585
+ },
1586
+ {
1587
+ "__class__": "FFMpegOption",
1588
+ "argname": "preset",
1589
+ "canon": ".u1.name_canon = \"pre\"",
1590
+ "flags": 20645,
1591
+ "help": "set the subtitle options to the indicated preset",
1592
+ "name": "spre",
1593
+ "type": "OPT_TYPE_STRING"
1594
+ },
1595
+ {
1596
+ "__class__": "FFMpegOption",
1597
+ "argname": "filename",
1598
+ "canon": ".u1.name_canon = \"pre\"",
1599
+ "flags": 20613,
1600
+ "help": "set options from indicated preset file",
1601
+ "name": "fpre",
1602
+ "type": "OPT_TYPE_STRING"
1603
+ },
1604
+ {
1605
+ "__class__": "FFMpegOption",
1606
+ "argname": "packets",
1607
+ "canon": null,
1608
+ "flags": 6020,
1609
+ "help": "maximum number of packets that can be buffered while waiting for all streams to initialize",
1610
+ "name": "max_muxing_queue_size",
1611
+ "type": "OPT_TYPE_INT"
1612
+ },
1613
+ {
1614
+ "__class__": "FFMpegOption",
1615
+ "argname": "bytes",
1616
+ "canon": null,
1617
+ "flags": 6020,
1618
+ "help": "set the threshold after which max_muxing_queue_size is taken into account",
1619
+ "name": "muxing_queue_data_threshold",
1620
+ "type": "OPT_TYPE_INT"
1621
+ },
1622
+ {
1623
+ "__class__": "FFMpegOption",
1624
+ "argname": "codec",
1625
+ "canon": ".u1.name_canon = \"codec\"",
1626
+ "flags": 22725,
1627
+ "help": "alias for -c:d (select encoder/decoder for data streams)",
1628
+ "name": "dcodec",
1629
+ "type": "OPT_TYPE_STRING"
1630
+ },
1631
+ {
1632
+ "__class__": "FFMpegOption",
1633
+ "argname": null,
1634
+ "canon": null,
1635
+ "flags": 6592,
1636
+ "help": "disable data",
1637
+ "name": "dn",
1638
+ "type": "OPT_TYPE_BOOL"
1639
+ },
1640
+ {
1641
+ "__class__": "FFMpegOption",
1642
+ "argname": "args",
1643
+ "canon": null,
1644
+ "flags": 5,
1645
+ "help": "initialise hardware device",
1646
+ "name": "init_hw_device",
1647
+ "type": "OPT_TYPE_FUNC"
1648
+ },
1649
+ {
1650
+ "__class__": "FFMpegOption",
1651
+ "argname": "device",
1652
+ "canon": null,
1653
+ "flags": 5,
1654
+ "help": "set hardware device used when filtering",
1655
+ "name": "filter_hw_device",
1656
+ "type": "OPT_TYPE_FUNC"
1657
+ },
1658
+ {
1659
+ "__class__": "FFMpegOption",
1660
+ "argname": "threshold",
1661
+ "canon": null,
1662
+ "flags": 5,
1663
+ "help": "deprecated, does nothing",
1664
+ "name": "adrift_threshold",
1665
+ "type": "OPT_TYPE_FUNC"
1666
+ },
1667
+ {
1668
+ "__class__": "FFMpegOption",
1669
+ "argname": "",
1670
+ "canon": null,
1671
+ "flags": 8076,
1672
+ "help": "deprecated, use the setfield video filter",
1673
+ "name": "top",
1674
+ "type": "OPT_TYPE_INT"
1675
+ },
1676
+ {
1677
+ "__class__": "FFMpegOption",
1678
+ "argname": null,
1679
+ "canon": null,
1680
+ "flags": 12,
1681
+ "help": "deprecated, does nothing",
1682
+ "name": "qphist",
1683
+ "type": "OPT_TYPE_FUNC"
1684
+ },
1685
+ {
1686
+ "__class__": "FFMpegOption",
1687
+ "argname": "",
1688
+ "canon": null,
1689
+ "flags": 5,
1690
+ "help": "set video sync method globally; deprecated, use -fps_mode",
1691
+ "name": "vsync",
1692
+ "type": "OPT_TYPE_FUNC"
1693
+ }
1694
+ ]