【OBS】vs2019 + QT5.15.2 : obs-studio-27.2.4 configure和vs工程生成

  • 要自己来的工作还挺多。
  • 下载的官方 发布版本,
  • 但是https://github.91chi.fun/https://github.com/obsproject/libdshowcapture.git 竟然没有。
  • 要自己来。

最终带了QT UI 的OBS 工程

  • 很清晰的模块分层

在这里插入图片描述

  • 拷贝的qt的dll 可能是来自12,而不是我编译的15,
  • 所以经常有报错,自己拷贝了过去覆盖了,就ok了。
  • 但是每次生成exe 会被12的再覆盖一次?
  • 看exe 生成前后,没有看到dll 拷贝啊。

obs.exe 生成前

setlocal
cd G:\CDN\PUSH\obs-studio-27.2.4\out32\UI
if %errorlevel% neq 0 goto :cmEnd
G:
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen G:/CDN/PUSH/obs-studio-27.2.4/out32/UI/CMakeFiles/obs_autogen.dir/AutogenInfo.json Debug
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd

obs.exe 生成后

setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E copy G:/CDN/PUSH/obs-studio-27.2.4/out32/UI/Debug/obs32.exe G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/obs32.exe
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs32.exe -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/UI/Debug -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/UI/pdbs -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_on_debug_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs32.exe -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/UI/Debug -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_on_debug_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory G:/CDN/PUSH/obs-studio-27.2.4/src/UI/data G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/data/obs-studio
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/data/obs-studio/authors
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E copy G:/CDN/PUSH/obs-studio-27.2.4/src/UI/../AUTHORS G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/data/obs-studio/authors
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd

obs.dll 生成后

setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E copy G:/CDN/PUSH/obs-studio-27.2.4/out32/libobs/Debug/obs.dll G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/obs.dll
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs.dll -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/libobs/Debug -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/libobs/pdbs -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_on_debug_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs.dll -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/libobs/Debug -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_on_debug_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory G:/CDN/PUSH/obs-studio-27.2.4/src/libobs/data G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/data/libobs
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=ALL -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/misc/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=ALL -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/data/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/data/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=ALL -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/libs32/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=ALL -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=Release";"MinSizeRel";"RelWithDebInfo -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=Debug -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=Release";"MinSizeRel";"RelWithDebInfo -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/libs32r/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DTARGET_CONFIGS=Debug -DINPUT=G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/libs32d/ -DOUTPUT=G:/CDN/PUSH/obs-studio-27.2.4/out32/rundir/Debug/bin/32bit/ -P G:/CDN/PUSH/obs-studio-27.2.4/src/cmake/copy_helper.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd

------最开始禁用了UI -----

  • 因为我本地只有Qt5.12.10
  • 看起来最后有一些编译问题
  • 而且没有指定明确的***.lib,libobs 都无法编译得到 obs.dll

DepsPath

  • DepsPath
  • 在这里插入图片描述
Windows API version is 10.0.22000.0
CMake Warning at CMakeLists.txt:54 (message):
  DepsPath variable is missing.  Please set this variable to specify path to
  compiled dependencies (e.g.  D:/dependencies/win64)


OBS_VERSION: 0.0.1
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avdevice avutil avformat 
Scripting plugin disabled
Jansson >=2.5 not found, building bundled version
C compiler: MSVC
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.29.100") found components: avformat avutil swscale swresample avcodec 
Using libavcodec for image loading in libobs
Found ZLIB: G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin  
libdshowcapture submodule not found!  Please fetch submodules.  win-dshow plugin disabled.
CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Detours (missing: DETOURS_LIB DETOURS_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/Modules/FindDetours.cmake:62 (find_package_handle_standard_args)
  plugins/win-capture/graphics-hook/CMakeLists.txt:5 (find_package)


Configuring incomplete, errors occurred!
See also "G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeOutput.log".
See also "G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeError.log".

在这里插入图片描述

  • libdshowcapture submodule not found! Please fetch submodules. win-dshow plugin disabled.

下载

  • https://github.91chi.fun/https://github.com/obsproject/libdshowcapture.git
    在这里插入图片描述

Windows API version is 10.0.22000.0
OBS_VERSION: 0.0.1
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avdevice avutil avformat 
Scripting plugin disabled
Jansson >=2.5 not found, building bundled version
C compiler: MSVC
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.29.100") found components: avformat avutil swscale swresample avcodec 
Using libavcodec for image loading in libobs
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avutil 
VirtualCam GUID not set! VirtualCam disabled.
Found Detours: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/detours.lib  
Found Vulkan: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/vulkan-1.lib  
Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) 
VLC video plugin disabled
enc-amf submodule not found!  Please fetch submodules.  enc-amf plugin disabled.
RSSDK not found, Realsense camera plugin disabled
CMake Error at plugins/CMakeLists.txt:69 (message):
  obs-browser submodule not found! Please fetch submodules or set
  BUILD_BROWSER=OFF.


Configuring incomplete, errors occurred!
See also "G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeOutput.log".
See also "G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeError.log".

在这里插入图片描述

obs-vst submodule not found! Please fetch submodules or set BUILD_VST=OFF.

  • https://github.com/obsproject/obs-vst
    Windows API version is 10.0.22000.0
    OBS_VERSION: 0.0.1
    Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version “58.54.100”) found components: avcodec avdevice avutil avformat
    Scripting plugin disabled
    Jansson >=2.5 not found, building bundled version
    C compiler: MSVC
    Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version “58.29.100”) found components: avformat avutil swscale swresample avcodec
    Using libavcodec for image loading in libobs
    Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version “58.54.100”) found components: avcodec avutil
    VirtualCam GUID not set! VirtualCam disabled.
    NOT building Intel QSV11 Hardware Encoder.
    Could NOT find LibVLC (missing: VLC_INCLUDE_DIR)
    VLC video plugin disabled
    enc-amf submodule not found! Please fetch submodules. enc-amf plugin disabled.
    RSSDK not found, Realsense camera plugin disabled
    CMake Error at plugins/CMakeLists.txt:80 (message):
    obs-vst submodule not found! Please fetch submodules or set BUILD_VST=OFF.

Configuring incomplete, errors occurred!
See also “G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeOutput.log”.
See also “G:/CDN/PUSH/obs-studio-27.2.4/out32/CMakeFiles/CMakeError.log”.

  • 这个可以自己加:
  • 在这里插入图片描述

这样就过了

Windows API version is 10.0.22000.0
OBS_VERSION: 0.0.1
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avdevice avutil avformat 
Scripting plugin disabled
Jansson >=2.5 not found, building bundled version
C compiler: MSVC
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.29.100") found components: avformat avutil swscale swresample avcodec 
Using libavcodec for image loading in libobs
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avutil 
VirtualCam GUID not set! VirtualCam disabled.
NOT building Intel QSV11 Hardware Encoder.
Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) 
VLC video plugin disabled
enc-amf submodule not found!  Please fetch submodules.  enc-amf plugin disabled.
RSSDK not found, Realsense camera plugin disabled
Found Libx264: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/x264.lib  
Libfdk not found - obs-libfdk plugin disabled
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample 
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avutil avformat 
Found PkgConfig: C:/Strawberry/perl/bin/pkg-config.bat (found version "0.26") 
Found MbedTLS: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedtls.lib;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedcrypto.lib;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedx509.lib  
Checking for module 'libftl'
  
Found Libspeexdsp: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/speexdsp.lib  
NVIDIA Audio Effects SDK support enabled; requires redist to be installed by end-user
aja plugin disabled (32-bit not supported)
aja-output-ui disabled (32-bit not supported)
FFmpeg files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avcodec-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avdevice-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avfilter-7.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avformat-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avutil-56.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libmbedcrypto.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libogg-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libopus-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libsrt.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbis-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisenc-2.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisfile-3.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvpx-1.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/zlib.dll;G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swresample-3.dll;G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swscale-5.dll
x264 files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libx264-161.dll
Libfdk files: 
Freetype files: 
curl files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libcurl.dll
lua files: 
ssl files: 
zlib files: 
QT Debug files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Cored.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Guid.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Networkd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svgd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgetsd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtrasd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xmld.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGLd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2d.dll
QT Debug Platform files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/platforms/qwindowsd.dll
QT Debug Styles files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/styles/qwindowsvistastyled.dll
QT Debug Iconengine files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/iconengines/qsvgicond.dll
QT Debug Imageformat files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qgifd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qjpegd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qsvgd.dll
QT Release files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Core.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Gui.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Network.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svg.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgets.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtras.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xml.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGL.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2.dll
QT Release Platform files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/platforms/qwindows.dll
QT Release Styles files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/styles/qwindowsvistastyle.dll
QT Release Iconengine files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/iconengines/qsvgicon.dll
QT Release Imageformat files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qgif.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qjpeg.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qsvg.dll
QT ICU files: 
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avcodec-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avdevice-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avfilter-7.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avformat-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avutil-56.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libmbedcrypto.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libogg-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libopus-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libsrt.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbis-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisenc-2.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisfile-3.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvpx-1.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/zlib.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swresample-3.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swscale-5.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libx264-161.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libcurl.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Core.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Gui.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Network.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svg.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgets.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtras.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xml.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGL.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Cored.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Guid.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Networkd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svgd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgetsd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtrasd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xmld.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGLd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2d.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
Configuring done

在这里插入图片描述

最后拷贝了一堆东西

  • GL是从qt拷贝的:
    在这里插入图片描述
  • 拷贝到这里
    在这里插入图片描述

generate 失败了

Windows API version is 10.0.22000.0
OBS_VERSION: 0.0.1
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avdevice avutil avformat 
Scripting plugin disabled
Jansson >=2.5 not found, building bundled version
C compiler: MSVC
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.29.100") found components: avformat avutil swscale swresample avcodec 
Using libavcodec for image loading in libobs
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avutil 
VirtualCam GUID not set! VirtualCam disabled.
NOT building Intel QSV11 Hardware Encoder.
Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) 
VLC video plugin disabled
enc-amf submodule not found!  Please fetch submodules.  enc-amf plugin disabled.
RSSDK not found, Realsense camera plugin disabled
Found Libx264: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/x264.lib  
Libfdk not found - obs-libfdk plugin disabled
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample 
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin (found version "58.54.100") found components: avcodec avutil avformat 
Found PkgConfig: C:/Strawberry/perl/bin/pkg-config.bat (found version "0.26") 
Found MbedTLS: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedtls.lib;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedcrypto.lib;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/mbedx509.lib  
Checking for module 'libftl'
  
Found Libspeexdsp: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/speexdsp.lib  
NVIDIA Audio Effects SDK support enabled; requires redist to be installed by end-user
aja plugin disabled (32-bit not supported)
aja-output-ui disabled (32-bit not supported)
FFmpeg files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avcodec-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avdevice-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avfilter-7.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avformat-58.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avutil-56.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libmbedcrypto.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libogg-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libopus-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libsrt.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbis-0.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisenc-2.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisfile-3.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvpx-1.dll;G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/zlib.dll;G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swresample-3.dll;G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swscale-5.dll
x264 files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libx264-161.dll
Libfdk files: 
Freetype files: 
curl files: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libcurl.dll
lua files: 
ssl files: 
zlib files: 
QT Debug files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Cored.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Guid.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Networkd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svgd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgetsd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtrasd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xmld.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGLd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2d.dll
QT Debug Platform files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/platforms/qwindowsd.dll
QT Debug Styles files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/styles/qwindowsvistastyled.dll
QT Debug Iconengine files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/iconengines/qsvgicond.dll
QT Debug Imageformat files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qgifd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qjpegd.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qsvgd.dll
QT Release files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Core.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Gui.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Network.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svg.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgets.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtras.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xml.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGL.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2.dll
QT Release Platform files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/platforms/qwindows.dll
QT Release Styles files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/styles/qwindowsvistastyle.dll
QT Release Iconengine files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/iconengines/qsvgicon.dll
QT Release Imageformat files: D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qgif.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qjpeg.dll;D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../plugins/imageformats/qsvg.dll
QT ICU files: 
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avcodec-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avdevice-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avfilter-7.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avformat-58.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/avutil-56.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libmbedcrypto.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libogg-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libopus-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libsrt.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbis-0.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisenc-2.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvorbisfile-3.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libvpx-1.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/zlib.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swresample-3.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\include/../bin/swscale-5.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libx264-161.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/include/../bin/libcurl.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Core.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Gui.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Network.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svg.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgets.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtras.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xml.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGL.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32r
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Cored.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Guid.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Networkd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Svgd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Widgetsd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5WinExtrasd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/Qt5Xmld.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libEGLd.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
copying D:/Qt/Qt5.12.10/5.12.10/msvc2017/lib/cmake/Qt5Core/../../../bin/libGLESv2d.dll to G:/CDN/PUSH/obs-studio-27.2.4/src/additional_install_files/exec32d
Configuring done
CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::WinExtras" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Network" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Svg" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::WinExtras" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Network" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Svg" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::WinExtras" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Network" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Svg" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::WinExtras" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Network" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Svg" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


CMake Error at UI/CMakeLists.txt:436 (add_executable):
  Target "obs" links to target "Qt5::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?


WARNING: Target "media-playback" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "media-playback" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "media-playback" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "media-playback" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "win-dshow" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "win-dshow" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "win-dshow" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "win-dshow" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg-mux" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg-mux" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg-mux" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-ffmpeg-mux" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
Generating done

ffmepg的几个库,libcur、zlib都要明确指定到**.lib


NVIDIA Audio Effects SDK support enabled; requires redist to be installed by end-user
aja plugin disabled (32-bit not supported)
aja-output-ui disabled (32-bit not supported)
Configuring done
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "file-updater" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "libobs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs-outputs" requests linking to directory "G:\CDN\PUSH\obs-studio-27.2.4\dependencies2019\win32\bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "rtmp-services" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "obs" requests linking to directory "G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin".  Targets may link only to libraries.  CMake is dropping the item.
Generating done


#--------- 下载了QT15.2 —激活UI -------

Libfdk not found - obs-libfdk plugin disabled

  • 依赖库里没有
  • VLC
  • VirtualCam

指定到了具体的**.lib后,OK

  • Libfdk
  • RSSDK
  • VLC
  • NVIDIA Audio Effects SDK
Windows API version is 10.0.22000.0
OBS_VERSION: 0.0.1
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/avcodec.lib (found version "58.54.100") found components: avcodec avdevice avutil avformat 
Found Libcurl: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/libcurl.lib  
Scripting plugin disabled
Jansson >=2.5 not found, building bundled version
C compiler: MSVC
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/avformat.lib (found version "58.29.100") found components: avformat avutil swscale swresample avcodec 
Using libavcodec for image loading in libobs
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/avcodec.lib (found version "58.54.100") found components: avcodec avutil 
VirtualCam GUID not set! VirtualCam disabled.
NOT building Intel QSV11 Hardware Encoder.
Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) 
VLC video plugin disabled
enc-amf submodule not found!  Please fetch submodules.  enc-amf plugin disabled.
RSSDK not found, Realsense camera plugin disabled
Libfdk not found - obs-libfdk plugin disabled
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/avcodec.lib (found version "58.54.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample 
Found FFmpeg: G:/CDN/PUSH/obs-studio-27.2.4/dependencies2019/win32/bin/avcodec.lib (found version "58.54.100") found components: avcodec avutil avformat 
Checking for module 'libftl'
  
NVIDIA Audio Effects SDK support enabled; requires redist to be installed by end-user
aja plugin disabled (32-bit not supported)
aja-output-ui disabled (32-bit not supported)
Configuring done
Generating done

运行前配置下debug环境

  • G:\CDN\PUSH\obs-studio-27.2.4\out32\UI\Debug\obs32.exe”
  • 在这里插入图片描述

在这里插入图片描述

项目目录就是工作目录

在这里插入图片描述

在这里插入图片描述

改一下

在这里插入图片描述

  • $(ProjectDir)…\rundir\Debug\bin\32bit\obs32.exe

在这里插入图片描述

要从qt15.2 拷贝几个qt 的dll进来,版本不一杨是不行的

在这里插入图片描述

下一步就是要看下路径的传递了

“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obs32.exe”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ntdll.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\kernel32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\KernelBase.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\crypt32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ucrtbase.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5WinExtrasd.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Networkd.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Svgd.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\user32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\win32u.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\gdi32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\gdi32full.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp_win.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\shell32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ole32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\advapi32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\combase.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Xmld.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obs-frontend-api.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcrt.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\rpcrt4.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\sechost.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\avcodec-58.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\avutil-56.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\avformat-58.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libcurl.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ws2_32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ws2_32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ws2_32.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Widgetsd.dll”。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Widgetsd.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Guid.dll”。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Guid.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\Wldap32.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obs.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\oleaut32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\IPHLPAPI.DLL”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\dnsapi.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\dwmapi.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\vcruntime140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ucrtbased.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\vcruntime140d.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ucrtbased.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\vcruntime140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ucrtbased.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\vcruntime140d.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ucrtbased.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140d.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\msvcp140d.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140d.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\msvcp140d.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140_1d.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\msvcp140_1d.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libopus-0.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libvorbis-0.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\bcrypt.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libvpx-1.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libvorbisenc-2.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\zlib.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libx264-161.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swresample-3.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libx264-161.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swresample-3.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libsrt.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\secur32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\vcruntime140.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\winmm.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\avrt.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\w32-pthreads.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\w32-pthreads.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swscale-5.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swscale-5.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libogg-0.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libmbedcrypto.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\wsock32.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Guid.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Widgetsd.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ucrtbased.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\vcruntime140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ucrtbased.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\vcruntime140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140_1d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140d.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp140d.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libx264-161.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swresample-3.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swresample-3.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\w32-pthreads.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swscale-5.dll”。模块已生成,不包含符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\dxgi.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\d3d11.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\uxtheme.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\userenv.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\version.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\mpr.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\netapi32.dll”。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\Qt5Cored.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ucrtbased.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\msvcp140d.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\vcruntime140d.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\swresample-3.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\msvcp140d.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\sspicli.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\srvcli.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\netutils.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\cryptbase.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\imm32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\nsi.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\cryptsp.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\rsaenh.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\bcryptprimitives.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\SHCore.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\RTWorkQ.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\kernel.appcore.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\windows.storage.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\WinTypes.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\shlwapi.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\platforms\qwindowsd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\wtsapi32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\profapi.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\powrprof.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\umpdc.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\styles\qwindowsvistastyled.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qgifd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qicnsd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qicod.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qjpegd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qsvgd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qtgad.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qtiffd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qwbmpd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qwebpd.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qwebpd.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\imageformats\qwebpd.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\MMDevAPI.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\devobj.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\cfgmgr32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\cfgmgr32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\cfgmgr32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\cfgmgr32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\cfgmgr32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\AudioSes.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\Windows.UI.dll”。
CPU Name: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
CPU Speed: 2400MHz
Physical Cores: 4, Logical Cores: 8
Physical Memory: 16193MB Total, 5003MB Free (NOTE: 32bit programs cannot use more than 3gb)
Windows Version: 10.0 Build 22000 (release: 2009; revision: 556; 64-bit)
Running as administrator: false
Aero is Enabled (Aero is always on for windows 8 and above)
Windows 10 Gaming Features:
	Game DVR: On
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\wscapi.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\wscapi.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\wscapi.dll”。
Sec. Software Status:
Current Date/Time: 2022-04-02, 11:45:21
Browser Hardware Acceleration: true
Hide OBS windows from screen capture: false
Qt Version: 5.15.2 (runtime), 5.15.2 (compiled)
Portable mode: false
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ExplorerFrame.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ExplorerFrame.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ExplorerFrame.dll”。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\iconengines\qsvgicond.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\iconengines\qsvgicond.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\plugins\iconengines\qsvgicond.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\DWrite.dll”。
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
OBS 0.0.1 (32-bit, windows)
---------------------------------
---------------------------------
audio settings reset:
	samples per sec: 48000
	speakers:        2
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-d3d11.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-d3d11.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-d3d11.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\d3d9.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\DXCore.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\DXCore.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\DXCore.dll”。
---------------------------------
Initializing D3D11...
Available Video Adapters: 
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ResourcePolicyClient.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ResourcePolicyClient.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\directxdatabasehelper.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ntmarta.dll”。
	Adapter 0: Intel(R) UHD Graphics 630
	  Dedicated VRAM: 134217728
	  Shared VRAM:    4160684032
	  PCI ID:         8086:3e9b
	  Driver Version: 26.20.100.7463
	  output 0:
	    name=U28E590
	    pos={0, 0}
	    size={3840, 2160}
	    attached=true
	    refresh=30
	    space=RGB_FULL_G22_NONE_P709
	    sdr_white_nits=80
	    nit_range=[min=0.500000, max=270.000000, max_full_frame=270.000000]
	  output 1:
	    name=
	    pos={-1920, 731}
	    size={1920, 1080}
	    attached=true
	    refresh=60
	    space=RGB_FULL_G22_NONE_P709
	    sdr_white_nits=80
	    nit_range=[min=0.500000, max=270.000000, max_full_frame=270.000000]
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\D3DCompiler_47.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\D3DCompiler_47.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\D3DCompiler_47.dll”。
Loading up D3D11 on adapter Intel(R) UHD Graphics 630 (0)
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd10iumd32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd10iumd32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd10iumd32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ncrypt.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ntasn1.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”。
D3D11 loaded successfully, feature level used: b000
DXGI increase maximum frame latency success
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ntasn1.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ncrypt.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd10iumd32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\d3d9.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-d3d11.dll”
Failed to initialize obs video (-1) with graphics_module='libobs-d3d11.dll', retrying with graphics_module='libobs-opengl.dll'
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-opengl.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-opengl.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-opengl.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obsglad.dll”。已加载符号。
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obsglad.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\opengl32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\opengl32.dll”
“obs32.exe”(Win32): 已加载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obsglad.dll”。已加载符号。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\opengl32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\glu32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\glu32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\glu32.dll”。
---------------------------------
Initializing OpenGL...
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msctf.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\AppXDeploymentClient.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\urlmon.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\iertutil.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\ig9icd32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\ig9icd32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\ig9icd32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igc32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
Loading up OpenGL on adapter Intel Intel(R) UHD Graphics 630
OpenGL loaded successfully, version 3.3.0 - Build 26.20.100.7463, shading language 3.30 - Build 26.20.100.7463
线程 0x57e8 已退出,返回值为 0 (0x0)。
Warning: The OpenGL renderer is currently in use.  On windows, the OpenGL renderer can decrease capture performance due to the lack of specific features used to maximize capture performance.  The Direct3D 11 renderer is recommended instead.
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
gs_effect_create_from_file: Null 'file' parameter
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\obsglad.dll”
“obs32.exe”(Win32): 已卸载“G:\CDN\PUSH\obs-studio-27.2.4\out32\rundir\Debug\bin\32bit\libobs-opengl.dll”
0x759DECE2 处(位于 obs32.exe 中)引发的异常: Microsoft C++ 异常: char,位于内存位置 0x012FED84 处。
Failed to initialize video.  Your GPU may not be supported, or your graphics drivers may need to be updated.
“obs32.exe”(Win32): 已加载“C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_e541a94fcce8ed6d\comctl32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\WindowsCodecs.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\thumbcache.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\policymanager.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msvcp110_win.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\IconCodecService.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\IconCodecService.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\IconCodecService.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\d3d9.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdumdim32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdumdim32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdumdim32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ResourcePolicyClient.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\ResourcePolicyClient.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”。
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igd9dxva32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdgmm32.dll”
“obs32.exe”(Win32): 已卸载“C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0c154edd10cd92d7\igdumdim32.dll”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\DataExchange.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\twinapi.appcore.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\winmmbase.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\wdmaud.drv”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\ksuser.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\TextInputFramework.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\CoreMessaging.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\CoreUIComponents.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\SogouTSF.ime”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msimg32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\SogouPY.ime”。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\SogouPY.ime”
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\SogouPY.ime”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\winhttp.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\oleacc.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msacm32.drv”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\msacm32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\midimap.dll”。
“obs32.exe”(Win32): 已加载“D:\Program Files (x86)\SogouInput\11.2.0.5099\Resource.dll”。
“obs32.exe”(Win32): 已卸载“D:\Program Files (x86)\SogouInput\11.2.0.5099\Resource.dll”
“obs32.exe”(Win32): 已加载“D:\Program Files (x86)\SogouInput\11.2.0.5099\Resource.dll”。
“obs32.exe”(Win32): 已加载“D:\Program Files (x86)\SogouInput\Components\PicFace\1.1.0.1881\PicFace.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\comdlg32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.22000.1_none_6ec7c6847ea94424\comctl32.dll”。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\psapi.dll”。
线程 0x6418 已退出,返回值为 0 (0x0)。
“obs32.exe”(Win32): 已加载“C:\Windows\SysWOW64\TextShaping.dll”。
线程 0x3bcc 已退出,返回值为 0 (0x0)。
线程 0x9f0 已退出,返回值为 0 (0x0)。
线程 0x5bac 已退出,返回值为 0 (0x0)。
线程 0x25b8 已退出,返回值为 0 (0x0)。
线程 0x2530 已退出,返回值为 0 (0x0)。
Freeing OBS context data
线程 0x3aec 已退出,返回值为 0 (0x0)。
线程 0x69c4 已退出,返回值为 0 (0x0)。
线程 0x6324 已退出,返回值为 0 (0x0)。
线程 0x6498 已退出,返回值为 0 (0x0)。
线程 0x4744 已退出,返回值为 0 (0x0)。
“obs32.exe”(Win32): 已卸载“C:\Windows\SysWOW64\wscapi.dll”
== Profiler Results =============================
run_program_init: 22582.2 ms
 ┣OBSApp::AppInit: 48.79 ms
 ┃ ┗OBSApp::InitLocale: 6.077 ms
 ┗OBSApp::OBSInit: 2485.78 ms
   ┣obs_startup: 27.712 ms
   ┗OBSBasic::OBSInit: 907.045 ms
     ┣OBSBasic::InitBasicConfig: 3.699 ms
     ┣OBSBasic::ResetAudio: 0.731 ms
     ┗OBSBasic::ResetVideo: 802.74 ms
obs_hotkey_thread(25 ms): min=0.005 ms, median=0.006 ms, max=4.158 ms, 99th percentile=0.17 ms, 100% below 25 ms
audio_thread(Audio): min=0 ms, median=0.014 ms, max=0.087 ms, 99th percentile=0.044 ms
=================================================
== Profiler Time Between Calls ==================
obs_hotkey_thread(25 ms): min=25.026 ms, median=25.296 ms, max=128.461 ms, 94.2263% within ±2% of 25 ms (0% lower, 5.77367% higher)
=================================================
线程 0x62dc 已退出,返回值为 0 (0x0)。
线程 0x66c8 已退出,返回值为 0 (0x0)。
线程 0x1c1c 已退出,返回值为 0 (0x0)。
线程 0x34bc 已退出,返回值为 0 (0x0)。
线程 0x442c 已退出,返回值为 0 (0x0)。
Number of memory leaks: 228
线程 0x4bac 已退出,返回值为 4294967295 (0xffffffff)。
线程 0x60ec 已退出,返回值为 4294967295 (0xffffffff)。
线程 0x5938 已退出,返回值为 4294967295 (0xffffffff)。
线程 0x64dc 已退出,返回值为 4294967295 (0xffffffff)。
线程 0x5ec8 已退出,返回值为 4294967295 (0xffffffff)。
程序“[5096] obs32.exe”已退出,返回值为 4294967295 (0xffffffff)
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

等风来不如迎风去

你的鼓励是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值