]> git.pld-linux.org Git - packages/openshot.git/blob - openshot-crf.patch
27498b1eb35e995d38b4fe2624ba9b90de20dfa9
[packages/openshot.git] / openshot-crf.patch
1 --- openshot-1.4.3/openshot/classes/video.py~   2012-09-30 22:33:29.000000000 +0200
2 +++ openshot-1.4.3/openshot/classes/video.py    2014-09-01 08:43:10.601932534 +0200
3 @@ -154,6 +154,7 @@
4                                         self.c.set("subcmp", "2")
5                                         self.c.set("cmp", "2")
6                                         self.c.set("coder", "1")
7 +                                       self.c.set("crf", "18")
8                                         self.c.set("flags", "+loop")
9                                         self.c.set("flags2", "dct8x8")
10                                         self.c.set("qmax", "51")
This page took 0.026096 seconds and 3 git commands to generate.