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 {
|
vhost logo.transcode.vhost.com {
|
||||||
transcode {
|
transcode {
|
||||||
enabled on;
|
enabled on;
|
||||||
|
@ -246,7 +246,8 @@ vhost logo.transcode.vhost.com {
|
||||||
engine logo {
|
engine logo {
|
||||||
enabled on;
|
enabled on;
|
||||||
vfilter {
|
vfilter {
|
||||||
vf 'crop=200:100:10:10';
|
i ./doc/ffmpeg-logo.png;
|
||||||
|
filter_complex 'overlay=10:10';
|
||||||
}
|
}
|
||||||
vcodec libx264;
|
vcodec libx264;
|
||||||
vbitrate 300;
|
vbitrate 300;
|
||||||
|
|
6
trunk/configure
vendored
6
trunk/configure
vendored
|
@ -162,6 +162,12 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH
|
||||||
|
|
||||||
echo 'configure ok! '
|
echo 'configure ok! '
|
||||||
|
|
||||||
|
#####################################################################################
|
||||||
|
# when configure success, prepare build
|
||||||
|
#####################################################################################
|
||||||
|
# create objs/logs for ffmpeg to write log.
|
||||||
|
mkdir -p ${SRS_OBJS}/logs
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
# configure summary
|
# configure summary
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue