Videobearbeitung
Video in theora/ogg konvertieren
1 ffmpeg -i PC311563.AVI -ss 5 -vcodec libtheora -acodec libvorbis -ar 44100 -b 1200k nudeln_machen4.ogv
Audiospur extrahieren
1 $ mplayer -vc null -vo null -ao pcm -benchmark test.avi
Videospur ohne Sound, hier mit Drehen in Uhrzeigerrichtung
1 mencoder-mt -ss 0:0:5 -vf rotate=1 -idx -ovc copy -nosound PC311563.AVI -o nudeln_no_sound.avi