airikr / Compress MKV and MP4 to MP4 with options
0 likes
0 forks
1 files
Last active 17 hours ago
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | ######################################################################## |
| 4 | # |
| 5 | # This bash script was written by ChatGPT, but not this docblock. |
| 6 | # Everything works after testing, but not 2 functions: |
| 7 | # - Adding metadata to compressed MP4 file. |
| 8 | # - Checking if the file has already been compressed by this script. |
| 9 | # |
| 10 | ######################################################################## |
Newer
Older