Conversor de arquivos para AMV (vídeos para MP4 players) Utiliza o utilitário ffmpeg-amv que pode ser encontrado em: http://code.google.com/p/amv-codec-tools/downloads/list O pacote aqui disponibilizado já inclui a versão para linux do ffmpeg-amv.

Project Activity

See All Activity >

Follow Conversor AMV para MP4 players

Conversor AMV para MP4 players Web Site

Other Useful Business Software
ManageEngine ADAudit Plus | A UBA-driven change auditor Icon
ManageEngine ADAudit Plus | A UBA-driven change auditor

ADAudit Plus helps keep your Active Directory, file servers, Windows servers and workstations secure and compliant.

ADAudit Plus helps keep your Windows Server ecosystem secure and compliant by providing full visibility into all activities. ADAudit Plus provides a clear picture of all changes made to your AD resources including AD objects and their attributes, group policy, and more.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • Hi everyone. The converter works well, but only admit avi format as input. The .jar file only allow to set certain size/resolution and no batch conversion. To improve this, you can create a copy of amv-conv.sh, amv-batch.sh for example, copy this and paste into the file: #!/bin/bash #script to convert videos files within a directory #script para convertir archivos de vídeo dentro de un directorio # Set video types #Establecer los tipos de vídeo inputformat=avi outputformat=amv #Output Directory #Directorio de Salida outputdir=amv-batch # Remove any spaces from filenames #Retire todos los espacios de nombres de archivo rename s'/ //' *.$inputformat # check if we have an output directory #Comprobar si tenemos un directorio de salida if [ -d $outputdir ] then echo "Directory Exists, ready to convert files" else mkdir $outputdir echo "Created directory $outputdir/" fi # read in the files and start the conversion,change the options according to the output format #leer los archivos y comenzar la conversión,cambiar las opciones de acuerdo con el formato de salida for i in *.avi; do ./ffmpeg-amv -i "$i" -s 20 -aspect 4:3 -ab 128k -ar 22050 -ac 1 "$outputdir"/"${i%.*}.amv"; done and give execution permissions: $ sudo chmod +x amv-batch.sh Once you have done, open a terminal in the path of amvconv0.1 (several file browser allow these, like nautilus, thunar, dolphin) and write this: $ ./amv-batch.sh or whatever you call your file. remember place it inside the amvconv0.1 path I set -s to 160x120, 208x176 , 320x240, the manual of mp3 player indicate last one as the resolution, and aspect to 4:3. The -ac should be set to 1. Apparently the original amv codec only support mono, not stereo, And with mp2 codec the video is not played in my device. If you have 16:9 videos in mp4 or mkv format, you can converted first to avi with the aspect ratio adjustment. I apologize for edit so much the review, but have to try different changes to the script, now it works.
Read more reviews >

Additional Project Details

Registered

2009-08-23