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
d597655b
Commit
d597655b
authored
Jul 09, 2020
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maintenance: retire aux bump scripts
parent
d7ee1661
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
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.
win/ffmpeg_null_10streams.cmd
deleted
100644 → 0
View file @
d7ee1661
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 @
d7ee1661
#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