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
51adc698
Commit
51adc698
authored
Apr 05, 2023
by
Jai Luthra
Committed by
GitHub
Apr 05, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #632 from OMEGARAZER/master
Add tester scripts
parents
c15a18c2
0af16f31
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
tools/patch-tester/patch-tester.sh
tools/patch-tester/patch-tester.sh
+3
-0
win/tools/patch-tester/patch-tester.bat
win/tools/patch-tester/patch-tester.bat
+3
-0
win/tools/patch-tester/patch-tester.ps1
win/tools/patch-tester/patch-tester.ps1
+3
-0
No files found.
tools/patch-tester/patch-tester.sh
0 → 100755
View file @
51adc698
#!/usr/bin/env bash
ffmpeg
-y
-vsync
0
-hwaccel
cuda
-hwaccel_output_format
cuda
-f
lavfi
-i
testsrc
-t
50
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 4M
-f
null -
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 1M
-f
null -
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 8M
-f
null -
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 6M
-f
null -
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 5M
-f
null -
-vf
hwupload
-c
:a copy
-c
:v h264_nvenc
-b
:v 7M
-f
null -
win/tools/patch-tester/patch-tester.bat
0 → 100755
View file @
51adc698
@echo
off
ffmpeg
.exe
-y -hwaccel
cuda
-hwaccel
_output_format
cuda
-f
lavfi
-i
testsrc
-t
50
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
4
M
-f
null
-
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
1
M
-f
null
-
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
8
M
-f
null
-
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
6
M
-f
null
-
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
5
M
-f
null
-
-vf
hwupload
-fps
_mode
passthrough
-c
:a
copy
-c
:v
h264_nvenc
-b
:v
7
M
-f
null
-
win/tools/patch-tester/patch-tester.ps1
0 → 100755
View file @
51adc698
#!/usr/bin/env pwsh
ffmpeg.exe
-y
-hwaccel
cuda
-hwaccel_output_format
cuda
-f
lavfi
-i
testsrc
-t
50
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
4M
-f
null
-
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
1M
-f
null
-
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
8M
-f
null
-
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
6M
-f
null
-
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
5M
-f
null
-
-vf
hwupload
-fps_mode
passthrough
-c
:
a
copy
-c
:
v
h264_nvenc
-b
:
v
7M
-f
null
-
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