Nyanmisaka

Results 489 comments of Nyanmisaka

I think I know why. I've been using the mpp patch for Jellyfin to avoid 64-aligned issues when using RGA3. Maybe you should add these two to the repository too....

iirc vp9 and hevc should both be 256-aligned. I forgot mpeg1/2/4, will add it later.

https://github.com/nyanmisaka/ffmpeg-rockchip#todo No ETA. It's on the Todo list. You can open a PR if you have the code right now.

Not implemented yet. The last time I try it was still buggy. You can try it yourself and welcome to open a new PR.

@hbiyik `rkmppdec` in upstream FFmpeg only supports `AV_CODEC_HW_CONFIG_METHOD_INTERNAL`. Only set the `AV_CODEC_HW_CONFIG_METHOD_INTERNAL` fixes the problem in MPV, but it would break the FFmpeg CLI hwaccel transcoding. That means swapping the...

> i had traced it with gdb last night, and noticed that it was actually receiving the pix_fmt from codec parameters, and that is received from the the demuxer, and...

It's clear that the error is caused by the driver/kernel. `Fence expiration time out i915-0000:29:00.0:ffmpeg[18950]:2!` Can you disable the AV1 encoder and VPP tonemap options in turn and try again?

Hi @solisinvictum, what's VAAPI driver version on Arch linux? Can run `vainfo` and share the output?

> Now I got the suspecting changes: > > Both `6.6.26` and `6.8.5` has this series of patches applied: > > https://lore.kernel.org/stable/[email protected]/T/ > > And apparently this breaks our transcoding....

> > > Now I got the suspecting changes: > > > Both `6.6.26` and `6.8.5` has this series of patches applied: > > > https://lore.kernel.org/stable/[email protected]/T/ > > > And...