Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2023-02-24 16:50:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
06b21e1a6b81e455cb09d045fcbdf355cacf8e99
06b21e1a
1 parent
8e0c33e1
1.优化ffmpeg命令,适配各种类型视频
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Jobs/AdminMakeImmerse.php
app/Jobs/AdminMakeImmerse.php
View file @
06b21e1
...
...
@@ -179,6 +179,8 @@ class AdminMakeImmerse implements ShouldQueue
}
else
{
// 图文
$image
=
$this
->
getAbsolutePath
(
$adminMakeVideo
->
images_url
);
// 素材准备
$drawtext
=
$this
->
getTextContentString
();
if
(
$this
->
adminMakeVideo
->
type
==
2
&&
!
$is_bgm
){
// 没有背景音,单图一张,输出为单图。
...
...
Please
register
or
login
to post a comment