코덱 설치
ZMBV 코덱을 설치한다.
설치방법은 윈도우즈 XP에 C:\WINDOWS\system32에 압축을 풀어 넣은 후 zmbv_install_x86.bat 파일을 실행한다. 참고로 이 파일은 32bit 윈도우즈용 파일이다.
openMSX 비디오 캡쳐 방법
Catapult로 시작을 한 후 키보드에서 Pause키를 눌러 중단한다.
F10을 누르면 커맨드 창이 나타난다.
>record stop : 녹화 중지
>record start -doublesize : 640x480으로 녹화
화면이 녹화가 된다.
명령창에서 윗 화살표키를 눌러 다음명령어에 맞춰 놓는다.
>record stop : 녹화 중지
F10 키를 눌러 게임으로 복귀 후 게임을 한다.
게임을 1분 20초 정도 녹화한다.
openMSX 레코드 명령어
record
Controls video recording: write openMSX audio/video to an AVI file.
record start | Record to file "openmsxNNNN.avi" |
record start <filename> | Record to indicated file |
record start -prefix foo | Record to file "fooNNNN.avi" |
record stop | Stop recording |
record toggle | Toggle recording |
The start
subcommand also accepts an optional -audioonly
, -videoonly
and a -doublesize
flag. Videos are recorded in a 320×240 size by default and at 640×480 when the -doublesize
flag is used. If only audio is recorded, the created file will be a WAV file instead of an AVI file.
If any stereo sound devices are present or any sound device has an off-center balance, the recording will be made in stereo, otherwise it will be mono. If a recording is made in mono and then a stereo sound device is added, you'll receive a warning that stereo sound has been detected and that the two channels will be mixed down to mono. You can prevent this from happening by using the -stereo
option to force a stereo recording even if no stereo devices are present at the time you enter the command. You can also force a mono recording with -mono
to save space.
The soundlog
command is a shorthand for record -audioonly
.
Use record_chunks
if you want some extra options. You can control the maximum length (in seconds) to record and also set up multiple recordings of a certain length. This is very useful if you want to record for e.g. YouTube. The default length is 14:59 (to make sure YouTube will accept it). Using this command implies -doublesize
.
최근 덧글