1
0
Fork 0
mirror of synced 2024-05-20 04:42:19 +12:00

Fix ffmpeg option in README. pointed out by #119

This commit is contained in:
nagadomi 2016-06-04 21:32:28 +09:00
parent b32feab88b
commit 4f196aaf54

View file

@ -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