Skip to content

Commit

Permalink
Add .h264 as a video file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 12, 2023
1 parent 697af7c commit b4fab27
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 @@ -164,7 +164,7 @@ def urls(self) -> Iterator[str]:
#: of retries)
RETRY_STATUSES = (500, 502, 503, 504)

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

ZARR_EXTENSIONS = [".ngff", ".zarr"]
Expand Down

0 comments on commit b4fab27

Please sign in to comment.