Typo
This commit is contained in:
parent
e73f59496b
commit
8afa8f63fb
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func initVideoWriter(writer *VideoWriter) error {
|
|||
command = append(
|
||||
command,
|
||||
"-vcodec", writer.codec,
|
||||
"-pix_fmt", "yuv420p", // Output is 8-but RGB, no alpha.
|
||||
"-pix_fmt", "yuv420p", // Output is 8-bit RGB, no alpha.
|
||||
)
|
||||
|
||||
// Code from the imageio-ffmpeg project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue