You are currently browsing the archives for the OSD/Encoding category.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Sep | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
02/01/2008 by mtn.
I had a home movie file that was not playing well on the Neuros OSD so I checked out how to re-encode it. Specifically I followed these instructions.
mencoder original-movie.avi -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o new-version-of-movie.avi
Once re-encoded the movie worked perfectly.
Posted in OSD/Encoding | Print | No Comments »
18/12/2007 by mtn.
Neuros OSD: http://www.neurostechnology.com/
IMPORTANT: Remember to turn off the firewall on the computer with the shares!
(Use Fire Starter and add a rule to allow the OSD access)
Setup Samba
This was basically to allow basic networking and so the script files created using gedit could be copied on to the OSD.
Create Samba user: http://linux.byexamples.com/archives/123/creating-samba-user/
Open terminal and type…
smbpasswd -a username
Telnet into the OSD
Open terminal and type…
telnet
open [IP address]
User name: root
Password: pablod
cd ..
ls
Auto Mount Script
General instructions: http://forums.neurostechnology.com/index.php?topic=7918.0
Specific script I adapted: http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934
Create the script and rc.user files using gedit and copy them to /mnt/OSD folder on the OSD
cp /rc.user /mnt/OSD
cp /mount_script.sh /mnt/OSD
Posted in OSD/Encoding | Print | No Comments »