ffmpeg:conversions:convert_h264_to_h265
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffmpeg:conversions:convert_h264_to_h265 [2023/11/01 09:26] – 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 ===== |
ffmpeg/conversions/convert_h264_to_h265.1698830805.txt.gz · Last modified: 2023/11/01 09:26 by peter