Skip to content

Commit

Permalink
add .mkv as a valid video extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Apr 12, 2022
1 parent b08cae0 commit acc312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class DandiInstance(NamedTuple):
#: of retries)
RETRY_STATUSES = (500, 502, 503, 504)

VIDEO_FILE_EXTENSIONS = [".mp4", ".avi", ".wmv", ".mov", ".flv"]
VIDEO_FILE_EXTENSIONS = [".mp4", ".avi", ".wmv", ".mov", ".flv", ".mkv"]
VIDEO_FILE_MODULES = ["processing", "acquisition"]

#: Maximum allowed depth of a Zarr directory tree
Expand Down

0 comments on commit acc312c

Please sign in to comment.