mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
99563c6784
commit
ef33fe6a64
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class CustomizeAdvanced extends PluginAbstract {
|
|||
$obj->doNotShowEncoderAutomaticWebm = false;
|
||||
$obj->doNotShowEncoderAutomaticAudio = false;
|
||||
$obj->saveOriginalVideoResolution = false;
|
||||
self::addDataObjectHelper('saveOriginalVideoResolution', 'Do not save original video', 'This option will make your encoder at the end trancode the video into the original format resolution');
|
||||
self::addDataObjectHelper('saveOriginalVideoResolution', 'Save original video resolution', 'This option will make your encoder at the end trancode the video into the original format resolution');
|
||||
$obj->doNotShowExtractAudio = false;
|
||||
$obj->doNotShowCreateVideoSpectrum = false;
|
||||
$obj->doNotShowLeftMenuAudioAndVideoButtons = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue