Topic: SVPCode errors on Linux

I've installed the SVP from both AUR and the website, but I got the same problem with both.

Whenever I select my video file, and I click on transcode, I only get the "Failed" message and the green arrow.

Re: SVPCode errors on Linux

As a Linux user you must know how to read the logs wink

3 (edited by mglolenstine 23-11-2019 12:29:57)

Re: SVPCode errors on Linux

Chainik wrote:

As a Linux user you must know how to read the logs wink

Obviously I do, but seeing "mpv exited with error 2" doesn't really tell me anything.
Except if I'm missing something... :shrug:

EDIT: For some reason I can't see the log file I provided in the OP...

Re: SVPCode errors on Linux

> but seeing "mpv exited with error 2" doesn't really tell me anything

there must be a lot of lines before this one

Re: SVPCode errors on Linux

From what I gather, you can't see the log either... I'll post it to another hosting site, because this one apparently doesn't work for me...

Log file: https://hastebin.com/udoxidekin.http

I can open and play the video without problems in MPV.

I get many different errors for different files, which I can all play in MPV without problems

another log: https://hastebin.com/sijatebuxo.http

I guess it wasn't the MPV failing, but the error output doesn't really help much, with the last one being "Failed to initialize muxer."

Re: SVPCode errors on Linux

> 03:08:27.856: [encode] Opening muxer: Matroska [matroska]
> 03:08:27.857: [encode] Failed to initialize muxer.

dunno, probably ffmpeg was built in some unusual way in your system

7 (edited by mglolenstine 23-11-2019 17:18:01)

Re: SVPCode errors on Linux

Problem is that with the FFMPEG I can transcode without problems. I can even use the HW encoder, for which the SVP says that my GPU is insufficient (rx 480).

https://hastebin.com/lurayiqece.makefile

I've gotten SW encoder to work fine with the SVPCode, but any form of the HW encoders doesn't work (ex. hevc_vaapi, h264_vaapi) even tho they work fine with FFMPEG.

EDIT:
Is there a way to transcode using the CLI and not having to use the GUI?

Re: SVPCode errors on Linux

> Is there a way to transcode using the CLI and not having to use the GUI?

the exact command line is given right in the first (ok, 2nd) line of the log

> I've gotten SW encoder to work fine with the SVPCode

two logs above were made with software H.265 encoder

>  I can even use the HW encoder, for which the SVP says that my GPU is insufficient

it says it's insufficient for motion interpolation job via OpenCL, not for encoding
https://github.com/RadeonOpenCompute/RO … /issues/59

Re: SVPCode errors on Linux

That's  fair...

Whenever I try to run the encoding command in the terminal, I get errors https://hastebin.com/zofobiroku.coffeescript