diff --git a/src/main.rs b/src/main.rs
index 1a5355a50249d8cbb0cbcbb9f32d2088a50296da..67d9ce08c3c9ceb251d7314e88d2907f787940e3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -135,7 +135,8 @@ fn main() {
 			let lower = name.to_ascii_lowercase();
 			if (lower.ends_with(".mp4")
 				|| lower.ends_with(".mts")
-				|| lower.ends_with(".mkv"))
+				|| lower.ends_with(".mkv")
+				|| lower.ends_with(".mov"))
 				&& !entry.file_type().unwrap().is_dir()
 			{
 				files.push(String::from(name));