Categorygithub.com/alash3al/vidutils
repository
0.1.0
Repository: https://github.com/alash3al/vidutils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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 consdered 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.

Downloads

go to the releases page.

Usage

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

$ ./vidutils_linux_amd64 --help

Thanks To