Mame Video Capturing: Unterschied zwischen den Versionen

Zeile 158: Zeile 158:
== Capturing with aviwrite (new & easy method) ==
== Capturing with aviwrite (new & easy method) ==


This method follows a different new approach. Newer mame versions support a aviwrite method to ease up things. Please take a look at these two sections before you read on. They explain the commandline structure and how to write own batch scripts for recording.
:[[Mame_Video_Capturing#Explanation_in_detail:]]
:[[Mame_Video_Capturing#Writing_your_own_batch_file_and_recording]]
Instead of using this line(from above example):
<code>MameUI32.exe ssf2t -pb ssf2t.inp -mngwrite ssf2t.mng -wavwrite ssf2t.wav</code>
you have to change it into:
<code>MameUI32.exe ssf2t -pb ssf2t.inp -aviwrite ssf2t.avi</code>


= Postproduction =
= Postproduction =