Compare commits

..

No commits in common. "master" and "v0.3.0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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