瀏覽代碼

Fix ffmpeg option in README. pointed out by #119

nagadomi 9 年之前
父節點
當前提交
4f196aaf54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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