mercredi 4 décembre 2013

preview des mp3 sous caja

sudo apt-get remove totem
sudo apt-get install vorbis-tools sox mpg123
sudo apt-get install gstreamer0.10-tools

pour installer caja :
sudo su
add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu $(lsb_release -cs) main"
gpg --keyserver pgpkeys.mit.edu --recv-key A10B4DE8 && gpg -a --export A10B4DE8 ; sudo apt-get update ; 

sudo apt-get install mate-archive-keyring ; apt-get update ; apt-get install mate-core
 
 
Pour avoir caja par défaut :
xdg-mime default caja.desktop inode/directory application 

lundi 2 décembre 2013

Changement de Udev2 /media/user

http://askubuntu.com/questions/214646/how-to-configure-the-default-automount-location

Video cut with ffmpeg avconv

Cut from video with video and audio copy Start cut at 40 mins 11 secs, for 2 mins 23 secs


avconv -i Comptines\ et\ chansons\ pour\ enfants.mp4 -c:a copy -c:v copy -ss 00:40:11 -t 00:02:23 "a la claire fontaine.mp4"