73 | | VLC is the best movie player for SAGE. Information about it and downloads can be found at [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site]. |
| 73 | VLC is the best movie player for SAGE. Information about it and downloads can be found at [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site]. To use VLC you have to: |
| 74 | 1. Unpack the archive |
| 75 | 1. Run ''./configure'' and install any required library |
| 76 | 1. Change few lines in modules/video_output/sage.cpp file (according to SAGE forum [http://www.sagecommons.org/index.php?option=com_ccboard&view=postlist&forum=4&topic=134&Itemid=70 topic]) [[BR]] |
| 77 | {{{ |
| 78 | For the colors: you have to swap the bit masks for the RV16 format (WORDS_BIGENDIAN), |
| 79 | line 185 in sage.cpp. After that, it should put the right colors in the right bits. |
| 80 | (I dont remember using 16-bit colors) |
| 81 | }}} |
| 82 | 1. If you have any problems during compilation, on the bottom of [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site] there are most common issues and solutions. |
| 83 | 1. Create configuration files for SAGE: |
| 84 | * go to ~/.sageConfig/applications directory |
| 85 | * make 2 copies of any configuration file you have already used and name it vlc.conf and cvlc.conf |
| 86 | 1. Run ''vlc'' (with user interface) or ''cvlc'' (without user interface) with the syntax: |
| 87 | {{{ |
| 88 | {vlc|cvlc} --vout sage [--no-video-title-show] [--loop] filename |
| 89 | }}} |
| 92 | |
| 93 | Mplayer is slightly less effective when displaying videos on SAGE wall, but is still a very nice player. To use you have to: |
| 94 | |
| 95 | 1. Download the package from [http://www.sagecommons.org/phocadownload/applications/mplayer-1.0rc3.tar.gz developer site] |
| 96 | 1. Unpack the archive |
| 97 | 1. Run ''./configure'' |
| 98 | 1. ''make'' and ''sudo make install'' |
| 99 | 1. Create configuration files for SAGE: |
| 100 | * go to ~/.sageConfig/applications directory |
| 101 | * make a copy of any configuration file you have already used and name it mplayer.conf |
| 102 | 1. Run ''mplayer'' with the syntax: |
| 103 | {{{ |
| 104 | mplayer -vo sage [-loop 1] filename |
| 105 | }}} |
| 106 | |