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 17:28:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03ff34c146f73959f25219fdf4ce0b8e32d86c51
03ff34c1
1 parent
fb63e3f3
1.继续调试ffmpeg命令
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
app/Console/Commands/DevFFmpeg.php
app/Jobs/MakeVideo.php
app/Console/Commands/DevFFmpeg.php
View file @
03ff34c
...
...
@@ -46,9 +46,6 @@ class DevFFmpeg extends Command
*/
public
function
handle
()
{
$mv
=
AdminMakeVideo
::
query
()
->
first
();
dd
(
$mv
->
getContentPosition
());
$content
=
'题破山寺后禅院'
.
"
\t
"
.
' -- 常建'
.
PHP_EOL
.
'清晨入古寺,初日照高林。'
.
PHP_EOL
.
'曲径通幽处,禅房花木深。'
.
PHP_EOL
.
...
...
app/Jobs/MakeVideo.php
View file @
03ff34c
...
...
@@ -60,7 +60,7 @@ class MakeVideo implements ShouldQueue
$signature
=
"一言"
;
$signature_x
=
0
;
$signature_y
=
-
20
;
$content
=
$adminMakeVideo
->
poem
->
content
;
$content
=
$adminMakeVideo
->
poem
->
content
.
PHP_EOL
;
$content_position
=
$adminMakeVideo
->
getContentPosition
();
// 转换logo大小
...
...
Please
register
or
login
to post a comment