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 18:37:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8a766460fce83de8f7b0721eb2892c0999e87b5
d8a76646
1 parent
f1d0c75f
1.继续调试ffmpeg命令
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
d8a7664
...
...
@@ -60,10 +60,9 @@ class MakeVideo implements ShouldQueue
$signature
=
"一言"
;
$signature_x
=
0
;
$signature_y
=
-
20
;
$content
=
$adminMakeVideo
->
poem
->
title
.
"
\\
t"
.
' \-\- '
.
$adminMakeVideo
->
poem
->
author
.
PHP_EOL
.
$content
=
$adminMakeVideo
->
poem
->
title
.
'\ \ '
.
$adminMakeVideo
->
poem
->
author
.
PHP_EOL
.
$adminMakeVideo
->
poem
->
content
.
PHP_EOL
;
$content_position
=
$adminMakeVideo
->
getContentPosition
();
// 转换logo大小
// $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg'));
$watermark
=
Storage
::
disk
(
'public'
)
->
path
(
'ffmpeg'
)
.
"/LOGO_eng.png"
;
...
...
Please
register
or
login
to post a comment