Skip to content

Commit

Permalink
fixes heading sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Feb 1, 2017
1 parent 0833cdc commit 51f1a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,23 @@ Extracting `audio` from `container`:
./s/ffmpeg -i /files/v/small_bunny_1080p_30fps.mp4 -vn -c:a copy /files/v/small_bunny_audio.aac
```

# Muxing
## Muxing

Joining `audio` with `video`:

```
./s/ffmpeg -i /files/v/small_bunny_audio.aac -i /files/v/small_bunny_1080p_30fps.mp4 /files/v/small_bunny_1080p_30fps_muxed.mp4
```

# Generate images from video
## Generate images from 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
```

# Generate video from images
## Generate video from images

```
# from one image
Expand Down

0 comments on commit 51f1a4b

Please sign in to comment.