Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 12ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
m

mkv

Recently created Least recently created Recently updated Least recently updated

airikr / Compress MKV and MP4 to MP4 with options

Last active 3 months ago ai ai-generated bash compress linux mkv mp4 video

Created by ChatGPT, but not the first comment section.

0 0 1
1 #!/usr/bin/env bash
2
3 ##########################################################################
4 #
5 # This bash script was written by ChatGPT, but not this comment section.
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 # However, I have done some fine tuning like adding new rows.