mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add ffmpeg
This commit is contained in:
parent
c87c7b4b9b
commit
a8389496e3
@ -2,7 +2,7 @@
|
|||||||
- [msys2 x86_x64] (http://www.msys2.org/)
|
- [msys2 x86_x64] (http://www.msys2.org/)
|
||||||
- Run: ``` bash pacman -Syu ``` then restart terminal
|
- Run: ``` bash pacman -Syu ``` then restart terminal
|
||||||
- Run: ``` pacman -Su ```
|
- Run: ``` pacman -Su ```
|
||||||
- Run: ``` pacman -S mingw64/mingw-w64-x86_64-gdb mingw64/mingw-w64-x86_64-qt5 mingw64/mingw-w64-x86_64-qt-creator mingw64/mingw-w64-x86_64-quazip mingw64/mingw-w64-x86_64-zlib mingw64/mingw-w64-x86_64-cmake mingw64/mingw-w64-x86_64-gcc ```
|
- Run: ``` pacman -S mingw64/mingw-w64-x86_64-gdb mingw64/mingw-w64-x86_64-qt5 mingw64/mingw-w64-x86_64-qt-creator mingw64/mingw-w64-x86_64-quazip mingw64/mingw-w64-x86_64-zlib mingw64/mingw-w64-x86_64-cmake mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-ffmpeg ```
|
||||||
- [QtAV for video encoding] (https://github.com/wang-bin/QtAV)
|
- [QtAV for video encoding] (https://github.com/wang-bin/QtAV)
|
||||||
- Open QtAV project via QtCreator in the Thirdparty folder
|
- Open QtAV project via QtCreator in the Thirdparty folder
|
||||||
- Fix 3 dll names in \lib_win_x86\ via changing *.dll.a to *.a Bug: https://github.com/wang-bin/QtAV/issues/878
|
- Fix 3 dll names in \lib_win_x86\ via changing *.dll.a to *.a Bug: https://github.com/wang-bin/QtAV/issues/878
|
||||||
|
Loading…
Reference in New Issue
Block a user