mediarename

1.0.0 • Public • Published

mediarename 📹

A command line app to let you rename video files based on metadata.

Pulls metadata out of video files including time, recorder, and geodata to let you rename your media how best makes sense. Super helpful for unifying video from multiple sources.

NOTE: Depends on the system ffmpeg in your path. Install ffmpeg before running this app. On Mac use brew install ffmpeg. On Linux or Windows you'll need to work this out yourself.

Usage

List available metadata on a video file:

npx mediarename --meta myfile.mp4

Batch rename video files:

npx mediarename --format '{date} - {location} - {recorder}' *.mp4

Bugs

There's probably lots of 'em. Create an issue or submit a merge request against the Github repo.

Readme

Keywords

none

Package Sidebar

Install

npm i mediarename

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

5.04 kB

Total Files

3

Last publish

Collaborators

  • ashkyd