Selur's Little Message Board
XEVE updats last week - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: XEVE updats last week (/thread-3687.html)

Pages: 1 2 3


XEVE updats last week - i990049 - 27.04.2024

https://github.com/mpeg5/xeve/releases
Hope Hybrid will add it.


RE: XEVE updats last week - Selur - 27.04.2024

thought about it end of last year, asked in the issue tracker (https://github.com/mpeg5/xeve/issues/96) never got a reply.
=> seems like a dead project, not worth adding

Cu Selur


RE: XEVE updats last week - Selur - 27.04.2024

Can't even get xeve to work at all, using:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -color_primaries bt470bg -color_trc smpte170m -colorspace bt470bg -color_range tv  -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | xeve_app_base --verbose 2 --input stdin --input-depth 10 --input-csp 1 --fps 25/1 --codec-bit-depth 10  --rc-type 0 --qp 32 --profile "baseline" --level-idc 0 --range "limited" --videoformat "component" --colorprim "bt709" --transfer "bt709" --matrix-coefficients "gbr" --sar 1:1 --output "J:\tmp\2024-04-27@20_46_42_2210\test_1_2024-04-27@20_46_42_2210_01.evc"
I get:
XEVE: eXtra-fast Essential Video Encoder
[D:\a\xeve\xeve\app\xeve_app.c:279] cannot remove file (J:\tmp\2024-04-27@20_46_42_2210\test_1_2024-04-27@20_46_42_2210_01.evc)
[D:\a\xeve\xeve\app\xeve_app_util.h:773] cannot open an writing file=J:\tmp\2024-04-27@20_46_42_2210\test_1_2024-04-27@20_46_42_2210_01.evc
[D:\a\xeve\xeve\app\xeve_app.c:1247] cannot write bitstream
"J:\tmp\2024-04-27@20_46_42_2210\test_1_2024-04-27@20_46_42_2210_01.evc" gets created and is 112KB,...

=> okay, that was with the older version.
New version, fails for me too: https://github.com/mpeg5/xeve/issues/104

Cu Selur


RE: XEVE updats last week - Selur - 28.04.2024

I managed to get the encoding working, but from the looks of it nothing can decode the output.
Since you asked for it: With what player did you want to decode this?

Cu Selur


RE: XEVE updats last week - i990049 - 28.04.2024

FFmpeg with the latest mpeg5 (MPEG-5) ·GitHub Big Grin


RE: XEVE updats last week - Selur - 28.04.2024

Seems like MBAS (https://github.com/m-ab-s/media-autobuild_suite) does not contain evc support since it does not play the files I created with xeve.


RE: XEVE updats last week - Selur - 28.04.2024

Anything that doesn't use '--sar 1:1' doesn't work atm. (https://github.com/mpeg5/xeve/issues/105)

Cu Selur


RE: XEVE updats last week - Selur - 28.04.2024

Let me know when normal ffmpeg can decode evc content and I'll add support for it in Hybrid.


RE: XEVE updats last week - Bartoloni - 01.05.2024

(28.04.2024, 19:59)Selur Wrote: Anything that doesn't use '--sar 1:1' doesn't work atm. (https://github.com/mpeg5/xeve/issues/105)

Cu Selur

interesting that "alienson2001.mp4" can be compressed (8%) using ZIP (??? )


RE: XEVE updats last week - i990049 - 07.05.2024

(28.04.2024, 08:18)Selur Wrote: I managed to get the encoding working, but from the looks of it nothing can decode the output.
Since you asked for it: With what player did you want to decode this?

Cu Selur

[FFmpeg-devel] Provided support for MPEG-5 EVC (Essential Video Coding) codec - Patchwork