[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: *.mov to *.mpeg o *.avi



Marco Valli wrote:

Alle 09:20, domenica 9 gennaio 2005, Francesco Buss ha scritto:
c'è un modo per farlo?

Si, puoi usare mencoder - lo trovi nel repository di Marillat.
Un comando tipo questo:
$ mencoder -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:vhq -o
file_nuovo.avi file_vecchio.mov
converte in Divx un file mov.
Ovviamente, è *solo* un esempio.
$ man mencoder
per adeguarlo perfettamente alle *tue* esigenze.
se no prova con questo script:
#! /bin/bash
mencoder "$1" -oac mp3lame -ovc xvid -xvidencopts fixed_quant=5  -o "$1".avi

per farlo partire lanci il seguente comando (mettiamo che chiami lo script xtoavi.sh):
sh xtoavi.sh il_gladiatore_trailer.mov

il numero dopo fixed_quant è la compressione che vuoi avere nel filmato, più alzi è più si abbassa la qualità

--
Alessandro Dal Grande
Student In The University Of Padua - Computer Science
Linux Registered User #359258
System: GNU/Linux Debian testing/unstable on i686
Kernel: 2.4.25 Debian Custom
Mail: Thunderbird
Chat: Kopete (ICQ) 150487234

Put the fan back into computing

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: