Update CMD.bash
Browse files
CMD.bash
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
#
|
|
|
|
|
|
|
| 14 |
python main.py
|
|
|
|
| 1 |
+
#https://chat.deepseek.com/share/tyxmttfnpjuwdclfmr
|
| 2 |
+
|
| 3 |
+
# Install required packages
|
| 4 |
+
pip install -r requirements.txt
|
| 5 |
+
|
| 6 |
+
# For video conversion, install FFmpeg
|
| 7 |
+
# Ubuntu/Debian:
|
| 8 |
+
sudo apt-get install ffmpeg
|
| 9 |
+
|
| 10 |
+
# macOS:
|
| 11 |
+
brew install ffmpeg
|
| 12 |
+
|
| 13 |
+
# Windows: Download from ffmpeg.org
|
| 14 |
+
winget install Gyan-FFmpeg
|
| 15 |
+
# Run the application
|
| 16 |
python main.py
|