Results 81 comments of anyc

Couldn't it be also a regional problem? Looks like newer widevine libraries need special preparations like a patched glibc https://github.com/xbmc/inputstream.adaptive/issues/678 which could become difficult for people not using *elec. I...

Is there a workaround for this? I am seeing the same issue.

It works for me too with the change in access.py. Thank you

Could you also try it with the LD_DEBUG variables? Maybe we're lucky.

Hm, I am not sure what we can do here. In line https://github.com/anyc/avcut/blob/1d6f289a4dc1f9a244a28cfec194c900f44d5a28/avcut.c#L421C13-L421C33 we open the encoder based on the codec_id of the input codec which seems to denote the...

Hm, it looks like it is possible to replace the function avcodec_find_encoder() I referenced above with a combination of avcodec_descriptor_get_by_name() and avcodec_find_encoder_by_name() like implemented here: https://ffmpeg.org/doxygen/2.7/ffmpeg__opt_8c_source.html#l00535

I just added the possibility to select the video encoder by CLI argument. Let me know if this helps.

As avcut just copies the codec config from the decoder to the encoder, there might be something incompatible in there. I guess you have to gather a backtrace with a...

(If I execute avcut with "-e libx264" it works normally with my test video.)

You could also try to setup a profile. That's maybe easier than getting ffmpeg with debug symbols.