Difference between revisions of "Anri-chan/Source"

From SDA Knowledge Base

Jump to: navigation, search
(added sasami.pl)
(lol line break)
Line 3: Line 3:
 
===Anri-chan 4===
 
===Anri-chan 4===
 
[[Anri-chan/Source/anri.pl|anri.pl]] - The main script; asks the relevant questions and encodes the movie.
 
[[Anri-chan/Source/anri.pl|anri.pl]] - The main script; asks the relevant questions and encodes the movie.
 +
 
[[Anri-chan/Source/sasami.pl|sasami.pl]] - Translate Anri-written .avs into a FIFO written to by mencoder for running under Unix - to be integrated into anri.pl?
 
[[Anri-chan/Source/sasami.pl|sasami.pl]] - Translate Anri-written .avs into a FIFO written to by mencoder for running under Unix - to be integrated into anri.pl?
  

Revision as of 19:20, 19 September 2008

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.

Anri-chan 4

anri.pl - The main script; asks the relevant questions and encodes the movie.

sasami.pl - Translate Anri-written .avs into a FIFO written to by mencoder for running under Unix - to be integrated into anri.pl?

Anri-chan 3

anri.bat - The main script; asks the relevant questions and encodes the movie.

statid.bat - Station ID sample script; produces an example StatID to preview.

ini.bat - Change settings.

edit_settings.bat - Settings script; asks most of the questions in anri.bat so it can skip them. Not currently integrated into Anri-chan.

Avisynth Library

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

Misc. Files

DGIndex.ini - DGIndex settings. Take note of Output_Method, Enable_Info_Log and Use_MPA_Extensions.

infotemplate.avs - Used with DGindex to gather information of video, audio and audio delay.

directshowsource_list.txt - Compare AVI fourCC with list to determine avisource or directshowsource.

PHP Files

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

C Files

pgccount.cpp - exe - Finds all unique program chains in an IFO, to be used with Mplayer's stream dump.

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

Compile

anrichan.nsi - Anri-chan 3 installer

builddir.bat - Helps build directory content list.

Coding standards

Perl

Personal tools