Vibhoothi

Results 51 comments of Vibhoothi

Right on further quick debugging, it seems it is a muxing non-standard y4m like 420p10, 422p12 etc is the culprit, Command to reproduce locally as per https://github.com/master-of-zen/Av1an/blob/master/av1an-core/src/split.rs#L14-L52 `ffmpeg -i ~/awcy/media/av2-a5-270p/SparksElevator_480x270p_5994_10bit.y4m...

@master-of-zen were you using same commandline as i used and y4m10bit! ? ./av1an -e x264 -i ~/awcy/media/av2-a5-270p/SparksElevator_480x270p_5994_10bit.y4m --keep --temp temp2 -o dark.mp4 What is your ffmpeg version? that’s really strange...

That is pretty strange issue for me, tried to do a clean build and it still fails, Just as a note, I am building ffmpeg_static `cargo build --features=ffmpeg_static --release` as...

Hi, Thanks for the bug-report, will it be possible to share the sample ?

I think we are now using this for NEON, AVX2 post-dav1d merge, can be closed I think

@eclipseo Hi, As we have a 0.1 release of rav1e, will it be possible for you to take care of rav1e too?

https://people.xiph.org/~mindfreeze/rav1e_2912_sample.ivf I found it in my PC

Hi, There seems lot of conflicts and it is more of out of sync with the codebase as a whole, The huge build time seems to be quite a big...

With help of #2118 Channel API, we can achieve something similar :)

Counterpart in libaom: https://github.com/m-ab-s/aom/blob/8c1aa3050e5ab883bc86e9c772be73b6d2b9d23c/common/ivfenc.c#L17