[NUT-devel] [nut]: r278 - trunk/README
ods15
subversion at mplayerhq.hu
Tue Jan 30 19:44:22 CET 2007
Author: ods15
Date: Tue Jan 30 19:44:21 2007
New Revision: 278
Modified:
trunk/README
Log:
update the horrible out of date readme
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Tue Jan 30 19:44:21 2007
@@ -1,45 +1,29 @@
-DO NOT USE NUTMERGE FOR _ANYTHING_ EXCEPT TESTING!!
-IT CREATES COMPLETELY INVALID BROKEN FILES, WHICH JUST "HAPPEN" TO WORK!
-
-
-instructions:
-tar jfx nut.tar.bz2
-cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer co main
-make -C nut
-cd main
-ln -s ../../nut/demux_nut.c libmpdemux/
-patch -p0 --no-backup-if-mismatch < ../nut/mplayer.diff
-make mplayer
-
-In words:
-have your main nut/ directory in the same level as your CVS mplayer main/
-directory, copy demux_nut.c to libmpdemux/, apply the mplayer.diff, and
-first run make in nut directory, and then make in mplayer directory.
+to compile:
+make
+make install
to use:
-./nutmerge bla.avi bla.nut # only mpeg-4 !
-./nutmerge bla.ogg bla.nut # only vorbis, not theora
-
+./nutmerge bla.avi bla.nut # only mpeg-4 with mp3
+./nutmerge bla.ogg bla.nut # only vorbis
-to debug:
-Always look at $? !
-./avireader bla.avi
-./oggreader bla.ogg
+to play with mplayer:
+./configure # libnut should be auto detected after make install here
+make
+./mplayer bla.nut
-to play:
-mplayer bla.nut
-auto detction should work fine.
+to play with ffmpeg:
+./configure --enable-libnut
+make
+./ffplay bla.nut
to copy index to begginning of file:
-./nutindex old.nut new.nut
+./nutindex bla.nut new.nut
-If you have weird endianess, You'll need to compile with
-'-DWORDS_BIGENDIAN', just uncomment the appropriate file in config.mak .
-- ods15
+Oded Shimon <ods15 at ods15.dyndns.org>
More information about the NUT-devel
mailing list