From 4f196aaf5456a6f8533f78bb570e257ce7d1e629 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Sat, 4 Jun 2016 21:32:28 +0900 Subject: [PATCH] Fix ffmpeg option in README. pointed out by #119 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37dacfa..54d97fa 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ th waifu2x.lua -m noise -noise_level 1 -resume 1 -l data/frame.txt -o new_frames Generating a video from waifu2xed images and audio. ``` -avconv -f image2 -r 24 -i new_frames/%d.png -i audio.mp3 -r 24 -vcodec libx264 -crf 16 video.mp4 +avconv -f image2 -framerate 24 -i new_frames/%d.png -i audio.mp3 -r 24 -vcodec libx264 -crf 16 video.mp4 ``` ## Train Your Own Model