Skip to content

Commit 31711d0

Browse files
save file
1 parent 43a0986 commit 31711d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ffmpeg-in-the-browser.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,16 @@ <h3>
429429
media mimetypes
430430
</h3>
431431
<p>
432+
when working with audio / video its often helpful to determine the mime types of the codecs in use
433+
<div class=br></div>
432434
<a href='https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter#sect3'>
433435
Codecs in Common Media Types
434436
<span class=link-domain>
435437
developer.mozilla.org
436438
</span>
437439
</a>
438440
<div class=br></div>
439-
when working with audio / video its often helpful to determine the mime types of the codecs in use,
440-
actually this only works for mp4
441+
this only works for mp4
441442
</p>
442443

443444
<snippet-html-console id=mp4box-demo src='ex/mp4box/ex.html' component></snippet-html-console>

0 commit comments

Comments
 (0)