/tmp/ffmpeg-full-6.0-2-x86_64.BC0g6M/ └── usr/ ├── bin/ │   ├── ffmpeg* │   ├── ffplay* │   ├── ffprobe* │   └── qt-faststart* ├── include/ │   ├── libavcodec/ │   │   ├── ac3_parser.h │   │   ├── adts_parser.h │   │   ├── avcodec.h │   │   ├── avdct.h │   │   ├── avfft.h │   │   ├── bsf.h │   │   ├── codec_desc.h │   │   ├── codec.h │   │   ├── codec_id.h │   │   ├── codec_par.h │   │   ├── d3d11va.h │   │   ├── defs.h │   │   ├── dirac.h │   │   ├── dv_profile.h │   │   ├── dxva2.h │   │   ├── jni.h │   │   ├── mediacodec.h │   │   ├── packet.h │   │   ├── qsv.h │   │   ├── vdpau.h │   │   ├── version.h │   │   ├── version_major.h │   │   ├── videotoolbox.h │   │   ├── vorbis_parser.h │   │   └── xvmc.h │   ├── libavdevice/ │   │   ├── avdevice.h │   │   ├── version.h │   │   └── version_major.h │   ├── libavfilter/ │   │   ├── avfilter.h │   │   ├── buffersink.h │   │   ├── buffersrc.h │   │   ├── version.h │   │   └── version_major.h │   ├── libavformat/ │   │   ├── avformat.h │   │   ├── avio.h │   │   ├── version.h │   │   └── version_major.h │   ├── libavutil/ │   │   ├── adler32.h │   │   ├── aes_ctr.h │   │   ├── aes.h │   │   ├── ambient_viewing_environment.h │   │   ├── attributes.h │   │   ├── audio_fifo.h │   │   ├── avassert.h │   │   ├── avconfig.h │   │   ├── avstring.h │   │   ├── avutil.h │   │   ├── base64.h │   │   ├── blowfish.h │   │   ├── bprint.h │   │   ├── bswap.h │   │   ├── buffer.h │   │   ├── camellia.h │   │   ├── cast5.h │   │   ├── channel_layout.h │   │   ├── common.h │   │   ├── cpu.h │   │   ├── crc.h │   │   ├── csp.h │   │   ├── des.h │   │   ├── detection_bbox.h │   │   ├── dict.h │   │   ├── display.h │   │   ├── dovi_meta.h │   │   ├── downmix_info.h │   │   ├── encryption_info.h │   │   ├── error.h │   │   ├── eval.h │   │   ├── ffversion.h │   │   ├── fifo.h │   │   ├── file.h │   │   ├── film_grain_params.h │   │   ├── frame.h │   │   ├── hash.h │   │   ├── hdr_dynamic_metadata.h │   │   ├── hdr_dynamic_vivid_metadata.h │   │   ├── hmac.h │   │   ├── hwcontext_cuda.h │   │   ├── hwcontext_d3d11va.h │   │   ├── hwcontext_drm.h │   │   ├── hwcontext_dxva2.h │   │   ├── hwcontext.h │   │   ├── hwcontext_mediacodec.h │   │   ├── hwcontext_opencl.h │   │   ├── hwcontext_qsv.h │   │   ├── hwcontext_vaapi.h │   │   ├── hwcontext_vdpau.h │   │   ├── hwcontext_videotoolbox.h │   │   ├── hwcontext_vulkan.h │   │   ├── imgutils.h │   │   ├── intfloat.h │   │   ├── intreadwrite.h │   │   ├── lfg.h │   │   ├── log.h │   │   ├── lzo.h │   │   ├── macros.h │   │   ├── mastering_display_metadata.h │   │   ├── mathematics.h │   │   ├── md5.h │   │   ├── mem.h │   │   ├── motion_vector.h │   │   ├── murmur3.h │   │   ├── opt.h │   │   ├── parseutils.h │   │   ├── pixdesc.h │   │   ├── pixelutils.h │   │   ├── pixfmt.h │   │   ├── random_seed.h │   │   ├── rational.h │   │   ├── rc4.h │   │   ├── replaygain.h │   │   ├── ripemd.h │   │   ├── samplefmt.h │   │   ├── sha512.h │   │   ├── sha.h │   │   ├── spherical.h │   │   ├── stereo3d.h │   │   ├── tea.h │   │   ├── threadmessage.h │   │   ├── timecode.h │   │   ├── time.h │   │   ├── timestamp.h │   │   ├── tree.h │   │   ├── twofish.h │   │   ├── tx.h │   │   ├── uuid.h │   │   ├── version.h │   │   ├── video_enc_params.h │   │   └── xtea.h │   ├── libpostproc/ │   │   ├── postprocess.h │   │   ├── version.h │   │   └── version_major.h │   ├── libswresample/ │   │   ├── swresample.h │   │   ├── version.h │   │   └── version_major.h │   └── libswscale/ │   ├── swscale.h │   ├── version.h │   └── version_major.h ├── lib/ │   ├── libavcodec.so -> libavcodec.so.60.3.100* │   ├── libavcodec.so.60 -> libavcodec.so.60.3.100* │   ├── libavcodec.so.60.3.100* │   ├── libavdevice.so -> libavdevice.so.60.1.100* │   ├── libavdevice.so.60 -> libavdevice.so.60.1.100* │   ├── libavdevice.so.60.1.100* │   ├── libavfilter.so -> libavfilter.so.9.3.100* │   ├── libavfilter.so.9 -> libavfilter.so.9.3.100* │   ├── libavfilter.so.9.3.100* │   ├── libavformat.so -> libavformat.so.60.3.100* │   ├── libavformat.so.60 -> libavformat.so.60.3.100* │   ├── libavformat.so.60.3.100* │   ├── libavutil.so -> libavutil.so.58.2.100* │   ├── libavutil.so.58 -> libavutil.so.58.2.100* │   ├── libavutil.so.58.2.100* │   ├── libpostproc.so -> libpostproc.so.57.1.100* │   ├── libpostproc.so.57 -> libpostproc.so.57.1.100* │   ├── libpostproc.so.57.1.100* │   ├── libswresample.so -> libswresample.so.4.10.100* │   ├── libswresample.so.4 -> libswresample.so.4.10.100* │   ├── libswresample.so.4.10.100* │   ├── libswscale.so -> libswscale.so.7.1.100* │   ├── libswscale.so.7 -> libswscale.so.7.1.100* │   ├── libswscale.so.7.1.100* │   └── pkgconfig/ │   ├── libavcodec.pc │   ├── libavdevice.pc │   ├── libavfilter.pc │   ├── libavformat.pc │   ├── libavutil.pc │   ├── libpostproc.pc │   ├── libswresample.pc │   └── libswscale.pc └── share/ ├── doc/ │   └── ffmpeg/ │   ├── bootstrap.min.css │   ├── default.css │   ├── developer.html │   ├── faq.html │   ├── fate.html │   ├── ffmpeg-all.html │   ├── ffmpeg-bitstream-filters.html │   ├── ffmpeg-codecs.html │   ├── ffmpeg-devices.html │   ├── ffmpeg-filters.html │   ├── ffmpeg-formats.html │   ├── ffmpeg.html │   ├── ffmpeg-protocols.html │   ├── ffmpeg-resampler.html │   ├── ffmpeg-scaler.html │   ├── ffmpeg-utils.html │   ├── ffplay-all.html │   ├── ffplay.html │   ├── ffprobe-all.html │   ├── ffprobe.html │   ├── general.html │   ├── git-howto.html │   ├── libavcodec.html │   ├── libavdevice.html │   ├── libavfilter.html │   ├── libavformat.html │   ├── libavutil.html │   ├── libswresample.html │   ├── libswscale.html │   ├── mailing-list-faq.html │   ├── nut.html │   ├── platform.html │   └── style.min.css ├── ffmpeg/ │   ├── examples/ │   │   ├── avio_http_serve_files.c │   │   ├── avio_list_dir.c │   │   ├── avio_read_callback.c │   │   ├── decode_audio.c │   │   ├── decode_filter_audio.c │   │   ├── decode_filter_video.c │   │   ├── decode_video.c │   │   ├── demux_decode.c │   │   ├── encode_audio.c │   │   ├── encode_video.c │   │   ├── extract_mvs.c │   │   ├── filter_audio.c │   │   ├── hw_decode.c │   │   ├── Makefile │   │   ├── mux.c │   │   ├── qsv_decode.c │   │   ├── qsv_transcode.c │   │   ├── README │   │   ├── remux.c │   │   ├── resample_audio.c │   │   ├── scale_video.c │   │   ├── show_metadata.c │   │   ├── transcode_aac.c │   │   ├── transcode.c │   │   ├── vaapi_encode.c │   │   └── vaapi_transcode.c │   ├── ffprobe.xsd │   ├── libvpx-1080p50_60.ffpreset │   ├── libvpx-1080p.ffpreset │   ├── libvpx-360p.ffpreset │   ├── libvpx-720p50_60.ffpreset │   └── libvpx-720p.ffpreset ├── licenses/ │   └── ffmpeg-full/ │   └── LICENSE └── man/ ├── man1/ │   ├── ffmpeg.1.gz │   ├── ffmpeg-all.1.gz │   ├── ffmpeg-bitstream-filters.1.gz │   ├── ffmpeg-codecs.1.gz │   ├── ffmpeg-devices.1.gz │   ├── ffmpeg-filters.1.gz │   ├── ffmpeg-formats.1.gz │   ├── ffmpeg-protocols.1.gz │   ├── ffmpeg-resampler.1.gz │   ├── ffmpeg-scaler.1.gz │   ├── ffmpeg-utils.1.gz │   ├── ffplay.1.gz │   ├── ffplay-all.1.gz │   ├── ffprobe.1.gz │   └── ffprobe-all.1.gz └── man3/ ├── libavcodec.3.gz ├── libavdevice.3.gz ├── libavfilter.3.gz ├── libavformat.3.gz ├── libavutil.3.gz ├── libswresample.3.gz └── libswscale.3.gz 24 directories, 262 files