Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
ygopro
Commits
f7a5f1f8
Commit
f7a5f1f8
authored
Dec 27, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use cudagl
parent
3121c4d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
record-video
record-video
+1
-1
No files found.
Dockerfile
View file @
f7a5f1f8
FROM
nvidia/cuda:11.1-devel-ubuntu20.04
FROM
nvidia/cuda
gl
:11.1-devel-ubuntu20.04
RUN
rm
-rf
/etc/apt/sources.list.d/
*
&&
\
apt update
&&
\
...
...
record-video
View file @
f7a5f1f8
...
...
@@ -3,6 +3,6 @@ REPLAY_NAME=$1
VIDEO_NAME
=
$2
WINDOW_WIDTH
=
$(
grep
window_width ./system_user.conf |
grep
-oP
'\d+'
)
WINDOW_HEIGHT
=
$(
grep
window_height ./system_user.conf |
grep
-oP
'\d+'
)
FFMPEG_EXEC
=
/home/nanahira/test/test-ffmpeg-cuda/output/bin/ffmpeg
FFMPEG_EXEC
=
ffmpeg
rm
-f
"
$VIDEO_NAME
"
./ygopro
--auto-watch-no-wait
--raw-video
-r
"
$REPLAY_NAME
"
2>&1
>
/dev/null |
"
$FFMPEG_EXEC
"
-r
60
-vcodec
rawvideo
-f
rawvideo
-pix_fmt
rgb24
-s
"
${
WINDOW_WIDTH
}
x
${
WINDOW_HEIGHT
}
"
-i
-
"
$VIDEO_NAME
"
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