xine is a free, gpl-licensed video player for unix-like systems. xine plays videos synchronizing the playback of image and audio.
Xine HomepageCompilation
# cp xine-lib-0.9.13.tar.gz xine-ui-0.9.13.tar.gz /usr/local/src # tar zxvf xine-lib-0.9.13.tar.gz # tar zxvf xine-ui-0.9.13.tar.gz # cd xine-lib-0.9.13 # ./configure # make # make install # cd ../xine-ui-0.9.1 # export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH # ./configure # make # make install
$ xine &