]> code.delx.au - transcoding/commitdiff
Use linear blend deinterlacing, it looks much better
authorJames Bunton <jamesbunton@fastmail.fm>
Sun, 11 Jul 2010 10:21:25 +0000 (20:21 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Sun, 11 Jul 2010 10:21:25 +0000 (20:21 +1000)
encode.py

index 04ebfe834b674386c26daf3bba7799ebf7be1e8f..29daa9577881f32caeda37f5f9f4b25306a12b44 100755 (executable)
--- a/encode.py
+++ b/encode.py
@@ -80,7 +80,7 @@ class Mencoder(Command):
                                cmd.append(opt)
                                cmd.append(var)
                if self.opts.deinterlace:
-                       cmd += ["-vf-add", "pp=ci"]
+                       cmd += ["-vf-add", "pp=lb"]
                try_opt("-ss", self.opts.startpos)
                try_opt("-endpos", self.opts.endpos)
                try_opt("-dvd-device", self.opts.dvd)