Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/tootallnate/convert_to_hevc
- Owner: TooTallNate
- Created: 2020-03-24T04:29:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T20:52:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T02:44:26.331Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```