Skip to content

Distrotech/libnut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published