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