Skip to content

colt005/thumbify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THUMBIFY

About The Project

A GoLang CLI app to create thumbnails for video

Built With

Getting Started

Prerequisites

  • FFmpeg
  • Go
  • Git

Installation

  1. Clone the repo
git clone https://github.com/colt005/thumbify.git
  1. Build binary
go build -o thumbify
  1. Use the binary to generate thumbnails for your videos
./thumbify gen -f "video.mp4" -o "output.png"

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

This project was created using the Cobra CLI