Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
b4bbb422
Commit
b4bbb422
authored
Jul 09, 2020
by
Snawoot
Committed by
GitHub
Jul 09, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #293 from Snawoot/maintenance
Maintenance
parents
b2e54a4c
d597655b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
13 deletions
+0
-13
.gitmodules
.gitmodules
+0
-3
win/NvencSessionLimitBump
win/NvencSessionLimitBump
+0
-1
win/ffmpeg_null_10streams.cmd
win/ffmpeg_null_10streams.cmd
+0
-1
win/silent_bump.au3
win/silent_bump.au3
+0
-8
No files found.
.gitmodules
View file @
b4bbb422
[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
NvencSessionLimitBump
@
390c2b1a
Subproject commit 390c2b1a825c339198e488ff9a692cc9491061ed
win/ffmpeg_null_10streams.cmd
deleted
100644 → 0
View file @
b2e54a4c
C
:\Users\user\ffmpeg\bin\ffmpeg
-y -f
lavfi
-i
nullsrc
=
s
=
256
x256
: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
-
\ No newline at end of file
win/silent_bump.au3
deleted
100644 → 0
View file @
b2e54a4c
#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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment