Skip to content

Commit cf378dc

Browse files
uses a proper transmuxing example #105
1 parent de58db5 commit cf378dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ bunny_1080p_60fps_h265.mp4
167167

168168
**Why?** sometimes some devices (TVs, smartphones, console and etc) doesn't support X but Y and sometimes newer containers provide modern required features.
169169

170-
**How?** converting a `mp4` to a `webm`.
170+
**How?** converting a `mp4` to a `ts`.
171171
```bash
172172
$ ffmpeg \
173173
-i bunny_1080p_60fps.mp4 \
174174
-c copy \ # just saying to ffmpeg to skip encoding
175-
bunny_1080p_60fps.webm
175+
bunny_1080p_60fps.ts
176176
```
177177

178178
## Transrating

0 commit comments

Comments
 (0)