User Tools

Site Tools


ubuntu:video:convert_h264_to_h265

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:video:convert_h264_to_h265 [2023/06/06 00:28] peterubuntu:video:convert_h264_to_h265 [2023/06/13 10:55] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Video - Convert H264 to H265 ====== 
- 
-<code bash> 
-ffmpeg -i a.mp4 -c:v libx265 -map 0:v -c:a copy -map 0:a -c:s copy b.mkv 
-</code> 
- 
----- 
- 
-===== Using GPU Hardware Encoding ===== 
- 
-<code bash> 
-ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i a.mp4 -c:v hevc_vaapi b.mkv 
-</code> 
  
ubuntu/video/convert_h264_to_h265.1686011333.txt.gz · Last modified: 2023/06/06 00:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki