From e520f70f970da6b462ee701ee8e5bb50a14f3a05 Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:32:37 +0530 Subject: [PATCH] added MP4 support and resolve errors - Added support for JPG, TIFF, PNG, HEIC image formats - Implemented video file (MP4, MKV) metadata extraction using ffmpeg - Improved logo and error handling - Changed media storage to ./media folder --- Exif-2024-BETA => Exif-2024-BETA.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Exif-2024-BETA => Exif-2024-BETA.py (100%) diff --git a/Exif-2024-BETA b/Exif-2024-BETA.py similarity index 100% rename from Exif-2024-BETA rename to Exif-2024-BETA.py