Skip to content

Commit

Permalink
add .mkv video type
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Jun 29, 2022
1 parent 7acfe06 commit a534b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,4 @@ FodyWeavers.xsd
export/
video/
export.sb3
yt/
2 changes: 1 addition & 1 deletion scratchVideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def main():
removeDirs()

loadProject()
videoTypes = (('video', ('*.mp4','*.mov','*.avi','*.flv')), ('all files', '*.*'))
videoTypes = (('video', ('*.mp4','*.mov','*.avi','*.flv','*.mkv')), ('all files', '*.*'))
file = filedialog.askopenfile(mode='r', title='choose video',defaultextension='*.mp4,*.mov,*.avi,*.flv',filetypes=videoTypes)
if file == None:
exit()
Expand Down

0 comments on commit a534b8b

Please sign in to comment.