mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
create log dir
This commit is contained in:
parent
985034860c
commit
bcb719bf18
2 changed files with 9 additions and 2 deletions
|
@ -238,7 +238,7 @@ vhost crop.transcode.vhost.com {
|
|||
}
|
||||
}
|
||||
}
|
||||
# the logo filter of ffmpeg, @see: http://ffmpeg.org/ffmpeg-filters.html#crop
|
||||
# the logo filter of ffmpeg, @see: http://ffmpeg.org/ffmpeg-filters.html#overlay
|
||||
vhost logo.transcode.vhost.com {
|
||||
transcode {
|
||||
enabled on;
|
||||
|
@ -246,7 +246,8 @@ vhost logo.transcode.vhost.com {
|
|||
engine logo {
|
||||
enabled on;
|
||||
vfilter {
|
||||
vf 'crop=200:100:10:10';
|
||||
i ./doc/ffmpeg-logo.png;
|
||||
filter_complex 'overlay=10:10';
|
||||
}
|
||||
vcodec libx264;
|
||||
vbitrate 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue