lo de mi programa, le falla lo del sonido porque es para películas si lo quieres también para videos musicales, haz lo siguiente: haz una copia de todos los archivos y la carpeta en otra carpeta nueva y abre el archivo transcoding.ini . borra todo su contenido, copia y pega lo siguiente de abajo y guarda el archivo:
[info]
title= codificacion de video a mpg-4 para d500
[item0]
title=pelicula de 1 hora 20 minutos
command0=""<%apppath%>\cores\ffmpeg" -y -i "<%inputfile%>" -timestamp "<%timestamp%>" -bitexact -vcodec xvid -fixaspect -s 176x144 -r 14.985 -b 128 -acodec aac -ac 2 -ar 32000 -ab 16 -f 3gp -muxvb 64 -muxab 32 "<%temporaryfile%>.3gp""
command1=""<%apppath%>\cores\qt3gppflatten" "<%temporaryfile%>.3gp" "<%outputfile%>.3gp" -c qt_3gpp(mobilemp4)_qcif_aac.ini"
command2="rm "<%temporaryfile%>.3gp""
[item1]
title=pelicula de 1 hora 30 minutos
command0=""<%apppath%>\cores\ffmpeg" -y -i "<%inputfile%>" -timestamp "<%timestamp%>" -bitexact -vcodec xvid -fixaspect -s 176x144 -r 14.985 -b 115 -acodec aac -ac 2 -ar 32000 -ab 16 -f 3gp -muxvb 64 -muxab 32 "<%temporaryfile%>.3gp""
command1=""<%apppath%>\cores\qt3gppflatten" "<%temporaryfile%>.3gp" "<%outputfile%>.3gp" -c qt_3gpp(mobilemp4)_qcif_aac.ini"
command2="rm "<%temporaryfile%>.3gp""
[item2]
title=pelicula de 1 hora 50 minutos
command0=""<%apppath%>\cores\ffmpeg" -y -i "<%inputfile%>" -timestamp "<%timestamp%>" -bitexact -vcodec xvid -fixaspect -s 176x144 -r 14.985 -b 96 -acodec aac -ac 2 -ar 32000 -ab 16 -f 3gp -muxvb 64 -muxab 32 "<%temporaryfile%>.3gp""
command1=""<%apppath%>\cores\qt3gppflatten" "<%temporaryfile%>.3gp" "<%outputfile%>.3gp" -c qt_3gpp(mobilemp4)_qcif_aac.ini"
command2="rm "<%temporaryfile%>.3gp""
[item3]
title=pelicula de 2 horas 20 minutos
command0=""<%apppath%>\cores\ffmpeg" -y -i "<%inputfile%>" -timestamp "<%timestamp%>" -bitexact -vcodec xvid -fixaspect -s 176x144 -r 14.985 -b 64 -acodec aac -ac 2 -ar 32000 -ab 16 -f 3gp -muxvb 64 -muxab 32 "<%temporaryfile%>.3gp""
command1=""<%apppath%>\cores\qt3gppflatten" "<%temporaryfile%>.3gp" "<%outputfile%>.3gp" -c qt_3gpp(mobilemp4)_qcif_aac.ini"
command2="rm "<%temporaryfile%>.3gp""
[item4]
title=pelicula de 2 horas 40 minutos
command0=""<%apppath%>\cores\ffmpeg" -y -i "<%inputfile%>" -timestamp "<%timestamp%>" -bitexact -vcodec xvid -fixaspect -s 176x144 -r 14.985 -b 64 -acodec aac -ac 2 -ar 32000 -ab 16 -f 3gp -muxvb 64 -muxab 32 "<%temporaryfile%>.3gp""
command1=""<%apppath%>\cores\qt3gppflatten" "<%temporaryfile%>.3gp" "<%outputfile%>.3gp" -c qt_3gpp(mobilemp4)_qcif_aac.ini"
command2="rm "<%temporaryfile%>.3gp""
Lo mejor:
que su configuración sea tan fácilmente modificable, así creé yo este programa y el otro de sonido que se encuentran en mi web (w w w.gratisweb.com/maes trodellaves)(escríb elo en tu navegador juntando las 3 w)
Lo peor:
que su apariencia sea tan tosca y el tiempo que tarda en la conversión, aunque eso es normal, depende de la duración de cada película o video.