Showing posts with label vlc. Show all posts
Showing posts with label vlc. Show all posts

Sunday, December 21, 2008

Fedora 10 now work natively with eeepc

Use
/dev/sda1 - 100m for /boot
/dev/sda2 - 3700m for /
/dev/sda3 - rest for swap
/dev/sdb1 - all for /usr

Webcam work by changing /Sys/devices/platforms/eeepc/camera to 1
Wifi works perfectly
Wired network works perfectly
Skype works mean mic, speaker & webcam ok
Vlc works fine
Install vmware server 2.0

Wednesday, March 26, 2008

Concate VCDs to mp4 using VLC

#!/bin/bash

/bin/cat $* | /Users/xxx/Applications/VLC.app/Contents/MacOS/VLC - \
--sout "#transcode{vcodec=h264,vb=1024,acodec=mp4a,ab=192,scale=1}:\
standard{access=file,mux=mp4,dst=\"/Users/xxx/Movies/vcd.mp4\"}" \
vlc:quit -I dummy