-
Notifications
You must be signed in to change notification settings - Fork 0
/
FFmpeg--Details.txt
721 lines (703 loc) · 36 KB
/
FFmpeg--Details.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
CTPO_FROM : nvidia/cuda:12.3.2-devel-ubuntu22.04
BUILDX_EXPERIMENTAL=1 docker buildx debug --on=error build --progress plain --platform linux/amd64 \
--build-arg CTPO_NUMPROC="32" \
--tag="cuda_tensorflow_opencv:12.3.2_2.16.1_4.9.0-20240421" \
-f BuildDetails/20240421/cuda_tensorflow_opencv-12.3.2_2.16.1_4.9.0-20240421/Dockerfile \
.
***** FFmpeg configuration:
install prefix /usr/local
source path .
C compiler gcc
C library glibc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
standalone assembly yes
x86 assembler yasm
MMX enabled yes
MMXEXT enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AESNI enabled yes
AVX enabled yes
AVX2 enabled yes
AVX-512 enabled yes
AVX-512ICL enabled yes
XOP enabled yes
FMA3 enabled yes
FMA4 enabled yes
i686 features enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols yes
strip symbols yes
optimize for size no
optimizations yes
static no
shared yes
postprocessing support yes
network support yes
threading support pthreads
safe bitstream reader yes
texi2html enabled no
perl enabled yes
pod2man enabled yes
makeinfo enabled no
makeinfo supports HTML no
xmllint enabled yes
External libraries:
iconv libvpx libxcb_shm
libass libwebp libxvid
libopus libx264 lzma
libv4l2 libx265 zlib
libvorbis libxcb
External libraries providing hardware acceleration:
cuda ffnvcodec nvenc
cuvid nvdec v4l2_m2m
Libraries:
avcodec avformat swresample
avdevice avutil swscale
avfilter postproc
Programs:
ffmpeg ffprobe
Enabled decoders:
aac fmvc pgmyuv
aac_fixed fourxm pgssub
aac_latm fraps pgx
aasc frwu phm
ac3 ftr photocd
ac3_fixed g2m pictor
acelp_kelvin g723_1 pixlet
adpcm_4xm g729 pjs
adpcm_adx gdv png
adpcm_afc gem ppm
adpcm_agm gif prores
adpcm_aica gremlin_dpcm prosumer
adpcm_argo gsm psd
adpcm_ct gsm_ms ptx
adpcm_dtk h261 qcelp
adpcm_ea h263 qdm2
adpcm_ea_maxis_xa h263_v4l2m2m qdmc
adpcm_ea_r1 h263i qdraw
adpcm_ea_r2 h263p qoi
adpcm_ea_r3 h264 qpeg
adpcm_ea_xas h264_cuvid qtrle
adpcm_g722 h264_v4l2m2m r10k
adpcm_g726 hap r210
adpcm_g726le hca ra_144
adpcm_ima_acorn hcom ra_288
adpcm_ima_alp hdr ralf
adpcm_ima_amv hevc rasc
adpcm_ima_apc hevc_cuvid rawvideo
adpcm_ima_apm hevc_v4l2m2m realtext
adpcm_ima_cunning hnm4_video rka
adpcm_ima_dat4 hq_hqa rl2
adpcm_ima_dk3 hqx roq
adpcm_ima_dk4 huffyuv roq_dpcm
adpcm_ima_ea_eacs hymt rpza
adpcm_ima_ea_sead iac rscc
adpcm_ima_iss idcin rtv1
adpcm_ima_moflex idf rv10
adpcm_ima_mtf iff_ilbm rv20
adpcm_ima_oki ilbc rv30
adpcm_ima_qt imc rv40
adpcm_ima_rad imm4 s302m
adpcm_ima_smjpeg imm5 sami
adpcm_ima_ssi indeo2 sanm
adpcm_ima_wav indeo3 sbc
adpcm_ima_ws indeo4 scpr
adpcm_ms indeo5 screenpresso
adpcm_mtaf interplay_acm sdx2_dpcm
adpcm_psx interplay_dpcm sga
adpcm_sbpro_2 interplay_video sgi
adpcm_sbpro_3 ipu sgirle
adpcm_sbpro_4 jacosub sheervideo
adpcm_swf jpeg2000 shorten
adpcm_thp jpegls simbiosis_imx
adpcm_thp_le jv sipr
adpcm_vima kgv1 siren
adpcm_xa kmvc smackaud
adpcm_xmd lagarith smacker
adpcm_yamaha libopus smc
adpcm_zork libvorbis smvjpeg
agm libvpx_vp8 snow
aic libvpx_vp9 sol_dpcm
alac loco sonic
alias_pix lscr sp5x
als m101 speedhq
amrnb mace3 speex
amrwb mace6 srgc
amv magicyuv srt
anm mdec ssa
ansi media100 stl
anull metasound subrip
apac microdvd subviewer
ape mimic subviewer1
apng misc4 sunrast
aptx mjpeg svq1
aptx_hd mjpeg_cuvid svq3
arbc mjpegb tak
argo mlp targa
ass mmvideo targa_y216
asv1 mobiclip tdsc
asv2 motionpixels text
atrac1 movtext theora
atrac3 mp1 thp
atrac3al mp1float tiertexseqvideo
atrac3p mp2 tiff
atrac3pal mp2float tmv
atrac9 mp3 truehd
aura mp3adu truemotion1
aura2 mp3adufloat truemotion2
av1 mp3float truemotion2rt
av1_cuvid mp3on4 truespeech
avrn mp3on4float tscc
avrp mpc7 tscc2
avs mpc8 tta
avui mpeg1_cuvid twinvq
ayuv mpeg1_v4l2m2m txd
bethsoftvid mpeg1video ulti
bfi mpeg2_cuvid utvideo
bink mpeg2_v4l2m2m v210
binkaudio_dct mpeg2video v210x
binkaudio_rdft mpeg4 v308
bintext mpeg4_cuvid v408
bitpacked mpeg4_v4l2m2m v410
bmp mpegvideo vb
bmv_audio mpl2 vble
bmv_video msa1 vbn
bonk mscc vc1
brender_pix msmpeg4v1 vc1_cuvid
c93 msmpeg4v2 vc1_v4l2m2m
cavs msmpeg4v3 vc1image
cbd2_dpcm msnsiren vcr1
ccaption msp2 vmdaudio
cdgraphics msrle vmdvideo
cdtoons mss1 vmix
cdxl mss2 vmnc
cfhd msvideo1 vnull
cinepak mszh vorbis
clearvideo mts2 vp3
cljr mv30 vp4
cllc mvc1 vp5
comfortnoise mvc2 vp6
cook mvdv vp6a
cpia mvha vp6f
cri mwsc vp7
cscd mxpeg vp8
cyuv nellymoser vp8_cuvid
dca notchlc vp8_v4l2m2m
dds nuv vp9
derf_dpcm on2avc vp9_cuvid
dfa opus vp9_v4l2m2m
dfpwm osq vplayer
dirac paf_audio vqa
dnxhd paf_video vqc
dolby_e pam wady_dpcm
dpx pbm wavarc
dsd_lsbf pcm_alaw wavpack
dsd_lsbf_planar pcm_bluray wbmp
dsd_msbf pcm_dvd wcmv
dsd_msbf_planar pcm_f16le webp
dsicinaudio pcm_f24le webvtt
dsicinvideo pcm_f32be wmalossless
dss_sp pcm_f32le wmapro
dst pcm_f64be wmav1
dvaudio pcm_f64le wmav2
dvbsub pcm_lxf wmavoice
dvdsub pcm_mulaw wmv1
dvvideo pcm_s16be wmv2
dxa pcm_s16be_planar wmv3
dxtory pcm_s16le wmv3image
dxv pcm_s16le_planar wnv1
eac3 pcm_s24be wrapped_avframe
eacmv pcm_s24daud ws_snd1
eamad pcm_s24le xan_dpcm
eatgq pcm_s24le_planar xan_wc3
eatgv pcm_s32be xan_wc4
eatqi pcm_s32le xbin
eightbps pcm_s32le_planar xbm
eightsvx_exp pcm_s64be xface
eightsvx_fib pcm_s64le xl
escape124 pcm_s8 xma1
escape130 pcm_s8_planar xma2
evrc pcm_sga xpm
exr pcm_u16be xsub
fastaudio pcm_u16le xwd
ffv1 pcm_u24be y41p
ffvhuff pcm_u24le ylc
ffwavesynth pcm_u32be yop
fic pcm_u32le yuv4
fits pcm_u8 zero12v
flac pcm_vidc zerocodec
flashsv pcx zlib
flashsv2 pdv zmbv
flic pfm
flv pgm
Enabled encoders:
a64multi hevc_v4l2m2m pgm
a64multi5 huffyuv pgmyuv
aac jpeg2000 phm
ac3 jpegls png
ac3_fixed libopus ppm
adpcm_adx libvorbis prores
adpcm_argo libvpx_vp8 prores_aw
adpcm_g722 libvpx_vp9 prores_ks
adpcm_g726 libwebp qoi
adpcm_g726le libwebp_anim qtrle
adpcm_ima_alp libx264 r10k
adpcm_ima_amv libx264rgb r210
adpcm_ima_apm libx265 ra_144
adpcm_ima_qt libxvid rawvideo
adpcm_ima_ssi ljpeg roq
adpcm_ima_wav magicyuv roq_dpcm
adpcm_ima_ws mjpeg rpza
adpcm_ms mlp rv10
adpcm_swf movtext rv20
adpcm_yamaha mp2 s302m
alac mp2fixed sbc
alias_pix mpeg1video sgi
amv mpeg2video smc
anull mpeg4 snow
apng mpeg4_v4l2m2m sonic
aptx msmpeg4v2 sonic_ls
aptx_hd msmpeg4v3 speedhq
ass msrle srt
asv1 msvideo1 ssa
asv2 nellymoser subrip
av1_nvenc opus sunrast
avrp pam svq1
avui pbm targa
ayuv pcm_alaw text
bitpacked pcm_bluray tiff
bmp pcm_dvd truehd
cfhd pcm_f32be tta
cinepak pcm_f32le ttml
cljr pcm_f64be utvideo
comfortnoise pcm_f64le v210
dca pcm_mulaw v308
dfpwm pcm_s16be v408
dnxhd pcm_s16be_planar v410
dpx pcm_s16le vbn
dvbsub pcm_s16le_planar vc2
dvdsub pcm_s24be vnull
dvvideo pcm_s24daud vorbis
eac3 pcm_s24le vp8_v4l2m2m
exr pcm_s24le_planar wavpack
ffv1 pcm_s32be wbmp
ffvhuff pcm_s32le webvtt
fits pcm_s32le_planar wmav1
flac pcm_s64be wmav2
flashsv pcm_s64le wmv1
flashsv2 pcm_s8 wmv2
flv pcm_s8_planar wrapped_avframe
g723_1 pcm_u16be xbm
gif pcm_u16le xface
h261 pcm_u24be xsub
h263 pcm_u24le xwd
h263_v4l2m2m pcm_u32be y41p
h263p pcm_u32le yuv4
h264_nvenc pcm_u8 zlib
h264_v4l2m2m pcm_vidc zmbv
hdr pcx
hevc_nvenc pfm
Enabled hwaccels:
av1_nvdec mpeg1_nvdec vp8_nvdec
h264_nvdec mpeg2_nvdec vp9_nvdec
hevc_nvdec mpeg4_nvdec wmv3_nvdec
mjpeg_nvdec vc1_nvdec
Enabled parsers:
aac dvdsub mpegaudio
aac_latm evc mpegvideo
ac3 flac opus
adx ftr png
amr g723_1 pnm
av1 g729 qoi
avs2 gif rv34
avs3 gsm sbc
bmp h261 sipr
cavsvideo h263 tak
cook h264 vc1
cri hdr vorbis
dca hevc vp3
dirac ipu vp8
dnxhd jpeg2000 vp9
dolby_e jpegxl vvc
dpx misc4 webp
dvaudio mjpeg xbm
dvbsub mlp xma
dvd_nav mpeg4video xwd
Enabled demuxers:
aa idf pcm_s16be
aac iff pcm_s16le
aax ifv pcm_s24be
ac3 ilbc pcm_s24le
ac4 image2 pcm_s32be
ace image2_alias_pix pcm_s32le
acm image2_brender_pix pcm_s8
act image2pipe pcm_u16be
adf image_bmp_pipe pcm_u16le
adp image_cri_pipe pcm_u24be
ads image_dds_pipe pcm_u24le
adx image_dpx_pipe pcm_u32be
aea image_exr_pipe pcm_u32le
afc image_gem_pipe pcm_u8
aiff image_gif_pipe pcm_vidc
aix image_hdr_pipe pdv
alp image_j2k_pipe pjs
amr image_jpeg_pipe pmp
amrnb image_jpegls_pipe pp_bnk
amrwb image_jpegxl_pipe pva
anm image_pam_pipe pvf
apac image_pbm_pipe qcp
apc image_pcx_pipe r3d
ape image_pfm_pipe rawvideo
apm image_pgm_pipe realtext
apng image_pgmyuv_pipe redspark
aptx image_pgx_pipe rka
aptx_hd image_phm_pipe rl2
aqtitle image_photocd_pipe rm
argo_asf image_pictor_pipe roq
argo_brp image_png_pipe rpl
argo_cvg image_ppm_pipe rsd
asf image_psd_pipe rso
asf_o image_qdraw_pipe rtp
ass image_qoi_pipe rtsp
ast image_sgi_pipe s337m
au image_sunrast_pipe sami
av1 image_svg_pipe sap
avi image_tiff_pipe sbc
avr image_vbn_pipe sbg
avs image_webp_pipe scc
avs2 image_xbm_pipe scd
avs3 image_xpm_pipe sdns
bethsoftvid image_xwd_pipe sdp
bfi ingenient sdr2
bfstm ipmovie sds
bink ipu sdx
binka ircam segafilm
bintext iss ser
bit iv8 sga
bitpacked ivf shorten
bmv ivr siff
boa jacosub simbiosis_imx
bonk jpegxl_anim sln
brstm jv smacker
c93 kux smjpeg
caf kvag smush
cavsvideo laf sol
cdg live_flv sox
cdxl lmlm4 spdif
cine loas srt
codec2 lrc stl
codec2raw luodat str
concat lvf subviewer
data lxf subviewer1
daud m4v sup
dcstr matroska svag
derf mca svs
dfa mcc swf
dfpwm mgsts tak
dhav microdvd tedcaptions
dirac mjpeg thp
dnxhd mjpeg_2000 threedostr
dsf mlp tiertexseq
dsicin mlv tmv
dss mm truehd
dts mmf tta
dtshd mods tty
dv moflex txd
dvbsub mov ty
dvbtxt mp3 usm
dxa mpc v210
ea mpc8 v210x
ea_cdata mpegps vag
eac3 mpegts vc1
epaf mpegtsraw vc1t
evc mpegvideo vividas
ffmetadata mpjpeg vivo
filmstrip mpl2 vmd
fits mpsub vobsub
flac msf voc
flic msnwc_tcp vpk
flv msp vplayer
fourxm mtaf vqf
frm mtv vvc
fsb musx w64
fwse mv wady
g722 mvi wav
g723_1 mxf wavarc
g726 mxg wc3
g726le nc webm_dash_manifest
g729 nistsphere webvtt
gdv nsp wsaud
genh nsv wsd
gif nut wsvqa
gsm nuv wtv
gxf obu wv
h261 ogg wve
h263 oma xa
h264 osq xbin
hca paf xmd
hcom pcm_alaw xmv
hevc pcm_f32be xvag
hls pcm_f32le xwma
hnm pcm_f64be yop
ico pcm_f64le yuv4mpegpipe
idcin pcm_mulaw
Enabled muxers:
a64 h261 pcm_s16le
ac3 h263 pcm_s24be
ac4 h264 pcm_s24le
adts hash pcm_s32be
adx hds pcm_s32le
aiff hevc pcm_s8
alp hls pcm_u16be
amr ico pcm_u16le
amv ilbc pcm_u24be
apm image2 pcm_u24le
apng image2pipe pcm_u32be
aptx ipod pcm_u32le
aptx_hd ircam pcm_u8
argo_asf ismv pcm_vidc
argo_cvg ivf psp
asf jacosub rawvideo
asf_stream kvag rm
ass latm roq
ast lrc rso
au m4v rtp
avi matroska rtp_mpegts
avif matroska_audio rtsp
avm2 md5 sap
avs2 microdvd sbc
avs3 mjpeg scc
bit mkvtimestamp_v2 segafilm
caf mlp segment
cavsvideo mmf smjpeg
codec2 mov smoothstreaming
codec2raw mp2 sox
crc mp3 spdif
dash mp4 spx
data mpeg1system srt
daud mpeg1vcd stream_segment
dfpwm mpeg1video streamhash
dirac mpeg2dvd sup
dnxhd mpeg2svcd swf
dts mpeg2video tee
dv mpeg2vob tg2
eac3 mpegts tgp
evc mpjpeg truehd
f4v mxf tta
ffmetadata mxf_d10 ttml
fifo mxf_opatom uncodedframecrc
fifo_test null vc1
filmstrip nut vc1t
fits obu voc
flac oga vvc
flv ogg w64
framecrc ogv wav
framehash oma webm
framemd5 opus webm_chunk
g722 pcm_alaw webm_dash_manifest
g723_1 pcm_f32be webp
g726 pcm_f32le webvtt
g726le pcm_f64be wsaud
gif pcm_f64le wtv
gsm pcm_mulaw wv
gxf pcm_s16be yuv4mpegpipe
Enabled protocols:
async gopher rtmp
cache hls rtmpt
concat http rtp
concatf httpproxy srtp
crypto icecast subfile
data md5 tcp
fd mmsh tee
ffrtmphttp mmst udp
file pipe udplite
ftp prompeg unix
Enabled filters:
a3dscope cover_rect nullsink
abench crop nullsrc
abitscope cropdetect oscilloscope
acompressor crossfeed overlay
acontrast crystalizer owdenoise
acopy cue pad
acrossfade curves pal100bars
acrossover datascope pal75bars
acrusher dblur palettegen
acue dcshift paletteuse
addroi dctdnoiz pan
adeclick deband perms
adeclip deblock perspective
adecorrelate decimate phase
adelay deconvolve photosensitivity
adenorm dedot pixdesctest
aderivative deesser pixelize
adrawgraph deflate pixscope
adrc deflicker pp
adynamicequalizer dejudder pp7
adynamicsmooth delogo premultiply
aecho derain prewitt
aemphasis deshake pseudocolor
aeval despill psnr
aevalsrc detelecine pullup
aexciter dialoguenhance qp
afade dilation random
afdelaysrc displace readeia608
afftdn dnn_classify readvitc
afftfilt dnn_detect realtime
afifo dnn_processing remap
afir doubleweave removegrain
afireqsrc drawbox removelogo
afirsrc drawgraph repeatfields
aformat drawgrid replaygain
afreqshift drmeter reverse
afwtdn dynaudnorm rgbashift
agate earwax rgbtestsrc
agraphmonitor ebur128 roberts
ahistogram edgedetect rotate
aiir elbg sab
aintegral entropy scale
ainterleave epx scale2ref
alatency eq scdet
alimiter equalizer scharr
allpass erosion scroll
allrgb estdif segment
allyuv exposure select
aloop extractplanes selectivecolor
alphaextract extrastereo sendcmd
alphamerge fade separatefields
amerge feedback setdar
ametadata fftdnoiz setfield
amix fftfilt setparams
amovie field setpts
amplify fieldhint setrange
amultiply fieldmatch setsar
anequalizer fieldorder settb
anlmdn fifo shear
anlmf fillborders showcqt
anlms find_rect showcwt
anoisesrc firequalizer showfreqs
anull flanger showinfo
anullsink floodfill showpalette
anullsrc format showspatial
apad fps showspectrum
aperms framepack showspectrumpic
aphasemeter framerate showvolume
aphaser framestep showwaves
aphaseshift freezedetect showwavespic
apsnr freezeframes shuffleframes
apsyclip fspp shufflepixels
apulsator gblur shuffleplanes
arealtime geq sidechaincompress
aresample gradfun sidechaingate
areverse gradients sidedata
arls graphmonitor sierpinski
arnndn grayworld signalstats
asdr greyedge signature
asegment guided silencedetect
aselect haas silenceremove
asendcmd haldclut sinc
asetnsamples haldclutsrc sine
asetpts hdcd siti
asetrate headphone smartblur
asettb hflip smptebars
ashowinfo highpass smptehdbars
asidedata highshelf sobel
asisdr hilbert spectrumsynth
asoftclip histeq speechnorm
aspectralstats histogram split
asplit hqdn3d spp
ass hqx sr
astats hstack ssim
astreamselect hsvhold ssim360
asubboost hsvkey stereo3d
asubcut hue stereotools
asupercut huesaturation stereowiden
asuperpass hwdownload streamselect
asuperstop hwmap subtitles
atadenoise hwupload super2xsai
atempo hwupload_cuda superequalizer
atilt hysteresis surround
atrim identity swaprect
avectorscope idet swapuv
avgblur il tblend
avsynctest inflate telecine
axcorrelate interlace testsrc
backgroundkey interleave testsrc2
bandpass join thistogram
bandreject kerndeint threshold
bass kirsch thumbnail
bbox lagfun tile
bench latency tiltshelf
bilateral lenscorrection tinterlace
biquad life tlut2
bitplanenoise limitdiff tmedian
blackdetect limiter tmidequalizer
blackframe loop tmix
blend loudnorm tonemap
blockdetect lowpass tpad
blurdetect lowshelf transpose
bm3d lumakey treble
boxblur lut tremolo
bwdif lut1d trim
cas lut2 unpremultiply
ccrepack lut3d unsharp
cellauto lutrgb untile
channelmap lutyuv uspp
channelsplit mandelbrot v360
chorus maskedclamp vaguedenoiser
chromahold maskedmax varblur
chromakey maskedmerge vectorscope
chromanr maskedmin vflip
chromashift maskedthreshold vfrdet
ciescope maskfun vibrance
codecview mcdeint vibrato
color mcompand vif
colorbalance median vignette
colorchannelmixer mergeplanes virtualbass
colorchart mestimate vmafmotion
colorcontrast metadata volume
colorcorrect midequalizer volumedetect
colorhold minterpolate vstack
colorize mix w3fdif
colorkey monochrome waveform
colorlevels morpho weave
colormap movie xbr
colormatrix mpdecimate xcorrelate
colorspace mptestsrc xfade
colorspectrum msad xmedian
colortemperature multiply xstack
compand negate yadif
compensationdelay nlmeans yaepblur
concat nnedi yuvtestsrc
convolution noformat zoneplate
convolve noise zoompan
copy normalize
corr null
Enabled bsfs:
aac_adtstoasc h264_redundant_pps pcm_rechunk
av1_frame_merge hapqa_extract pgs_frame_merge
av1_frame_split hevc_metadata prores_metadata
av1_metadata hevc_mp4toannexb remove_extradata
chomp imx_dump_header setts
dca_core media100_to_mjpegb text2movsub
dts2pts mjpeg2jpeg trace_headers
dump_extradata mjpega_dump_header truehd_core
dv_error_marker mov2textsub vp9_metadata
eac3_core mp3_header_decompress vp9_raw_reorder
evc_frame_merge mpeg2_metadata vp9_superframe
extract_extradata mpeg4_unpack_bframes vp9_superframe_split
filter_units noise vvc_metadata
h264_metadata null vvc_mp4toannexb
h264_mp4toannexb opus_metadata
Enabled indevs:
fbdev oss xcbgrab
lavfi v4l2
Enabled outdevs:
fbdev oss v4l2
License: GPL version 2 or later