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:05:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bcedd73d82bb2737adce5272756e5b4792f647a
2bcedd73
1 parent
2e1f38ee
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 @
2bcedd7
...
...
@@ -67,7 +67,7 @@ class MakeVideo implements ShouldQueue
// 转换logo大小
// $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg'));
$watermark
=
Storage
::
disk
(
'public'
)
->
path
(
'ffmpeg
'
)
.
"/LOGO_eng.png"
;
$watermark
=
Storage
::
disk
(
'public'
)
->
path
(
'ffmpeg
/LOGO_eng.png'
)
;
// 生成贴纸和签名
$end_wallpaper
=
$this
->
wallpaperWithSignature
(
$end_wallpaper
,
$thumbnail
,
$signature
,
$font
);
...
...
Please
register
or
login
to post a comment