to compile:
make
make install


to use:
./nutmerge bla.avi bla.nut  # only mpeg-4 with mp3
./nutmerge bla.ogg bla.nut  # only vorbis


to play with mplayer:
./configure                 # libnut should be auto detected after make install here
make
./mplayer bla.nut


to play with ffmpeg:
./configure --enable-libnut
make
./ffplay bla.nut


to copy index to begginning of file:
./nutindex bla.nut new.nut




Oded Shimon <ods15@ods15.dyndns.org>
