Added ability to choose between resolution modulus
This commit is contained in:
parent
cb51cfafb3
commit
a4e205253d
1 changed files with 5 additions and 0 deletions
|
|
@ -52,4 +52,9 @@ class X264 extends DefaultVideo
|
||||||
{
|
{
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getModulus()
|
||||||
|
{
|
||||||
|
return 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue