mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-06-30 15:31:52 +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",
|
"-f", "image2pipe",
|
||||||
"-vcodec", "ppm",
|
"-vcodec", "ppm",
|
||||||
"-r", strconv.Itoa(enc.Framerate),
|
"-r", strconv.Itoa(enc.Framerate),
|
||||||
"-an", //no audio
|
"-an", // no audio
|
||||||
"-y",
|
"-y",
|
||||||
"-i", "-",
|
"-i", "-",
|
||||||
"-vcodec", "libx264",
|
"-vcodec", "libx264",
|
||||||
|
Loading…
Reference in New Issue
Block a user