1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
DanielnetoDotCom 2021-04-26 08:56:35 -03:00
parent 2fc64c51fa
commit ef258c47b3

View file

@ -70,7 +70,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 fomrmat resolution');
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');
$obj->doNotShowExtractAudio = false;
$obj->doNotShowCreateVideoSpectrum = false;
$obj->doNotShowLeftMenuAudioAndVideoButtons = false;