INFO:AOI   

 

^

 

Aoi (2002-08-31)

Extract WAV from AVI files.

Usage:

	aoi <input_avifile> <output_wavfile>

Assuming the input file is an uncorrupted AVI file, Aoi will write the
WAV file to the specified name.  Otherwise, either you get a zero
length file or a truncated file, and you may or may not get an error
message.

This is a tool I needed for a long time for translation, since most
video players don't fastforward/rewind very well, while most audio
players do.  There doesn't seem to be a simple tool for Linux that
extracts WAV from AVI files, so here it is.  It's sort of redundant
for windows since there is already VirtualDub which has the same
functionality, but Aoi does it faster.

Aoi compiles for Linux using supplied Makefile, and for windows using
makefile.w32.  Aoi will _not_ work on big endian machines (e.g.
Sparc), it may or may not even compile due to use of alloca().

Template based on Sakuraba Aoi, from Ai Yori Aoshi ^_^

--
omoikane@uguu.org - http://uguu.org/

  RAR ZIP /
2023-03-07