Ticket #2982 (new enhancement)
better support for matroska/webm files
Reported by: | taeuber | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | mkv mka | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
webm files are matroska files (mkv) supporting a subset of the matroska spec
mka files are matroska files containing audio streams only
mc.ext.in:
in video section:
regex/i/\.(mkv|webm)$
Include=video
View=%view{ascii} mkvinfo
type/WebM
Include=video
View=%view{ascii} mkvinfo
type/Matroska
Include=video
View=%view{ascii} mkvinfo
in audio section:
shell/i/.mka
Open=@EXTHELPERSDIR@/sound.sh open wma
View=%view{ascii} mkvinfo
somewhere else:
type/EBML file
View=%view{ascii} mkvinfo
Thanks
Change History
Note: See
TracTickets for help on using
tickets.