Difference between revisions of "Anri-chan/Source"

From SDA Knowledge Base

Jump to: navigation, search
(Batch Files: runatlow.bat)
(C Files: fourccc)
Line 29: Line 29:
  
 
===C Files===
 
===C Files===
[[Anri-chan/Source/fieldorder.cpp|fieldorder.cpp]] - Scans a vob for the field order flag.
+
[[Anri-chan/Source/aud.cpp|aud.cpp]] - Returns the audio type by reading the IFO file.
  
 
[[Anri-chan/Source/diminit.cpp|diminit.cpp]] - Changes the dimensions/framerate of a black single-frame vob to be grouped as an initiator with other vobs in DGindex since it currently has problems with vobs that start with incorrect dimensions. Accompanying IFO files must be present for all chapters or diminit is not used.
 
[[Anri-chan/Source/diminit.cpp|diminit.cpp]] - Changes the dimensions/framerate of a black single-frame vob to be grouped as an initiator with other vobs in DGindex since it currently has problems with vobs that start with incorrect dimensions. Accompanying IFO files must be present for all chapters or diminit is not used.
  
[[Anri-chan/Source/aud.cpp|aud.cpp]] - Returns the audio type by reading the IFO file.
+
[[Anri-chan/Source/fieldorder.cpp|fieldorder.cpp]] - Scans a vob for the field order flag.
 +
 
 +
[[Anri-chan/Source/fourccc.cpp|fourccc.cpp]] - Compares video fourcc with given parameter.
  
 
[[Anri-chan/Source/mp4nerf.c|mp4nerf.c]] - Disables all but the first audio track in a muxed MP4 file. Not currently integrated into anri-chan.
 
[[Anri-chan/Source/mp4nerf.c|mp4nerf.c]] - Disables all but the first audio track in a muxed MP4 file. Not currently integrated into anri-chan.

Revision as of 22:47, 17 August 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. Not currently integrated into Anri-chan.

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.

install.bat - Installs Anri-chan.

anridesktoploc.bat - Sets the %DESKTOP% variable.

runatlow.bat - Runs a batch file in low priority mode.

Avisynth Library

nate.avs - The M2K2SDA Avisynth library written by nate and ballofsnow

Template Files

template.avs - Used with DGindex for wav files.

template_mpa.avs - Used with DGindex for mpa files.

PHP Files

df.php - Produces the dfnd_data.bat and dfnd_titles.bat game database files on the server side.

C Files

aud.cpp - Returns the audio type by reading the IFO file.

diminit.cpp - Changes the dimensions/framerate of a black single-frame vob to be grouped as an initiator with other vobs in DGindex since it currently has problems with vobs that start with incorrect dimensions. Accompanying IFO files must be present for all chapters or diminit is not used.

fieldorder.cpp - Scans a vob for the field order flag.

fourccc.cpp - Compares video fourcc with given parameter.

mp4nerf.c - Disables all but the first audio track in a muxed MP4 file. Not currently integrated into anri-chan.

Personal tools