New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mediarename

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediarename

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

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 01 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts