ffmpeg:conversions:convert_h264_to_h265
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:conversions:convert_h264_to_h265 [2023/06/13 15:04] – peter | ffmpeg:conversions:convert_h264_to_h265 [2023/11/01 21:23] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ffmpeg - Conversions - Convert H264 to H265 ====== | ====== ffmpeg - Conversions - Convert H264 to H265 ====== | ||
+ | |||
+ | ===== Convert h.264 to h.265 (no change in resolution) ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i input.mp4 -c:v libx265 -vtag hvc1 -c:a copy output.mp4 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
===== Software Encoding ===== | ===== Software Encoding ===== | ||
Line 88: | Line 96: | ||
ffmpeg -threads 16 -hwaccel vaapi -hwaccel_device / | ffmpeg -threads 16 -hwaccel vaapi -hwaccel_device / | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === References === | ||
+ | |||
+ | https:// | ||
ffmpeg/conversions/convert_h264_to_h265.1686668641.txt.gz · Last modified: 2023/06/13 15:04 by peter