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-08 17:44:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8f4da3e487af9d474919198fee3434df706db48
d8f4da3e
1 parent
bde94bb3
1.重新整合ffmpeg命令
Show 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 @
d8f4da3
...
...
@@ -154,7 +154,7 @@ class MakeVideo implements ShouldQueue
' -filter_complex "[0:0] '
.
'drawtext="'
.
'fontfile='
.
escapeshellarg
(
$font_family
)
.
':'
.
'text='
.
escapeshell
arg
(
$content
)
.
':'
.
'text='
.
escapeshell
cmd
(
$content
)
.
':'
.
'fontsize='
.
$font_size
.
':'
.
'fontcolor=white@1.0:'
.
'x='
.
escapeshellarg
(
$content_position
[
0
])
.
':'
.
...
...
Please
register
or
login
to post a comment