Skip to content

Instantly share code, notes, and snippets.

@emcodem
Last active December 8, 2020 09:34
Show Gist options
  • Save emcodem/31e4090508d6e4d7294000da3da27bfe to your computer and use it in GitHub Desktop.
Save emcodem/31e4090508d6e4d7294000da3da27bfe to your computer and use it in GitHub Desktop.
ffmpeg development infos
use MSYS64
copy h file to C:\msys64\mingw64\include\avisynth\avisynth_c.h
copy libs to C:\msys64\mingw64\lib
//start
C:\msys64\mingw64.exe
./configure --disable-static --enable-shared --enable-avisynth --enable-gpl
make -j4
//rebuild only a part
https://superuser.com/questions/1337517/how-to-build-a-single-ffmpeg-filter-or-rebuild-only-libavfilters
e.g. (make libavfilter/vf_scale.o)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment