Jump to content

Ryzen 2400g vega 11 encode h.265

Calling John

is there a way to use Avidemux  to use the vega 11 to encode to h.265

or is there any program like it that does not take up a lot of space (Avidemux only uses over 100mb) that would use the vega 11 to encode the video and not the cpu?
 

if i use the vega 11 to encode it would be faster

Link to comment
Share on other sites

Link to post
Share on other sites

38 minutes ago, Calling John said:

is there a way to use Avidemux  to use the vega 11 to encode to h.265

or is there any program like it that does not take up a lot of space (Avidemux only uses over 100mb) that would use the vega 11 to encode the video and not the cpu?
 

if i use the vega 11 to encode it would be faster

use ffmpeg with hevc_vaapi for h265 on amd apu and gpus.

see, https://trac.ffmpeg.org/wiki/Hardware/VAAPI for more information and samples

 

for example, encode input.mp4 to a output.mp4 video file with 10-bit H.265 at 15Mbps VBR

Quote

ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=p010,hwupload' -c:v hevc_vaapi -b:v 15M -profile 2 output.mp4

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×