Selur's Little Message Board

Full Version: XEVE updats last week
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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
Can't even get xeve to work at all, using:
Code:
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:
Code:
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
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 with the latest mpeg5 (MPEG-5) ·GitHub Big Grin
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.
Anything that doesn't use '--sar 1:1' doesn't work atm. (https://github.com/mpeg5/xeve/issues/105)

Cu Selur
Let me know when normal ffmpeg can decode evc content and I'll add support for it in Hybrid.
(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 (??? )
(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
Pages: 1 2 3