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.  
This method follows a different new approach. Newer mame versions support a avi writing 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#Explanation_in_detail:]]
:[[Mame_Video_Capturing#Writing_your_own_batch_file_and_recording]]
:[[Mame_Video_Capturing#Writing_your_own_batch_file_and_recording]]


Instead of using this line(from above example):
Instead of using this line([[Mame_Video_Capturing#Introduction: | from above example]):


<code>MameUI32.exe ssf2t -pb ssf2t.inp -mngwrite ssf2t.mng -wavwrite ssf2t.wav</code>
<code>MameUI32.exe ssf2t -pb ssf2t.inp -mngwrite ssf2t.mng -wavwrite ssf2t.wav</code>
Zeile 169: Zeile 169:


<code>MameUI32.exe ssf2t -pb ssf2t.inp -aviwrite ssf2t.avi</code>
<code>MameUI32.exe ssf2t -pb ssf2t.inp -aviwrite ssf2t.avi</code>
The resulting file will be saved in your snap folder. It wil contain sound so there is no need to write a wave file inside the command line. This method is very easy to use.


= Postproduction =
= Postproduction =