You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@
3
3
The application is tailored to transform extended videos into succinct yet informative clips. It's a valuable tool for editors tasked with navigating through hours of footage, enabling them to streamline the process and craft engaging short films or highlight reels more efficiently.
4
4
## Features
5
5
6
-
1.**Download Video:** Downloads a video file from a provided link.
7
-
2.**Speech Recognition:** Utilizes the whisper model to extract utterances from the video and converts them to text, saving the transcription as a script file.
8
-
3.**Video Duration:** Determines the duration of the video.
9
-
4.**Short Transcription:** Creates a short transcription from the full transcription that highlights the best parts of the video.
10
-
5.**Short Video Creation:** Creates a short video by joining segments from the original video based on the short transcription.
6
+
7
+
1.**📥 Download Video:** Downloads a video file from a provided link.
8
+
2.**🗣️ Speech Recognition:** Utilizes the whisper model to extract utterances from the video and converts them to text, saving the transcription as a script file.
9
+
3.**⏱️ Video Duration:** Determines the duration of the video.
10
+
4.**📝 Short Transcription:** Creates a short transcription from the full transcription that highlights the best parts of the video.
11
+
5.**🎥 Short Video** Creation: Creates a short video by joining segments from the original video based on the short transcription.
11
12
12
13
## Installation
13
14
**Prerequisites:**
@@ -64,6 +65,7 @@ The application is tailored to transform extended videos into succinct yet infor
0 commit comments