[x264-devel] Re: deinterlacing video prior to x264 conversion

Andrew Lynch lynchaj at yahoo.com
Wed Oct 12 02:42:23 CEST 2005


--- Tuukka Toivonen <tuukkat at ee.oulu.fi> wrote:

[snip]
> 
> I wonder if you chose that because I suggested it at
> some point...?
>
http://www.ee.oulu.fi/~tuukkat/mplayer/tests/deinttest1/readme.html

Yes, I RTFM and searched on google for some examples
to help build a script.  Your page was very helpful.
Thanks.

> 
> md is definitely better than lb as the latter leaves
> really bad "ghosts",
> but nowadays I'm using -vf lavcdeint (ie. -vf
> pp=fd).

I made the changes the people on the list suggested
and switched over to the lavcdeint deinterlacer.  I am
running some tests on a small sample now so I can
compare results.  Thank you to everyone who responded.

Here is my new script in case anyone can use it.

for file in $*
do
  mencoder -ovc x264 -x264encopts bitrate=2200:pass=1
-vf lavcdeint -oac copy -o $file.x264.avi $file
  mencoder -ovc x264 -x264encopts
bitrate=2200:pass=2:8x8dct:i8x8 -vf lavcdeint -oac
copy -o $file.x264.avi $file
done

Again, thank you.

Andrew Lynch

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list