Skip to content

Commit

Permalink
Fix: Added opus and wavpack again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vouk committed Jan 23, 2021
1 parent 47131c5 commit 017388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/resources/muxers/mkv.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"extension": "mkv",
"encoders": {
"video": [ "ffv1", "h264_amf", "h264_nvenc", "hevc_amf", "hevc_nvenc", "libvpx", "libvpx-vp9", "libx264", "libx264rgb", "libx265", "prores_ks", "hap", "h264_qsv", "hevc_qsv", "mpeg2_qsv", "mpeg2video", "libsvt_av1", "libsvt_hevc", "vp9_qsv", "utvideo", "cfhd" ],
"audio": [ "aac", "ac3", "eac3", "truehd", "dca", "alac", "flac", "libfdk_aac", "libmp3lame", "libvorbis", "pcm_s16le", "pcm_s24le", "pcm_s32le" ]
"audio": [ "aac", "ac3", "eac3", "truehd", "dca", "alac", "flac", "libfdk_aac", "libmp3lame", "libopus", "libvorbis", "pcm_s16le", "pcm_s24le", "pcm_s32le", "wavpack" ]
},
"capabilities": {
"faststart": false
Expand Down

0 comments on commit 017388a

Please sign in to comment.