ubuntu:video:convert_avi_to_h264
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:video:convert_avi_to_h264 [2023/06/06 18:22] – peter | ubuntu:video:convert_avi_to_h264 [2023/06/13 11:08] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - Convert AVI to H264 ====== | ||
- | |||
- | ===== Software Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v libx264 output.mp4 | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== AMD GPU Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v h264_amf output.mp4 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== NVIDIA GPU Encoding ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.avi -c:v h264_nvenc output.mp4 | ||
- | </ | ||
- | |||
- | |||
- | |||
ubuntu/video/convert_avi_to_h264.1686075777.txt.gz · Last modified: 2023/06/06 18:22 by peter