MystiQ icon indicating copy to clipboard operation
MystiQ copied to clipboard

Hardware Acceleration

Open leuchtrakete666 opened this issue 4 years ago • 4 comments

How to get Hardware Acceleration work with AMD Radeon RX640

Please help. I have no idea how to accomplish this.

I am on latest Manjaro

thanks

leuchtrakete666 avatar Aug 23 '20 08:08 leuchtrakete666

MystiQ use ffmpeg to convert. If you known about the arguments to ffmpeg that use your hardware then you can add to MystiQ and use it.

lfdominguez avatar Aug 24 '20 13:08 lfdominguez

I am aware of that. i just want to convert a mass of wmv and avi files to mp4. and this ffmpeg options are really complicate. i dont have time to spend that much energy in learning all this options. would be great if someone can help me with this.

leuchtrakete666 avatar Aug 24 '20 18:08 leuchtrakete666

According to This

I think -hwaccel would do that.

unwaged avatar Aug 31 '20 14:08 unwaged

I have a question:According to ffmpeg's documentation page:

Note that most acceleration methods are intended for playback and will not be faster than software decoding on modern CPUs. Additionally, ffmpeg will usually need to copy the decoded frames from the GPU memory into the system memory, resulting in further performance loss. This option is thus mainly useful for testing.

Does this mean that ffmpeg developers advise us not to use hardware acceleration when converting media formats?

HilebertSpace avatar Nov 28 '20 12:11 HilebertSpace