Skip to content

Commit

Permalink
add matroska audio support
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedcoffii committed Oct 4, 2022
1 parent 68ab554 commit 13db3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffmpeg-audio-thumbnailer.thumbnailer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Thumbnailer Entry]
TryExec=ffmpeg
Exec=ffmpeg -i %i %o -fs %s
MimeType=audio/mpeg;audio/flac;audio/wavpack;audio/webm;audio/mp4;audio/aac
MimeType=audio/mpeg;audio/flac;audio/wavpack;audio/webm;audio/mp4;audio/aac;audio/x-matroska

0 comments on commit 13db3ac

Please sign in to comment.