Package Details: evalvid 2.7-1

Git Clone URL: https://aur.archlinux.org/evalvid.git (read-only, click to copy)
Package Base: evalvid
Description: A framework and tool-set for evaluation of the quality of video transmitted over a real or simulated communication network.
Upstream URL: http://www2.tkn.tu-berlin.de/research/evalvid/fw.html
Keywords: evaluation video
Licenses: unknown
Submitter: qrwteyrutiyoup
Maintainer: None
Last Packager: qrwteyrutiyoup
Votes: 0
Popularity: 0.000000
First Submitted: 2017-08-15 18:55 (UTC)
Last Updated: 2017-08-15 18:55 (UTC)

Latest Comments

a821 commented on 2024-09-26 11:58 (UTC)

Sadly it fails to build due to (I guess) changes in gpac's API. I get this error:

mp4trace.c: In function ‘enqueue_v’:
mp4trace.c:133:21: error: implicit declaration of function ‘gf_isom_next_hint_packet’; did you mean ‘gf_isom_end_hint_sample’? [-Wimplicit-function-declaration]
  133 |   if (GF_OK != (e = gf_isom_next_hint_packet(ctx->f, ctx->hint_track, &p, &l, &dis, &rep, &video_ts, &sn_v))) {
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
      |                     gf_isom_end_hint_sample
mp4trace.c: In function ‘main’:
mp4trace.c:400:23: error: implicit declaration of function ‘gf_isom_reset_hint_reader’; did you mean ‘gf_isom_reset_alt_brands’? [-Wimplicit-function-declaration]
  400 |     if (GF_OK != (e = gf_isom_reset_hint_reader(fv, video_hint_track, 1, last_video_ts, last_video_sn, MP4_SSRC))) {
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                       gf_isom_reset_alt_brands

qrwteyrutiyoup commented on 2024-09-26 09:36 (UTC)

@a821: Good point. It seems it is still available from the wayback machine, at https://web.archive.org/web/20161225173924if_/http://www2.tkn.tu-berlin.de/research/evalvid/EvalVid/evalvid-2.7.tar.bz2

I am currently unable to do any work on this, so I will disown it for now, and maybe someone else can pick it up. Best Regards.

a821 commented on 2024-09-26 09:20 (UTC)

sources are 404