Am Dienstag, 26. Januar 2010 23:55:55 schrieben Sie:
> Am Dienstag, 26. Januar 2010 22:12:05 schrieb David Haller:
>
> Hallo David,
>
> > Am Die, 26 Jan 2010, Al Bogner schrieb:
> > >Am Dienstag, 26. Januar 2010 18:05:18 schrieben Sie:
> > >> mencoder -ovc x264 -x264encopts qp=28 -vf hqdn3d -vf unsharp=l:5x5:0.5
> > >> -oac copy -o foo_opt.avi vcd://2
> > >>
> > >> Das ergibt eine Datei mit 650MB
> > >
> > >mencoder -ovc x264 -x264encopts bitrate=2800 -vf hqdn3d -vf
> > > unsharp=l:5x5:0.5 -oac copy -o foo_opt.avi vcd://2
> > >
> > >Das ergibt 478MB. Kann es sein, dass durch das Schärfen mehr Details
> > >entstehen und deswegen die Datei so groß geblieben ist?
> >
> > Jup. Kommt drauf na, was hinter'm hqdn3d rauskommt und wie dann das
> > Schärfen drauf wirkt.
>
> Ich wundere mich etwas, dass die mpg-Datei mit x264 nicht geringer wird,
> wenn mir die Größe auch letztlich egal ist.
Liegt es 2pass oder Deinterlace?
BTW, mplayer -dumpstream vcd://2 finde ich für XSVCD eine interessante
Alternative:
mencoder stream.dump -of rawaudio -oac mp3lame -lameopts preset=standard -ovc
copy -o movie.mp3 &
mencoder stream.dump -ovc x264 -aspect 4/3 -x264encopts
qp=30:threads=auto:pass=1 -vf
yadif=0,softskip,harddup,hqdn3d,unsharp=l:5x5:0.5 -nosound -of rawvideo -o
/dev/null
mencoder stream.dump -ovc x264 -aspect 4/3 -x264encopts
qp=30:threads=auto:pass=2 -vf
yadif=0,softskip,harddup,hqdn3d,unsharp=l:5x5:0.5 -nosound -of rawvideo -o
movie.264
mkvmerge -o movie.mkv movie.264 movie.mp3
Das ergibt 292 MB
Singlepass mit qp=30
mencoder -ovc x264 -x264encopts qp=30 -vf hqdn3d,unsharp=l:5x5:0.5 -oac copy
-o grancanaria:8909.x264.avi stream.dump
Ergibt 431MB
Al
--
Um die Liste abzubestellen, schicken Sie eine Mail an:
opensuse-de+unsubscribe(a)opensuse.org
Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken
Sie eine Mail an: opensuse-de+help(a)opensuse.org