is an rpl file a video format?Only if the formats for racer and yt are compatible.
f12 is screenshotnot really, if I remember correctly. It only stores the data that was recorded.
I believe that you can run the .rpl file and record it as a video file, check
racer.nl for the keys to press, I think it's F12, but not sure as I haven't made one in a
long time.
When i do it, it says something about khz, not fps...and also, if it is recording slow, will my fps in the vid be the same?being 78 my memory isn't too good. Here is the info you need.
Replays and making a video with Racer ver 0.090rc5:
See: http://www.racer.nl/tutorial/replays.htm
Run a race.
At end of race press F2 key to run replay, left click on -> next to black square to start the replay
At end of replay click red dot to save the replay.
Go back to menu and select "view replay" and select the one you just saved.
At end of replay select the far right icon (looks like film).
enter fps, 24 is good. Select the location and name to save the file, ie lambo.avi
Let the replay run twice to get video and sound.
Look in racer folder for replay_TEMP.avi and replay_TEMP.wav files.
Use Windows Movie Maker to make a video with sound.
- Replay exporting development using DirectShow (instead the ancient VideoForWindows) to get better video files. May requires openglfilter.ax to be registered (run 'regsvr32 /s openglfilter.ax').
See http://www.racer.nl/index.php?jump=tutorial/replays.htm
- Replay export using DirectShow (replay.video.type=2) now requests a filename (intermediately generates replay_TEMP.avi and replay_TEMP.wav).
- Replay format changed; now stores the driver names as well and can display those in replays (if show_names=1 in racer.ini).
The replay format, V4.1, is incompatible with previous replay formats which won't run.
It recorded slow, but when i went to watch, the quality was awful and the framerate was bad. i used windows movie codecs 1 and im on racer 0655I don't remember anything about khz, check with the racer.nl link.
It may record slow but the fps will be ok.
if i do DirectShow, will my format be wmv?my section of racer.ini for ver 0.903 which may be adapted for ver 0655.
good luck!
replay
{
enable=1
; Replay to load/view
file=bugatti@watkins0838a
; Request file instead of using replay.file?
file_request=0
; Generic full-race replay buffer size (in bytes)
size=10000000
; Ghost-car replay buffer size
size_ghost=100000
; Recording interval (ms per step, default=100 which is 10Hz)
interval=100
; Load standard replay (test.rpl) instead of actual replay?
; Automatically save replay on race end?
auto_save=0
; Video recording of replays (the movie clipboard icon while running a replay) - 0=TGA's, 1=AVI, 2=DirectShow (requires codecs)
video
{
; Type of output: 0=TGA's, 1=AVI, 2=DirectShow (requires codecs)
type=2
; If type=2 (DirectShow): compressor codec name; depends on the installed Video Compressor codecs.
codec=Microsoft Windows Media Video 9
compressor=Microsoft Windows Media Video 9
}
database
{
; Alternative storage location (leave empty to store replay files in data/dump)
; If defined, this will use the filename <heat>_<date>_<time>.rpl
dir=
}
}