diff --git a/README.md b/README.md index 5943b5e..aa7022e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ share screenshots and recrordings from RetroPie to twitter: https://twitter.com/whatmeplaying - + ## Requirements This was setup to run on a Raspberry Pi 3 Model B running [RetroPie](https://retropie.org.uk/). I'm sure it would work on other [Retroarch](https://www.retroarch.com/)'s as well. I wouldn't try this on an older Pi 1, or single core system. The screenshot stuff should work (maybe this should be configurable?) but the recording/gif converting would likely be too slow on a single core system (it can already bog down the Pi 3 at times). @@ -62,10 +62,12 @@ prompts are OFF ``` ### Screenshot: -Get to a screen in game that you'd like to capture and enter the main menu of RetroArch: - -Go into the "Quick Menu" and select "Take Screenshot": - +| | +|-| +| Get to a screen in game that you'd like to capture and enter the main menu of RetroArch: | +| | +| Go into the "Quick Menu" and select "Take Screenshot": | + retrorecord will print something like this to stdout: ```sh file written: "/home/pi/.config/retroarch/screenshots/Super Mario Bros 3 (U) (PRG 1)-180425-190211.png" @@ -73,15 +75,17 @@ posted tweet! ``` ### Recording -Launch a game that has an emulator with an option where you've enabled recording: -(Press a button to configure): - -Select default emulator, or Select emulator for ROM: - -Select the emulator where you've enabled recording: - -Now simply launching the game will start recording: - + +| | +|-| +|Launch a game that has an emulator with an option where you've enabled recording:
(Press a button to configure):| +| | +| Select default emulator, or Select emulator for ROM: | +| | +| Select the emulator where you've enabled recording: | +| | +| Now simply launching the game will start recording: | + Once you exit the game the recording will stop and you should seem some ffmpeg output from retrorecord followed by: ```sh gif complete! diff --git a/screenshots/default-emulator-record-launch.png b/screenshots/default-emulator-record-launch.png new file mode 100644 index 0000000..69b204f Binary files /dev/null and b/screenshots/default-emulator-record-launch.png differ diff --git a/screenshots/default-emulator-record.png b/screenshots/default-emulator-record.png new file mode 100644 index 0000000..f3c5b8c Binary files /dev/null and b/screenshots/default-emulator-record.png differ diff --git a/screenshots/default-emulator.png b/screenshots/default-emulator.png new file mode 100644 index 0000000..158b4fd Binary files /dev/null and b/screenshots/default-emulator.png differ diff --git a/screenshots/hit-a.png b/screenshots/hit-a.png new file mode 100644 index 0000000..12d217c Binary files /dev/null and b/screenshots/hit-a.png differ diff --git a/screenshots/mario.png b/screenshots/mario.png new file mode 100644 index 0000000..80d3ebc Binary files /dev/null and b/screenshots/mario.png differ diff --git a/screenshots/retroarch-main-menu.png b/screenshots/retroarch-main-menu.png new file mode 100644 index 0000000..02e1fc2 Binary files /dev/null and b/screenshots/retroarch-main-menu.png differ diff --git a/screenshots/retroarch-screenshot.png b/screenshots/retroarch-screenshot.png new file mode 100644 index 0000000..8cd591b Binary files /dev/null and b/screenshots/retroarch-screenshot.png differ