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-04-14 11:04:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a5b2034da09c58254f1ff952a2741595f03225c
7a5b2034
1 parent
3e238a55
1.ffmpeg命令微调
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
7a5b203
...
...
@@ -612,7 +612,7 @@ class MakeVideo implements ShouldQueue
$drawtext
.=
'drawtext="'
.
'fontfile='
.
escapeshellarg
(
$font
)
.
':'
.
'text='
.
escapeshell
cmd
(
$content
)
.
':'
.
'text='
.
escapeshell
arg
(
$content
)
.
':'
.
'fontsize='
.
$this
->
calcFontSize
(
$component
->
font_size
,
$content
)
.
':'
.
'fontcolor='
.
$text_color
.
'@1.0:'
.
'x='
.
escapeshellarg
(
VideoTemp
::
POSITION_FFMPEG
[
$component
->
position
][
0
])
.
':'
.
...
...
Please
register
or
login
to post a comment