Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

fix creation_date metadata within mp4 from filename(for the Nintendo Switch)

Notifications You must be signed in to change notification settings

sasaplus1/fix-creation-date.sh

Repository files navigation

fix-creation-date.sh

test Docker Cloud Build Status renovate

fix creation_date metadata within mp4 from filename(for the Nintendo Switch)

Requires

How to use

Shell script

$ ls -1 *.mp4
2018072819214100-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072819382800-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820022400-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820063400-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820110700-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820154100-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820174700-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820212500-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
2018072820303200-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.mp4
$ ls -1 *.mp4 | xargs -n 1 ./fix-creation-date.sh

Docker

$ make build
$ ls -1 *.mp4 | xargs -n 1 docker run --rm -v "$PWD:/mnt" sasaplus1/fix-creation-date.sh

License

The MIT license.

About

fix creation_date metadata within mp4 from filename(for the Nintendo Switch)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published