Unire più files AVI o FLV

sudo apt-get install transcode transcode-utils avimerge -i cd1.avi cd2.avi -o cd_completo.avi mencoder -forceidx -of lavf -oac copy -ovc copy -o video.flv video1.flv video2.flv video3.flv
Tags: avi, film, flv, join, mencoder, movie, unire

Aggiungere un programma nelle startup application

Prendiamo l’esempio di voler aggiungere Empathy nella lista delle “Startup Applications” sudo cp /usr/share/applications/empathy.desktop /etc/xdg/autostart</span> <span style="font-family:monospace;">sudo chmod a+r /etc/xdg/autostart/empathy.desktop
Tags: add, aggiungere, application, automatico, avvio, programma, startup

Convertire files vob ad avi

ffmpeg -i input.vob -f avi -vcodec libxvid -b 800k -g 300 -bf 2 -acodec libmp3lame -ab 128k -ar 44100 -ac 2 input.avi
Tags: avi, convert, ffmpeg, vob