1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Daniel Neto 2023-05-03 09:30:05 -03:00
parent 99563c6784
commit ef33fe6a64

View file

@ -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;