diff options
Diffstat (limited to 'templates/mime/video/admin.tpl')
| -rwxr-xr-x | templates/mime/video/admin.tpl | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl index 1300a5a..6bddcab 100755 --- a/templates/mime/video/admin.tpl +++ b/templates/mime/video/admin.tpl @@ -1,14 +1,11 @@ {strip} <div class="admin liberty"> <div class="header"> - <h1>{tr}Flashvideo Plugin Settings{/tr}</h1> + <h1>{tr}Video Plugin Settings{/tr}</h1> </div> <div class="body"> - {form legend="Flashvideo specific settings"} - <p class="formhelp"> - You can find some information relating to this plugin on the <a class="external" href="https://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. - </p> + {form legend="Video plugin settings"} {if $ffmpeg_extension} <p class="success"> @@ -42,11 +39,11 @@ name=mime_video_video_codec id=mime_video_video_codec selected=$gBitSystem->getConfig('mime_video_video_codec')|default:flv} - {formhelp note="You can choose between codecs you wan to use to encode the uploaded video with. We recommend flashvideo if you don't require high quality videos. + {formhelp note="Choose the codec for encoding uploaded videos. <dl> - <dt>Flashvideo</dt><dd>Medium filesize, medium quality, fast encoding.</dd> + <dt>FLV</dt><dd>Medium filesize, medium quality, fast encoding.</dd> <dt>MP4/AVC</dt><dd>Small filesize, high quality, slow encoding.</dd> - <dt>MP4/AVC - 2 passes</dt><dd>Small filesize, very high quality, very slow encoding (this is likey to take at least as long as the video length).</dd> + <dt>MP4/AVC - 2 passes</dt><dd>Small filesize, very high quality, very slow encoding (this is likely to take at least as long as the video length).</dd> </dl>"} {/forminput} </div> @@ -132,22 +129,6 @@ {/forminput} </div> - <div class="form-group"> - {formlabel label="Foreground Colour" for="mime_video_frontcolor"} - {forminput} - <input type='text' name="mime_video_frontcolor" id="mime_video_frontcolor" size="10" value="{$gBitSystem->getConfig('mime_video_frontcolor')|default:"FFFFFF"}" /> - {formhelp note="Foreground colour of the progress bar."} - {/forminput} - </div> - - <div class="form-group"> - {formlabel label="Background Colour" for="mime_video_backcolor"} - {forminput} - <input type='text' name="mime_video_backcolor" id="mime_video_backcolor" size="10" value="{$gBitSystem->getConfig('mime_video_backcolor')|default:"000000"}" /> - {formhelp note="Background colour of the progress bar."} - {/forminput} - </div> - <p class="warning"> {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr} </p> |
