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 10:35:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c455c55a3ba2bba6687eae335ea0fe8e214f3378
c455c55a
1 parent
1b018f30
1.ffmpeg命令微调
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
c455c55
...
...
@@ -142,8 +142,6 @@ class MakeVideo implements ShouldQueue
$signature_y
=
-
20
;
$animate
=
$this
->
makeAnimate
(
$last_frame_video
,
$end_wallpaper
,
''
,
$signature_x
,
$signature_y
,
$font
);
$this
->
getTextContentString
(
$adminMakeVideo
);
$watermark
=
Storage
::
disk
(
'public'
)
->
path
(
'ffmpeg/LOGO_eng.png'
);
$video
=
$this
->
getTempPath
(
'.mp4'
,
false
);
...
...
Please
register
or
login
to post a comment