Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo-Encoder/issues/510
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed May 3, 2023
1 parent 99563c6 commit ef33fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/CustomizeAdvanced/CustomizeAdvanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function getEmptyDataObject() {
$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;
Expand Down

0 comments on commit ef33fe6

Please sign in to comment.