Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 14, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d62bd114806e0847e4df118e5e25353f to your computer and use it in GitHub Desktop.
Save ryantm/d62bd114806e0847e4df118e5e25353f to your computer and use it in GitHub Desktop.
/nix/store/ackhvyk36fhrs2rak6viwv9lx73d86sz-ffmpeg-full-4.1.3
├── bin
│   ├── ffmpeg
│   ├── ffplay
│   ├── ffprobe
│   └── qt-faststart
├── include
│   ├── libavcodec
│   │   ├── ac3_parser.h
│   │   ├── adts_parser.h
│   │   ├── avcodec.h
│   │   ├── avdct.h
│   │   ├── avfft.h
│   │   ├── d3d11va.h
│   │   ├── dirac.h
│   │   ├── dv_profile.h
│   │   ├── dxva2.h
│   │   ├── jni.h
│   │   ├── mediacodec.h
│   │   ├── qsv.h
│   │   ├── vaapi.h
│   │   ├── vdpau.h
│   │   ├── version.h
│   │   ├── videotoolbox.h
│   │   ├── vorbis_parser.h
│   │   └── xvmc.h
│   ├── libavdevice
│   │   ├── avdevice.h
│   │   └── version.h
│   ├── libavfilter
│   │   ├── avfilter.h
│   │   ├── buffersink.h
│   │   ├── buffersrc.h
│   │   └── version.h
│   ├── libavformat
│   │   ├── avformat.h
│   │   ├── avio.h
│   │   └── version.h
│   ├── libavresample
│   │   ├── avresample.h
│   │   └── version.h
│   ├── libavutil
│   │   ├── adler32.h
│   │   ├── aes_ctr.h
│   │   ├── aes.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
│   │   ├── des.h
│   │   ├── dict.h
│   │   ├── display.h
│   │   ├── downmix_info.h
│   │   ├── encryption_info.h
│   │   ├── error.h
│   │   ├── eval.h
│   │   ├── ffversion.h
│   │   ├── fifo.h
│   │   ├── file.h
│   │   ├── frame.h
│   │   ├── hash.h
│   │   ├── hmac.h
│   │   ├── hwcontext_cuda.h
│   │   ├── hwcontext_d3d11va.h
│   │   ├── hwcontext_drm.h
│   │   ├── hwcontext_dxva2.h
│   │   ├── hwcontext.h
│   │   ├── hwcontext_mediacodec.h
│   │   ├── hwcontext_qsv.h
│   │   ├── hwcontext_vaapi.h
│   │   ├── hwcontext_vdpau.h
│   │   ├── hwcontext_videotoolbox.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
│   │   ├── version.h
│   │   └── xtea.h
│   ├── libpostproc
│   │   ├── postprocess.h
│   │   └── version.h
│   ├── libswresample
│   │   ├── swresample.h
│   │   └── version.h
│   └── libswscale
│   ├── swscale.h
│   └── version.h
├── lib
│   ├── libavcodec.so -> libavcodec.so.58.35.100
│   ├── libavcodec.so.58 -> libavcodec.so.58.35.100
│   ├── libavcodec.so.58.35.100
│   ├── libavdevice.so -> libavdevice.so.58.5.100
│   ├── libavdevice.so.58 -> libavdevice.so.58.5.100
│   ├── libavdevice.so.58.5.100
│   ├── libavfilter.so -> libavfilter.so.7.40.101
│   ├── libavfilter.so.7 -> libavfilter.so.7.40.101
│   ├── libavfilter.so.7.40.101
│   ├── libavformat.so -> libavformat.so.58.20.100
│   ├── libavformat.so.58 -> libavformat.so.58.20.100
│   ├── libavformat.so.58.20.100
│   ├── libavresample.so -> libavresample.so.4.0.0
│   ├── libavresample.so.4 -> libavresample.so.4.0.0
│   ├── libavresample.so.4.0.0
│   ├── libavutil.so -> libavutil.so.56.22.100
│   ├── libavutil.so.56 -> libavutil.so.56.22.100
│   ├── libavutil.so.56.22.100
│   ├── libpostproc.so -> libpostproc.so.55.3.100
│   ├── libpostproc.so.55 -> libpostproc.so.55.3.100
│   ├── libpostproc.so.55.3.100
│   ├── libswresample.so -> libswresample.so.3.3.100
│   ├── libswresample.so.3 -> libswresample.so.3.3.100
│   ├── libswresample.so.3.3.100
│   ├── libswscale.so -> libswscale.so.5.3.100
│   ├── libswscale.so.5 -> libswscale.so.5.3.100
│   ├── libswscale.so.5.3.100
│   └── pkgconfig
│   ├── libavcodec.pc
│   ├── libavdevice.pc
│   ├── libavfilter.pc
│   ├── libavformat.pc
│   ├── libavresample.pc
│   ├── libavutil.pc
│   ├── libpostproc.pc
│   ├── libswresample.pc
│   └── libswscale.pc
└── share
├── ffmpeg
│   ├── examples
│   │   ├── avio_dir_cmd.c
│   │   ├── avio_reading.c
│   │   ├── decode_audio.c
│   │   ├── decode_video.c
│   │   ├── demuxing_decoding.c
│   │   ├── encode_audio.c
│   │   ├── encode_video.c
│   │   ├── extract_mvs.c
│   │   ├── filter_audio.c
│   │   ├── filtering_audio.c
│   │   ├── filtering_video.c
│   │   ├── http_multiclient.c
│   │   ├── hw_decode.c
│   │   ├── Makefile
│   │   ├── metadata.c
│   │   ├── muxing.c
│   │   ├── qsvdec.c
│   │   ├── README
│   │   ├── remuxing.c
│   │   ├── resampling_audio.c
│   │   ├── scaling_video.c
│   │   ├── transcode_aac.c
│   │   ├── transcoding.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
└── 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
19 directories, 208 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment