Skip to content

Commit

Permalink
Change recording to mkv and null input driver to prevent close
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbonini committed Jul 5, 2024
1 parent 8b544dd commit 981be98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
make WORKSPACE="$GHWORKSPACE" NAME="Altered Beast" VERSION="US" ASM68K_SWITCHES="//m //p //k" build
- name: Run Blastem and record movie
run: |
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\blastem_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\blastem.png" --config="${{github.workspace}}\tools\RetroArch-Win64\retroarch.cfg" --appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\blastem_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\blastem.mkv" --appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
- name: Run Genesis Plus GX and record movie
run: |
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\genesis_plus_gx_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\gensplusgx.png" --config="${{github.workspace}}\tools\RetroArch-Win64\retroarch.cfg" --appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\genesis_plus_gx_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\gensplusgx.mkv" --appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
- name: Run Picodrive and record movie
run: |
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\picodrive_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\picodrive.png" --config="${{github.workspace}}\tools\RetroArch-Win64\retroarch.cfg"--appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe -L "${{github.workspace}}\tools\RetroArch-Win64\cores\picodrive_libretro.dll" "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\picodrive.mkv" --appendconfig="${{github.workspace}}\retroarch.cfg" --max-frames=2600 --verbose
- name: GIT Commit Build Records
if: github.event_name == 'push'
Expand Down
3 changes: 2 additions & 1 deletion retroarch.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
audio_driver = "null"
midi_driver = "null"
video_record_quality = "8"
input_driver = "null"
video_record_quality = "2"

0 comments on commit 981be98

Please sign in to comment.