mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-04-27 18:25:13 +00:00
typo
Signed-off-by: Daniel Widerin <daniel@widerin.net>
This commit is contained in:
parent
017af646de
commit
7d44e0fe9f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user