Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tootallnate/convert_to_hevc

Transcodes input video file to use the h265/HEVC codec using `ffmpeg`
https://github.com/tootallnate/convert_to_hevc

Last synced: 5 days ago
JSON representation

Transcodes input video file to use the h265/HEVC codec using `ffmpeg`

Awesome Lists containing this project

README

        

# convert_to_hevc

Transcodes input video file to use the h265/HEVC codec using `ffmpeg`.
Outputs the same filename but with x264/h264/xvid/etc. replaced with HEVC.

## Installation

1. [Install `import`](https://import.pw/importpw/import/docs/install.md).
1. Add to your `.bashrc` file:
```bash
. "$(which import)"
import "tootallnate/[email protected]"
```

## Usage

```
$ convert_to_hevc
```