diff --git a/README.md b/README.md index 4a96db8..2682ab7 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ ffmpeg -framerate 25 -i video_%d.png -c:v libx264 -profile:v high -crf 20 -pix_f ``` An example output can be seen in `example/output.mp4`. + +![Example](example/output.png) diff --git a/example/output.png b/example/output.png new file mode 100644 index 0000000..dbab55c Binary files /dev/null and b/example/output.png differ