don't bother user with bitrate and copy settings, expose aspect
This commit is contained in:
parent
54f69b02d8
commit
be5e373fd1
@ -56,29 +56,28 @@ log_level = INFO
|
||||
# output settings for the pre-compression
|
||||
# all clips get prepared in that way,
|
||||
# so the input for the final compression is unique
|
||||
# copy_mode means that there is no recomression
|
||||
# aspect mus be a float number
|
||||
# logo is only used if the path exist
|
||||
# with logo_filter = overlay=W-w-12:12 you can modify the logo position
|
||||
# live_protocols is for checking input, is input a live source ffplayout handles it a bit different
|
||||
[PRE_COMPRESS]
|
||||
copy_mode = False
|
||||
width = 1024
|
||||
height = 576
|
||||
aspect = 1.778
|
||||
fps = 25
|
||||
v_bitrate = 50000
|
||||
logo = logo.png
|
||||
logo_filter = overlay=W-w-12:12
|
||||
live_protocols = ["http", "https", "ftp", "rtmp", "rtmpe", "rtmps", "rtp", "rtsp", "srt", "tcp", "udp"]
|
||||
copy_mode = False
|
||||
ffmpeg_copy_settings = ["-c", "copy", "-bsf:v", "h264_mp4toannexb", "-f", "mpegts", "-"]
|
||||
|
||||
|
||||
# playlist settings
|
||||
# set playlist_mode to False if you want to play clips from the [STORAGE] section
|
||||
|
||||
# put only the root path here, for example: "/playlists"
|
||||
# subfolders are readed by the script
|
||||
# subfolders needs this structur:
|
||||
# "/playlists/2018/01" (/playlists/year/month)
|
||||
|
||||
# day_start means at which time the playlist should start
|
||||
# leave day_start blank when playlist should always start at the begin
|
||||
[PLAYLIST]
|
||||
|
Loading…
x
Reference in New Issue
Block a user