An open API service indexing awesome lists of open source software.

https://github.com/ekkolon/youtube-thumbnail-generator

Fast, cross-platform CLI tool for generating high-quality YouTube thumbnails
https://github.com/ekkolon/youtube-thumbnail-generator

cli rust thumbnail-generator thumbnails youtube

Last synced: 3 months ago
JSON representation

Fast, cross-platform CLI tool for generating high-quality YouTube thumbnails

Awesome Lists containing this project

README

        

# YouTube Thumbnail Generator

> This project is a work in progress.

Fast, cross-platform CLI tool for generating high-quality YouTube thumbnails.

## Table of Contents

- [CLI Reference](#cli-reference)
- [Authors](#authors)
- [License](#license)
- [Roadmap](#roadmap)
- [Feedback](#feedback)

## CLI Reference

### Usage

**ytthumb** [OPTIONS] \

### Arguments

\ Local image file path for generating the thumbnail

### Options

**-n**, **--name** \

Generated thumbnail name. If not specified, the input filename is used with '\_thumb' appended

**-d**, **--outDir** \

Specifies the output directory for the thumbnail. If unspecified, it defaults to the user's platform-specific _Pictures_ folder

**-f**, **--format** \

The thumbnail's output format

Possible values:

- png
- jpg / jpeg

**-s**, **--sampling** \

Sampling algorithm to use for thumbnail generation

Possible values:

- nearest: Nearest Neighbor
- triangle: Linear Filter
- catmull-rom: Cubic Filter
- gaussian: Gaussian Filter
- lanczos3: Lanczos with window 3

**-h**, **--help**

Print help (see a summary with '-h')

**-V**, **--version**

Print version

## Authors

- Nelson Dominguez ([@ekkolon](https://www.github.com/ekkolon))

## License

This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.

## Roadmap

This project's roadmap will be announced soon. Stay tuned for updates!

## Feedback

If you have any feedback, please reach out at [[email protected]](mailto:[email protected])