Merge pull request #21 from vdbalbom/patch-1

Fix directory - enconding_pratical_examples.md
This commit is contained in:
Leandro Moreira
2017-03-27 14:24:00 -03:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ It generates a video with motion vector over the video.
Get `images` from `1s video`:
```
./ffmpeg -y -i /files/v/bunny_1080p_30fps.mp4 -ss 00:01:24 -t 00:00:01 /files/v/smallest_bunny_1080p_30fps_%3d.jpg
./s/ffmpeg -y -i /files/v/bunny_1080p_30fps.mp4 -ss 00:01:24 -t 00:00:01 /files/v/smallest_bunny_1080p_30fps_%3d.jpg
```
## Generate video from images