Signed-off-by: Daniel Widerin <daniel@widerin.net>
This commit is contained in:
Daniel Widerin 2020-10-25 09:23:28 +01:00
parent 017af646de
commit 7d44e0fe9f
No known key found for this signature in database
GPG Key ID: F75B6C110ED4EF65

View File

@ -123,7 +123,7 @@ func (enc *X264ImageCustomEncoder) Init(videoFileName string) {
"-f", "image2pipe",
"-vcodec", "ppm",
"-r", strconv.Itoa(enc.Framerate),
"-an", //no audio
"-an", // no audio
"-y",
"-i", "-",
"-vcodec", "libx264",