User Tools

Site Tools


consolas:psp:videos

Differences

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

Link to this comparison view

Next revision
Previous revision
consolas:psp:videos [2008/11/30 23:22] – creado 87.221.37.175consolas:psp:videos [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Como grabar videos.+====== 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
  
-Copiar las peliculas con formato:\\ +Script para convertir todos los ficheros de un directorio
-M4V20017.mp4\\ +  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
-M4V20017.thm +
- +
-en la carpeta **MP_ROOT\100MNV01** de la psp+
consolas/psp/videos.1228087328.txt.gz · Last modified: 2015/04/13 20:19 (external edit)