Skip to content

Instantly share code, notes, and snippets.

@lemon24
lemon24 / mutagen-mp4-tags.py
Last active November 18, 2023 12:53
using mutagen to update MP4 tags
import shutil
import mutagen
shutil.copy('original.mp4', 'new.mp4')
# mutagen.File knows how to open any file (works with both MP4 and MP4):
#
# https://mutagen.readthedocs.io/en/latest/user/gettingstarted.html
# https://mutagen.readthedocs.io/en/latest/api/base.html#mutagen.File