From 354ec7ea10898551793e79679c3af534dc60f344 Mon Sep 17 00:00:00 2001 From: Khangaroo Date: Thu, 21 Feb 2019 14:41:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12094e2..3a99593 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ first, dump the frames of the video you're going to convert ``` ffmpeg -i input.mp4 -vf scale=256:192 frame_%d.png ``` -ffmpeg doesn't create a frame_0.bmp, so remember to put something there (watermark, copy of first frame, etc) +ffmpeg doesn't create a frame_0.png, so remember to put something there (watermark, copy of first frame, etc) for most videos (other than something like bad apple), you'll have to use dithering ```