From a4e205253d75822f8bd9a377feb600fee40c3491 Mon Sep 17 00:00:00 2001 From: zboyet Date: Tue, 16 Apr 2013 11:24:29 -0700 Subject: [PATCH] Added ability to choose between resolution modulus --- src/FFMpeg/Format/Video/X264.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/FFMpeg/Format/Video/X264.php b/src/FFMpeg/Format/Video/X264.php index fd57231..f2d4018 100644 --- a/src/FFMpeg/Format/Video/X264.php +++ b/src/FFMpeg/Format/Video/X264.php @@ -52,4 +52,9 @@ class X264 extends DefaultVideo { return 2; } + + public function getModulus() + { + return 2; + } }