User Tools

Site Tools


ubuntu:video:convert_h264_to_h265

This is an old revision of the document!


Ubuntu - Video - Convert H264 to H265

ffmpeg -i a.mp4 -c:v libx265 -map 0:v -c:a copy -map 0:a -c:s copy b.mkv

Using GPU

ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i a.mp4 -c:v hevc_vaapi b.mkv
ubuntu/video/convert_h264_to_h265.1686011314.txt.gz ยท Last modified: 2023/06/06 00:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki