Add ffmpeg version in config for hls transcoding

pull/1625/head
Chocobozzz 2019-02-11 11:46:08 +01:00
parent e79d0ba56c
commit 9b712a2017
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ transcoding:
720p: false
1080p: false
# /!\ EXPERIMENTAL /!\
# /!\ Requires ffmpeg >= 3.4
# Generate HLS playlist/segments. Better playback than with WebTorrent:
# * Resolution change is smoother
# * Faster playback in particular with long videos

View File

@ -153,6 +153,7 @@ transcoding:
720p: false
1080p: false
# /!\ EXPERIMENTAL /!\
# /!\ Requires ffmpeg >= 3.4
# Generate HLS playlist/segments. Better playback than with WebTorrent:
# * Resolution change is smoother
# * Faster playback in particular with long videos