mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add experimental support for GIF->MP4 conversion
This commit is contained in:
parent
61a4400e1f
commit
65c8c6e9c1
7 changed files with 48 additions and 5 deletions
|
|
@ -68,7 +68,13 @@
|
|||
<option value="{$q}" selected="selected"|cond="$config->image_autoconv_quality == $q">{$lang->image_resize_quality} {$q}%</option>
|
||||
<!--@endfor-->
|
||||
</select>
|
||||
<p class="x_help-block">{$lang->about_image_autoconv}</p>
|
||||
<p class="x_help-block" style="margin-bottom:10px">{$lang->about_image_autoconv}</p>
|
||||
<label for="image_autoconv_gif2mp4" class="x_inline">
|
||||
<input type="checkbox" name="image_autoconv_gif2mp4" id="image_autoconv_gif2mp4" value="Y" checked="checked"|cond="$config->image_autoconv['gif2mp4']" disabled="disabled"|cond="!function_exists('exec')" />
|
||||
{$lang->image_autoconv_gif2mp4}
|
||||
</label>
|
||||
<input type="text" name="ffmpeg_command" id="ffmpeg_command" value="{$config->ffmpeg_command ?: '/usr/bin/ffmpeg'}" placeholder="{$lang->ffmpeg_path}" />
|
||||
<p class="x_help-block">{$lang->about_image_autoconv_mp4}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue