'''Translations:''' [[DebianEeePCGerman/Software/Multimedia|German]] = Multimedia = An overview of packages that fit the properties of the eeepc. == GUI == It follows a list of programs with a WikiPedia:GUI. * DebPkg:smplayer (default used by Xandros) * DebPkg:VLC == CLI == This is a list of programs for the [[WikiPedia:Command_line_interface|CLI]]. * DebPkg:mplayer (audio/video) * DebPkg:cmus (audio) * DebPkg:cplay (audio) * DebPkg:orpheus (audio) * DebPkg:clive (audio/video) - Downloads media from most urls. == Using the web camera == To see live output from the webcam: {{{ mplayer -tv driver=v4l2 -vo xv tv:// }}} To record from the webcam: {{{ mencoder -oac mp3lame -ovc lavc -o foo.avi -tv driver=v4l2 tv:// }}}