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:40:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14f28354fcca1f381138f822d8c4928454a7be83
14f28354
1 parent
c455c55a
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 @
14f2835
...
...
@@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue
public
function
getTextContentString
()
{
$components
=
$this
->
adminMakeVideo
->
temp
->
components
->
get
();
$components
=
$this
->
adminMakeVideo
->
temp
()
->
first
()
->
components
->
get
();
$font
=
Storage
::
disk
(
'public'
)
->
path
(
'ffmpeg/arialuni.ttf'
);
...
...
Please
register
or
login
to post a comment