1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
Go to file
Elias Steurer a8389496e3 Add ffmpeg
2017-05-19 20:41:09 +02:00
assets Change overall look like border radius and better font rendering 2017-04-23 12:52:34 +02:00
qml Big cleanup. Now we have a list of monitors in qml 2017-04-28 14:43:43 +02:00
src Big cleanup. Now we have a list of monitors in qml 2017-04-28 14:43:43 +02:00
ThirdParty Add missing monitors files and QtAV submodule 2017-04-28 14:45:31 +02:00
.gitignore Init with new name 2017-03-25 18:44:26 +01:00
.gitmodules Add missing monitors files and QtAV submodule 2017-04-28 14:45:31 +02:00
main.cpp Big cleanup. Now we have a list of monitors in qml 2017-04-28 14:43:43 +02:00
qml.qrc Add window favicon 2017-04-17 12:54:53 +02:00
README.md Add ffmpeg 2017-05-19 20:41:09 +02:00
ScreenPlay.pro Add missing monitors files and QtAV submodule 2017-04-28 14:45:31 +02:00
steam_appid.txt Add steam integration 2017-03-26 13:12:32 +02:00

Requirements

  • [msys2 x86_x64] (http://www.msys2.org/)
    • Run: bash pacman -Syu then restart terminal
    • 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 mingw64/mingw-w64-x86_64-ffmpeg
  • [QtAV for video encoding] (https://github.com/wang-bin/QtAV)
    • 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
    • After compiling dont forget to copy QtVA via QtAV_buildDir/sdk_install.bat

Release

  • Compile QtAV and Screenplay as release version
  • Auto copy dependencies via windeployqt.exe --release --qmldir qml-dir-location exe-location
    • Example : C:\Qt\5.9\mingw53_32\bin\windeployqt.exe --release --qmldir C:\Users\Eli\Code\Qt\ScreenPlay\qml C:\Users\Eli\Code\Qt\build-ScreenPlay-Qt_5_9_mingw-Release\release
  • MinGW extra step: Copy C:\Qt\5.9\mingw53_32\bin\libgcc_s_dw2-1.dll into the release folder!