mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
commit
b4bbb422b9
3
.gitmodules
vendored
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…
Reference in New Issue
Block a user