mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-05-14 02:04:23 +00:00
Compare commits
No commits in common. "master" and "v0.3.0" have entirely different histories.
@ -18,7 +18,7 @@ library which made this wrapper possible.
|
||||
vnc-recorder [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
0.3.0
|
||||
1.0
|
||||
|
||||
AUTHOR:
|
||||
Daniel Widerin <daniel@widerin.net>
|
||||
|
@ -130,7 +130,6 @@ 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