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

https://github.com/idmysteries/to_hevc

Powershell script is for converting video to HEVC via ffmpeg libx265
https://github.com/idmysteries/to_hevc

amd ffmpeg h265 hevc nvidia powershell powershell-script x265

Last synced: 4 months ago
JSON representation

Powershell script is for converting video to HEVC via ffmpeg libx265

Awesome Lists containing this project

README

          

# to_hevc (libx265)
Powershell script is for converting video to HEVC via ffmpeg and libx265

## usage
```
All videos:
to_hevc

Specific videos:
to_hevc video1 video2 ...

Show help:
to_hevc -h
```