2023-11-03 18:49:52 CST W44D5

This commit is contained in:
aggresss
2023-11-03 18:49:52 +08:00
parent 9e1c7290a8
commit 6fdcf16226
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ func main() {
if videoStream != nil {
fmt.Fprintf(os.Stdout, "Play the output video file with the command:\n"+
"ffplay -f rawvideo -pix_fmt %s -video_size %dx%d %s\n",
"ffplay -f rawvideo -pixel_format %s -video_size %dx%d %s\n",
ffmpeg.AvGetPixFmtName(videoDecCtx.GetPixFmt()),
videoDecCtx.GetWidth(), videoDecCtx.GetHeight(), videoDstFilename)
}