User Tools

Site Tools


consolas:psp:videos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
consolas:psp:videos [2010/01/29 01:36] 95.19.186.164consolas:psp:videos [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== COnvertir videos a formato mp4 ======+====== Convertir videos a formato mp4 ====== 
 +Comando:
   mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:vbitrate=500:acodec=libfaac -af lavcresample=48000 -vf scale=368:208,harddup -lavfopts format=psp  -ofps 30000/1001 -o destino.MP4 origen.avi   mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:vbitrate=500:acodec=libfaac -af lavcresample=48000 -vf scale=368:208,harddup -lavfopts format=psp  -ofps 30000/1001 -o destino.MP4 origen.avi
  
 +Script para convertir todos los ficheros de un directorio:
 +  ls | while read linea; do let l=`expr length "$linea"`-4;destino=`echo "$linea" | cut -c -$l`;mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:vbitrate=500:acodec=libfaac -af lavcresample=48000 -vf scale=368:208,harddup -lavfopts format=psp  -ofps 30000/1001 -o "$destino.mp4" "$linea"; done
consolas/psp/videos.1264728966.txt.gz · Last modified: 2015/04/13 20:19 (external edit)