cxd4 / mupen86

Misnomer for this experimental x86-64 fork of Mupen64 0.5's (pure) interpreter.
GNU General Public License v2.0
5 stars 1 forks source link

VCR - Video recording for mupen64

1) The VCR menu Start record... Creates a savestate (.st) and starts recording data from the input plugin into a .rec file. Stop record Finishes the .rec file and closes it.

Start playback... Loads the selected .rec file and the matching savestate, then starts sending input data from the .rec file to the N64. Stop playback Stops playback.

Start capture... Starts playback for selected file & captures Audio/Video. Stop capture Stops capture - finishes .avi file and stops playback.

Configure Codecs... Pops up a Audio/Video codec configuration dialog.

2) How to create a movie 1) Open the rom, run it. Go to the place where you want the movie to start and select "Start record..." from the VCR menu. 2) Play the part which you want to be recorded in the movie later. 3) Choose "Stop record" from the VCR menu. 4) Then choose "Start capture...", select the .rec file, enter a filename for the .avi file and wait until rendering has finished. You can also choose "Stop capture" to stop capturing at any time.

3) Notes