Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luckytyphlosion committed Jul 31, 2023
2 parents b8b0f6e + 653c31c commit 1eff970
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,10 @@ def rename_passlogfile_hyphen_1(self, passlogfile_prefix_filepath):

if passlogfile_hyphen_1_filepath.is_file():
passlogfile_hyphen_0_filepath.unlink(missing_ok=True)
passlogfile_hyphen_0_mbtree_filepath.unlink(missing_ok=True)
os.rename(passlogfile_hyphen_1_filepath, passlogfile_hyphen_0_filepath)

if passlogfile_hyphen_1_mbtree_filepath.is_file():
passlogfile_hyphen_0_mbtree_filepath.unlink(missing_ok=True)
os.rename(passlogfile_hyphen_1_mbtree_filepath, passlogfile_hyphen_0_mbtree_filepath)


Expand Down
Binary file modified requirements_win_record_ghost.txt
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ input-display: gcn
hq-textures: true
mk-channel-ghost-description: "ロックマンエグ훈민정음"
top-10-location: ww
encode-type: crf
encode-type: size
video-codec: libx264
audio-codec: libopus
crf-value: 15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ timeline: ghostselect
unbuffered-output: true
main-ghost-filename: test_data/gv_tas_13_330.rkg
comparison-ghost-filename: test_data/00m15s4246347 ニヤケ.rkg
output-video-filename: mp4
output-video-filename: webm
track-name: auto
input-display: null
hq-textures: false
encode-type: size
video-codec: libx264
video-codec: libvpx-vp9
audio-codec: libopus
crf-value: 15
youtube-settings: true
Expand Down

0 comments on commit 1eff970

Please sign in to comment.