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

Re: wmv to avi



Am Freitag 08 September 2006 22:01 schrieb Jens Schüßler:
> * Klaus Becker <colonius@free.fr> wrote:
> > N'Abend,
> >
> > weiß jemand, wie man wmv-Dateien (wmv8 und wmv9) in avi-Dateien oder ein
> > anderes von avidemux akzeptiertes Format umwandeln kann ?
>
> Ich mach das immer mit einer 2-pass-Encodierung
>
> ,----
>
> | mencoder $INFILE -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o
> | /dev/null mencoder $INFILE -ovc lavc -lavcopts
> | vcodec=mpeg4:mbd=2:trell:vpass=2 -oac copy -o $OUTFILE.avi

Hallo Jens,

ich versteh' nicht ganz, wie das funktionniert. Ich hab ausgeführt:

mencoder file1.wmv -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy 
-o /dev/null 

mencoder file1.wmv -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 -oac 
copy -o file1.avi

Richtig? Ich bekomme beim 2. Durchgang die Meldung:
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header.
Pos:  24.4s    617f (100%) 97.80fps Trem:   0min   0mb  A-V:0.001 [0:16]
Flushing video frames
Writing index...
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header.
Video stream:    0.000 kbit/s  (0 B/s)  size: 0 bytes  24.450 secs  617 frames
Audio stream:   16.000 kbit/s  (2000 B/s)  size: 48640 bytes  24.320 secs


Ich bekomme zwar file1.avi, ist aber nur Ton drin, kein Bild.

Gruß
Klaus



Reply to: