ubuntu:video:convert_avi_to_h265
Differences
This shows you the differences between two versions of the page.
ubuntu:video:convert_avi_to_h265 [2023/06/06 18:22] – created peter | ubuntu:video:convert_avi_to_h265 [2023/06/13 11:09] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - Convert AVI to H265 ====== | ||
- | |||
- | ===== Software Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v libx265 output.mp4 | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== AMD GPU Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v hevc_amf output.mp4 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== NVIDIA GPU Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v hevc_nvenc output.mp4 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
ubuntu/video/convert_avi_to_h265.1686075725.txt.gz · Last modified: 2023/06/06 18:22 by peter