Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

to compile:
make
make install


to copy index to beginning of file:
nutindex old.nut new.nut

to use:
nutmerge input.avi output.nut  # only MPEG-4 with MP3
nutmerge input.ogg output.nut  # only Vorbis


to play with mplayer:
./configure                 # libnut should be autodetected after make install
make
./mplayer file.nut


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





Oded Shimon <ods15@ods15.dyndns.org>

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published