Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.17 KB

README.md

File metadata and controls

42 lines (36 loc) · 2.17 KB

About

a very simple, tiny and intuitive ffmpeg wrapper with a cli interface for inspecting & transforming media files supported by the original ffmpeg software.

Why

I wanted to learn more about ffmpeg and dig deep into its use cases, so I tried to build a simple wrapper that is considered a shortcut for ffmpeg.

Features

  • Inspecting a video file to get its info including (duration, size, thumbnail, ... etc).
  • Transforming a video file (converting, resizing and compressing).
  • Generating a HLS playlist from a video file.

Requirements

  • ffmpeg command line
  • ffprobe command line

Downloads

Go to the releases page.

Usage

For now, execute the downloaded binary with the --help flag, for example:

$ ./vidutils_linux_amd64 --help

Thanks To