Media conversion and standardization tool

Posted March 5, 2025

Table of Contents

View on Github ▸

This custom-built video editing tool automates multiple tasks to streamline the process of converting and editing videos, making it efficient and easy vs having to remember ffmpeg command line switches.

Tech Stack

Features

In addition to the core video and audio conversions, the tool offers several advanced features to further enhance the media editing process:

The tool also provides flexibility with two distinct quality settings:

Outcomes

By automating these tasks, the tool saves me time, reduces manual effort, and ensures a more efficient video editing workflow, making it easy to keep my media files in a standardized format. It’s an invaluable asset for anyone managing large video collections or needing to convert media for various platforms.

Installation

To run, first clone this repo:

git clone https://github.com/jesse-kaufman/video-edit

Then install the dependencies:

`npm ci`

Usage

npm start [command] [inputFile]

Commands

extract-subs

Extracts all text-based English subtitles from input file to subrip format.

cleanup

convert-audio

convert-video

full

set-meta*

Sets metadata on streams in input file.

info*

Prints file/stream info for input file.

* Commands marked with an asterisk are not yet implemented.


To Do List