Merge pull request #293 from Snawoot/maintenance

Maintenance
pull/294/head
Snawoot 4 years ago committed by GitHub
commit b4bbb422b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitmodules vendored

@ -1,6 +1,3 @@
[submodule "win/NvencSessionLimitBump"]
path = win/NvencSessionLimitBump
url = https://github.com/jantenhove/NvencSessionLimitBump.git
[submodule "win/Win_1337_Apply_Patch"]
path = win/Win_1337_Apply_Patch
url = https://github.com/Deltafox79/Win_1337_Apply_Patch.git

@ -1 +0,0 @@
Subproject commit 390c2b1a825c339198e488ff9a692cc9491061ed

@ -1 +0,0 @@
C:\Users\user\ffmpeg\bin\ffmpeg -y -f lavfi -i nullsrc=s=256x256:d=5 -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null -

@ -1,8 +0,0 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Outfile_x64=ffmpegNull10StreamsSilent.exe
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <WinAPIFiles.au3>
$ffmpegCMD = ("-y -f lavfi -i nullsrc=s=256x256:d=5 -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null - -c:v h264_nvenc -f null -")
run(@scriptdir & "\" & "ffmpeg.exe" & " " & $ffmpegCMD,@ScriptDir, @SW_HIDE, $STDERR_CHILD+$STDOUT_CHILD)
Loading…
Cancel
Save