mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
움직이지 않는 gif도 mp4로 변환되는 문제 수정
FFmpeg 사용 불가 안내 메시지 추가 추후에 활용하기 위한 type, width, height, duration 컬럼 추가 업로드시 이미지, 오디오, 동영상 파일의 확장자가 잘못된 경우 올바른 확장자를 덧붙이는 기능 추가
This commit is contained in:
parent
cdbc2d7a82
commit
16e44d44c7
18 changed files with 331 additions and 180 deletions
|
|
@ -88,7 +88,6 @@ $lang->max_image_size_action_resize = 'If exceeded, resize automatically';
|
|||
$lang->max_image_size_admin = 'Also apply to administrator';
|
||||
$lang->image_quality_adjustment = 'Image Quality';
|
||||
$lang->about_image_quality_adjustment = 'adjust the quality of uploaded images.';
|
||||
$lang->original_image_quality = 'Original Quality';
|
||||
$lang->image_autorotate = 'Fix Image Rotation';
|
||||
$lang->about_image_autorotate = 'correct images that are rotated by mobile devices.';
|
||||
$lang->image_autoconv_gif2mp4 = 'Convert GIF';
|
||||
|
|
@ -99,4 +98,4 @@ $lang->video_mp4_gif_time = 'Treat as GIF';
|
|||
$lang->about_video_mp4_gif_time = 'treat MP4 videos with duration less than the set time as GIF images, and play with auto and loop.';
|
||||
$lang->ffmpeg_path = 'FFmpeg path';
|
||||
$lang->ffprobe_path = 'FFprobe path';
|
||||
$lang->msg_cannot_use_ffmpeg = 'FFmpeg must be available in PHP';
|
||||
$lang->msg_cannot_use_ffmpeg = 'FFmpeg and FFprobe must can be executed by PHP';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue