Difference between revisions of "Recording video"

From Emulation General Wiki
Jump to navigation Jump to search
m (1 revision)
(Just a start.)
Line 1: Line 1:
Starting
+
===RetroArch===
 +
Recording options aren't currently implemented in RGUI, so you either need to use Phoenix or CLI. It's recommended you record to MKV format. For command line:
 +
retroarch.exe -r "C:\Path to Recordings\recording_name.mkv" --menu
 +
By default RA will record at native resolution, to record at a higher resolution, use ''--size'' then specify ''widthxheight''. you can also set ''--recordconfig'' to use a specific config file when recording.

Revision as of 21:54, 10 February 2014

RetroArch

Recording options aren't currently implemented in RGUI, so you either need to use Phoenix or CLI. It's recommended you record to MKV format. For command line:

retroarch.exe -r "C:\Path to Recordings\recording_name.mkv" --menu

By default RA will record at native resolution, to record at a higher resolution, use --size then specify widthxheight. you can also set --recordconfig to use a specific config file when recording.