Skip to content

FFmpeg static libraries built with VS2015/VS2017 for Windows development.

License

Notifications You must be signed in to change notification settings

FutaAlice/ffmpeg-static-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

ffmepg-static-libs

FFmpeg static libraries built with VS2015 for Windows development.

Download

See releases page.

Directory structure

./ffmepg-x.x.x
├── bin
│   ├── x64
│   │   ├── ffmpeg.exe
│   │   ├── ffplay.exe
│   │   └── ffprobe.exe
│   └── x86
│       ├── ffmpeg.exe
│       ├── ffplay.exe
│       └── ffprobe.exe
├── include
│   ├── libavcodec/...
│   ├── libavdevice/...
│   ├── libavfilter/...
│   ├── libavformat/...
│   ├── libavutil/...
│   ├── libpostproc/...
│   ├── libswresample/...
│   └── libswscale/...
├── lib
│   ├── x64
│   │   ├── libavcodec.lib
│   │   ├── libavcodecd.lib
│   │   ├── libavdevice.lib
│   │   ├── libavdeviced.lib
│   │   ├── libavfilter.lib
│   │   ├── libavfilterd.lib
│   │   ├── libavformat.lib
│   │   ├── libavformatd.lib
│   │   ├── libavutil.lib
│   │   ├── libavutild.lib
│   │   ├── libpostproc.lib
│   │   ├── libpostprocd.lib
│   │   ├── libswresample.lib
│   │   ├── libswresampled.lib
│   │   ├── libswscale.lib
│   │   └── libswscaled.lib
│   └── x86
│       ├── libavcodec.lib
│       ├── libavcodecd.lib
│       ├── libavdevice.lib
│       ├── libavdeviced.lib
│       ├── libavfilter.lib
│       ├── libavfilterd.lib
│       ├── libavformat.lib
│       ├── libavformatd.lib
│       ├── libavutil.lib
│       ├── libavutild.lib
│       ├── libpostproc.lib
│       ├── libpostprocd.lib
│       ├── libswresample.lib
│       ├── libswresampled.lib
│       ├── libswscale.lib
│       └── libswscaled.lib
└── licenses/...

Version

  • from 3.4.3 to 3.4.4
  • 3.4.2
  • 3.4.1
  • from 3.3.6 to 3.3.8
  • 3.3.5
  • 3.3.4
  • 3.3.3
  • 3.3.2
  • 3.3.1
  • from 3.2.5 to 3.2.8
  • 3.2.4
  • 3.2.3
  • 3.2.2
  • 3.2.1
  • from 3.1.6 to 3.1.11
  • 3.1.5
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1

About

FFmpeg static libraries built with VS2015/VS2017 for Windows development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published