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 11:12:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d7980b8e14a84d41448601920cb4e0c12e3bd49
6d7980b8
1 parent
7a5b2034
1.ffmpeg命令微调
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
6d7980b
...
...
@@ -152,8 +152,8 @@ class MakeVideo implements ShouldQueue
$audio_input
.
' -filter_complex "[0:0] '
.
$this
->
getTextContentString
()
.
'[text];[text]'
.
'
[text]
[2:v]overlay=20:20[water];[water]'
.
$audio_filter
.
'[1:0][1:1] concat=n=2:v=1:a=1[v][a]" '
.
'
[text];[text]'
.
' [2:v]overlay=20:20[water];[water]'
.
$audio_filter
.
'[1:0][1:1] concat=n=2:v=1:a=1[v][a]" '
.
' -map [v] -map [a]'
.
' -c:v libx264 -bt 256k -r 25'
.
' -ar 44100 -ac 2 -qmin 30 -qmax 60 -profile:v baseline -preset fast '
.
...
...
Please
register
or
login
to post a comment