mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-05-13 17:54:23 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9f06939cdc | ||
|
0e5de504f3 | ||
|
e5db4f2150 | ||
|
d779ad2d6d |
@ -18,7 +18,7 @@ library which made this wrapper possible.
|
||||
vnc-recorder [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.0
|
||||
0.3.0
|
||||
|
||||
AUTHOR:
|
||||
Daniel Widerin <daniel@widerin.net>
|
||||
|
@ -130,6 +130,7 @@ func (enc *X264ImageCustomEncoder) Init(videoFileName string) {
|
||||
"-preset", "veryfast",
|
||||
"-g", "250",
|
||||
"-crf", strconv.Itoa(enc.ConstantRateFactor),
|
||||
"-pix_fmt", "yuv420p",
|
||||
videoFileName,
|
||||
)
|
||||
cmd.Stdout = os.Stdout
|
||||
|
Loading…
Reference in New Issue
Block a user