Browse Source

Only try to read input stream in real-time, not faster

pull/5/head
Gabe Kangas 5 years ago
parent
commit
baddda3461
  1. 1
      ffmpeg.go

1
ffmpeg.go

@ -41,6 +41,7 @@ func startFfmpeg(configuration Config) { @@ -41,6 +41,7 @@ func startFfmpeg(configuration Config) {
ffmpegFlags := []string{
"-hide_banner",
"-re",
"-i pipe:",
"-vf scale=900:-2",
"-sws_flags fast_bilinear",

Loading…
Cancel
Save