Last active
December 8, 2020 09:34
-
-
Save emcodem/31e4090508d6e4d7294000da3da27bfe to your computer and use it in GitHub Desktop.
ffmpeg development infos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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