Correspondance avec RHEL:
mplayer <film>.mp4 -ao alsa:device=hw=0.1 -ac hwac3, -channels 6 -af lavcac3enc=1:640:3 -af channels=6:6:0:0:2:5:1:2:4:1:3:4:5:3,lavcac3enc=1:640
Source: http://mepislovers.org/forums/showthread.php?t=23034
mencoder -vf pp=ci,crop=480:560:0:8,scale=768:576 -oac mp3lame -ovc lavc -lavcopts vbitrate=900 video_entree.ts -o video_sortie.avi
Ou pour du 16:9 :
mencoder -vf pp=ci,crop=480:560:0:8,scale=1054:576 -oac mp3lame -ovc lavc -lavcopts vbitrate=900 video_entree.ts -o video_sortie.avi
Source: http://www.posteet.com/view/1205
-vf expand=::::::16
Source: http://web.archiveorange.com/archive/v/bFtHWsQaXgXRFbxUd4OE
mkvextract tracks Film.Origine.mkv 2:audio.dts dcadec -o wavall audio.dts | aften -b 640 - audio.ac3
Source: http://forum.ubuntu-fr.org/viewtopic.php?id=258687#p2898121
parec --latency-msec=1 | pacat --latency-msec=1
Source: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/566381
Faire un reverse tunnel SSH et le garder en fonctionnement :
autossh -M 0 -q -f -N -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -R2222:127.0.0.1:22 compte.distant@serveur-distant.example.com