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-06 19:00:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e1f38ee8eac81e40b7af24e113d2b9dc22333dd
2e1f38ee
1 parent
c1535694
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 @
2e1f38e
...
...
@@ -89,7 +89,7 @@ class MakeVideo implements ShouldQueue
' -filter_complex "[0:0] '
.
'drawtext="'
.
'fontfile='
.
escapeshellarg
(
$font
)
.
':'
.
'text='
.
escapeshell
arg
(
$content
)
.
':'
.
'text='
.
escapeshell
cmd
(
$content
)
.
':'
.
'fontsize=43:'
.
'fontcolor=white@1.0:'
.
'x='
.
$content_position
[
0
]
.
':'
.
...
...
Please
register
or
login
to post a comment