Skip to content

Commit 49e1e89

Browse files
fix grammar
1 parent 58ff612 commit 49e1e89

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
@@ -503,7 +503,7 @@ LOG: Frame 6 (type=P, size=34992 bytes) pts 11000 key_frame 0 [DTS 1]
503503
504504
## Chapter 2 - remuxing
505505
506-
Remuxnig is the act of changing from one format (container) to another, for instance, we can change an MP4 video to a [MPEG-TS](https://en.wikipedia.org/wiki/MPEG_transport_stream) without much pain using FFmpeg:
506+
Remuxing is the act of changing from one format (container) to another, for instance, we can change a [MPEG-4](https://en.wikipedia.org/wiki/MPEG-4_Part_14) video to a [MPEG-TS](https://en.wikipedia.org/wiki/MPEG_transport_stream) one without much pain using FFmpeg:
507507
508508
```bash
509509
ffmpeg input.mp4 -c copy output.ts
@@ -697,4 +697,4 @@ But to make sure that I'm not lying to you. You can use the amazing site/tool [g
697697

698698
As you can see it has a single `mdat` atom/box, **this is place where the video and audio frames are**. Now load the fragmented mp4 to see which how it spreads the `mdat` boxes.
699699

700-
![](/img/boxes_fragmente_mp4.png)
700+
![fragmented mp4 boxes](/img/boxes_fragmente_mp4.png)

0 commit comments

Comments
 (0)