Skip to content

Commit

Permalink
Update .m4v description and rename .mp4 fixture to .m4v (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit authored Jan 6, 2023
1 parent feac593 commit 54e5a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Returns a `Set<string>` of supported MIME types.
- [`m4a`](https://en.wikipedia.org/wiki/M4A) - Audio-only MPEG-4 files
- [`m4b`](https://en.wikipedia.org/wiki/M4B) - Audiobook and podcast MPEG-4 files, which also contain metadata including chapter markers, images, and hyperlinks
- [`m4p`](https://en.wikipedia.org/wiki/MPEG-4_Part_14#Filename_extensions) - MPEG-4 files with audio streams encrypted by FairPlay Digital Rights Management as were sold through the iTunes Store
- [`m4v`](https://en.wikipedia.org/wiki/M4V) - MPEG-4 Visual bitstreams
- [`m4v`](https://en.wikipedia.org/wiki/M4V) - Video container format developed by Apple, which is very similar to the MP4 format
- [`mid`](https://en.wikipedia.org/wiki/MIDI) - Musical Instrument Digital Interface file
- [`mie`](https://en.wikipedia.org/wiki/Sidecar_file) - Dedicated meta information format which supports storage of binary as well as textual meta information
- [`mj2`](https://en.wikipedia.org/wiki/Motion_JPEG_2000) - Motion JPEG 2000
Expand Down
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ const names = {
m4a: [
'fixture-babys-songbook.m4b', // Actually it's an `.m4b`
],
m4v: [
'fixture',
'fixture-2', // Previously named as `fixture.mp4`
],
flac: [
'fixture',
'fixture-id3v2', // FLAC prefixed with ID3v2 header
Expand Down

0 comments on commit 54e5a94

Please sign in to comment.