Difference between revisions of "Anri-chan/Source"
From SDA Knowledge Base
(New page: Anri-chan is a set of Windows NT-series http://en.wikipedia.org/wiki/Batch_file batch files that bring together the functions of a number of movie editing and encoding applications...) |
|||
Line 3: | Line 3: | ||
===Batch Files=== | ===Batch Files=== | ||
[[Anri-chan/Source/anri.bat|anri.bat]] - The main script; asks the relevant questions and encodes the movie. | [[Anri-chan/Source/anri.bat|anri.bat]] - The main script; asks the relevant questions and encodes the movie. | ||
+ | |||
[[Anri-chan/Source/edit_settings.bat|edit_settings.bat]] - Settings script; asks most of the questions in anri.bat so it can skip them. | [[Anri-chan/Source/edit_settings.bat|edit_settings.bat]] - Settings script; asks most of the questions in anri.bat so it can skip them. | ||
+ | |||
[[Anri-chan/Source/sample.bat|sample.bat]] - Source sample script; produces a short movie of source to determine DFnD settings. | [[Anri-chan/Source/sample.bat|sample.bat]] - Source sample script; produces a short movie of source to determine DFnD settings. | ||
+ | |||
[[Anri-chan/Source/statid.bat|statid.bat]] - Station ID sample script; produces an example StatID to preview. | [[Anri-chan/Source/statid.bat|statid.bat]] - Station ID sample script; produces an example StatID to preview. | ||
Revision as of 09:44, 18 July 2007
Anri-chan is a set of Windows NT-series [batch files] that bring together the functions of a number of movie editing and encoding applications to create movies suitable for publication on Speed Demos Archive.
Batch Files
anri.bat - The main script; asks the relevant questions and encodes the movie.
edit_settings.bat - Settings script; asks most of the questions in anri.bat so it can skip them.
sample.bat - Source sample script; produces a short movie of source to determine DFnD settings.
statid.bat - Station ID sample script; produces an example StatID to preview.
PHP Files
df.php - Produces the dfnd_data.bat and dfnd_titles.bat game database files on the server side.
C Files
mp4nerf.c - Disables all but the first audio track in a muxed MP4 file. Not currently integrated into anri-chan.