mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-05-14 02:04: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...]
|
vnc-recorder [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.0
|
0.3.0
|
||||||
|
|
||||||
AUTHOR:
|
AUTHOR:
|
||||||
Daniel Widerin <daniel@widerin.net>
|
Daniel Widerin <daniel@widerin.net>
|
||||||
|
@ -130,6 +130,7 @@ func (enc *X264ImageCustomEncoder) Init(videoFileName string) {
|
|||||||
"-preset", "veryfast",
|
"-preset", "veryfast",
|
||||||
"-g", "250",
|
"-g", "250",
|
||||||
"-crf", strconv.Itoa(enc.ConstantRateFactor),
|
"-crf", strconv.Itoa(enc.ConstantRateFactor),
|
||||||
|
"-pix_fmt", "yuv420p",
|
||||||
videoFileName,
|
videoFileName,
|
||||||
)
|
)
|
||||||
cmd.Stdout = os.Stdout
|
cmd.Stdout = os.Stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user