Difference between revisions of "Anri-chan/Source"
From SDA Knowledge Base
(added build_deps.sh) |
(regrouped some items, clarified descriptions, and cleaned up whitespace) |
||
Line 5: | Line 5: | ||
[[Anri-chan/Source/config.ini|config.ini]] - External config file loaded on launch; user will eventually be able to use it to totally automate Anri. | [[Anri-chan/Source/config.ini|config.ini]] - External config file loaded on launch; user will eventually be able to use it to totally automate Anri. | ||
− | |||
− | |||
Line 30: | Line 28: | ||
===Avisynth Library=== | ===Avisynth Library=== | ||
− | |||
[[Anri-chan/Source/nate.avs|nate.avs]] - The M2K2SDA Avisynth library written by nate and ballofsnow | [[Anri-chan/Source/nate.avs|nate.avs]] - The M2K2SDA Avisynth library written by nate and ballofsnow | ||
Line 37: | Line 34: | ||
[[Anri-chan/Source/infotemplate.avs|infotemplate.avs]] - Used with DGindex to gather information of video, audio and audio delay. | [[Anri-chan/Source/infotemplate.avs|infotemplate.avs]] - Used with DGindex to gather information of video, audio and audio delay. | ||
− | |||
− | |||
===PHP Files=== | ===PHP Files=== | ||
[[Anri-chan/Source/df.php|df.php]] - Produces the dfnd_data.bat and dfnd_titles.bat game database files on the server side. | [[Anri-chan/Source/df.php|df.php]] - Produces the dfnd_data.bat and dfnd_titles.bat game database files on the server side. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Compile=== | ===Compile=== | ||
Line 54: | Line 43: | ||
[[Anri-chan/Source/builddir.bat|builddir.bat]] - Helps build directory content list. | [[Anri-chan/Source/builddir.bat|builddir.bat]] - Helps build directory content list. | ||
− | [[Anri-chan/Source/build_deps.sh|build_deps.sh]] - Builds the | + | [[Anri-chan/Source/build_deps.sh|build_deps.sh]] - Builds the OS X binaries needed for Anri 4. |
===Coding standards=== | ===Coding standards=== | ||
− | |||
[[Anri-chan/Source/Coding_Standards/Perl|Perl]] | [[Anri-chan/Source/Coding_Standards/Perl|Perl]] | ||
+ | |||
+ | ===Deprecated=== | ||
+ | [[Anri-chan/Source/directshowsource_list.txt|directshowsource_list.txt]] - Compare AVI fourCC with list to determine avisource or directshowsource. Integrated into anri.pl. | ||
+ | |||
+ | [[Anri-chan/Source/pgccount.cpp|pgccount.cpp]] - [[Media:pgccount_0.3.zip|exe]] - Finds all unique program chains in an IFO, to be used with Mplayer's stream dump. Integrated into anri.pl. | ||
+ | |||
+ | [[Anri-chan/Source/mp4nerf.c|mp4nerf.c]] - [[Media:mp4nerf-b0.1.zip|exe]] - [[Anri-chan/Source/mp4nerf.pl|mp4nerf.pl]] - Disables all but the first audio track in a muxed MP4 file. Now handled by MP4Box. |
Revision as of 23:14, 10 November 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.
Contents
Anri-chan 4
anri.pl - The main script; asks the relevant questions and encodes the movie.
config.ini - External config file loaded on launch; user will eventually be able to use it to totally automate Anri.
lang_english.pl - English language localized strings. Imported from anri.pl.
lang_german.pl - German language localized strings. Imported from anri.pl.
lang_swedish.pl - Swedish language localized strings. Imported from anri.pl.
lang_dutch.pl - Dutch language localized strings. Imported from anri.pl.
Feature list - What we're working on now and will be working on in the future.
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.
PHP Files
df.php - Produces the dfnd_data.bat and dfnd_titles.bat game database files on the server side.
Compile
anrichan.nsi - Anri-chan 3 installer
builddir.bat - Helps build directory content list.
build_deps.sh - Builds the OS X binaries needed for Anri 4.
Coding standards
Deprecated
directshowsource_list.txt - Compare AVI fourCC with list to determine avisource or directshowsource. Integrated into anri.pl.
pgccount.cpp - exe - Finds all unique program chains in an IFO, to be used with Mplayer's stream dump. Integrated into anri.pl.
mp4nerf.c - exe - mp4nerf.pl - Disables all but the first audio track in a muxed MP4 file. Now handled by MP4Box.