Skip to content

Commit

Permalink
Add vp9 for mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Jun 11, 2024
1 parent 6eb45d4 commit 0f998e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ can handle most format and codecs. Default configuration can transcode to these
|mp3|mp3|mp3|||
|ogg|ogg|vorbis, opus|||
|wav|wav|pcm_s16le|||
|mkv|matroska|aac, flac, alac, ac3, mp3, vorbis, opus|h264, hevc, vp8, vp9, theora, av1|subrip, ass|
|mp4|mp4|aac, mp3, vorbis, flac, alac|h264, hevc, av1|mov_text|
|mkv|matroska|aac, alac, ac3, mp3, vorbis, opus, flac|h264, hevc, vp8, vp9, theora, av1|subrip, ass|
|mp4|mp4|aac, alac, mp3, vorbis, flac|h264, vp9, av1, hevc|mov_text|
|mxf|mxf|pcm_s16le|mpeg2video||
|ts|mpegts|aac, mp3, ac3|h264, hevc||
|webm|webm|vorbis, opus|vp8, vp9, av1|webvtt|
|webm|webm|vorbis, opus|vp8, av1, vp9|webvtt|
|rss|mp3|mp3|||


The `rss` format transforms a playlist into a RSS audio podcast.

See [ydls.json](ydls.json) for more details.
Expand Down
1 change: 1 addition & 0 deletions ydls.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"Codecs": [
"h264",
"hevc",
"vp9",
"av1"
]
}
Expand Down

0 comments on commit 0f998e2

Please sign in to comment.