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
李帅
2022-05-17 14:48:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1abd8f4ce727e4337f079edfa60a584ecba63a48
1abd8f4c
1 parent
8c32e0ff
1.后台可上传图文内容。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Jobs/UserMakeVideo.php
app/Jobs/UserMakeVideo.php
View file @
1abd8f4
...
...
@@ -612,7 +612,7 @@ class UserMakeVideo implements ShouldQueue
'fontcolor='
.
$text_color
.
'@1.0:'
.
'x='
.
escapeshellarg
(
VideoTemp
::
POSITION_FFMPEG
[
$component
->
position
][
0
])
.
':'
.
'y='
.
escapeshellarg
(
VideoTemp
::
POSITION_FFMPEG
[
$component
->
position
][
1
])
.
':'
.
'box=1:box
borderw=1:box
color='
.
$text_bg_color
.
'@'
.
$opacity
.
'", '
;
'box=1:boxcolor='
.
$text_bg_color
.
'@'
.
$opacity
.
'", '
;
break
;
case
'every_poem'
:
...
...
Please
register
or
login
to post a comment