{"id":16888941,"url":"https://github.com/rainliu/aom_analyzer","last_synced_at":"2025-03-20T07:15:36.614Z","repository":{"id":57601523,"uuid":"92200989","full_name":"rainliu/aom_analyzer","owner":"rainliu","description":"Command-based AOM AV1 Bitstream Analyzer","archived":false,"fork":false,"pushed_at":"2019-05-25T22:34:33.000Z","size":6245,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T08:26:57.736Z","etag":null,"topics":["analyzer","aom","av1","bitstream"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rainliu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-23T17:29:57.000Z","updated_at":"2022-08-23T09:18:27.000Z","dependencies_parsed_at":"2022-09-26T20:00:38.860Z","dependency_job_id":null,"html_url":"https://github.com/rainliu/aom_analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainliu%2Faom_analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainliu%2Faom_analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainliu%2Faom_analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainliu%2Faom_analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainliu","download_url":"https://codeload.github.com/rainliu/aom_analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566946,"owners_count":20473451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analyzer","aom","av1","bitstream"],"created_at":"2024-10-13T16:54:55.477Z","updated_at":"2025-03-20T07:15:36.590Z","avatar_url":"https://github.com/rainliu.png","language":"C","funding_links":[],"categories":["Encoding \u0026 Codecs"],"sub_categories":["Benchmarking \u0026 Performance Tools for Codecs"],"readme":"AOM_ANALYZER\r\n============\r\n\r\n1). cd aom_analyzer/aom\r\n\r\n2). open aom.sln in Visual Studio 2013 to build aomdec.exe to aom_analyzer/aom/bin/\r\n\r\n3). cd aom_analyzer/\r\n\r\n4). run \"go build\" to get aom_analyzer.exe\r\n\r\n5). run \"./aom_analyzer.exe bitstream.webm\"\r\n\r\n6). type 'help' for more commands information\r\n\r\n\r\nCommand Help:\r\n============\r\n\r\n1). Sequence-Level: (exit|status|frame)\r\n\r\n1.1) exit: exit AOM Analyzer\r\n\r\n1.2) status: show current AOM trace parsing complete status\r\n\r\n1.3) frame [n]: show num of frame [or goto n-th (decoding order) frame]\r\n\r\n2). Frame-Level: (exit|status|udc|cfh|tile|lsb|sb)\r\n\r\n2.1) exit: back to up-level\r\n\r\n2.2) status: show current AOM trace parsing complete status\r\n\r\n2.3) udc: show current frame's uncompressed data chunk info\r\n\r\n2.4) cfh: show current frame's compressed frame header info\r\n\r\n2.5) tile [n|(x,y)]: show num of tile [or goto n-th tile or tile contains pixel(x,y)]\r\n\r\n2.6) lsb [n|(x,y)]: show num of lsb [or goto n-th lsb or lsb that contains pixel(x,y)]\r\n\r\n2.7) sb [n|(x,y)]: show num of sb [or goto n-th sb or sb that contains pixel(x,y)]\r\n\r\n3). Tile-Level: (exit|status|udc|cfh|tile)\r\n\r\n3.1) exit: back to up-level\r\n\r\n3.2) status: show current AOM trace parsing complete status\r\n\r\n3.3) udc: show current tile's uncompressed data chunk info\r\n\r\n3.4) cfh: show current tile's compressed frame header info\r\n\r\n3.5) tile: show current tile info\r\n\r\n4). LSB-Level: (exit|status|udc|cfh|tile|lsb)\r\n\r\n4.1) exit: back to up-level\r\n\r\n4.2) status: show current AOM trace parsing complete status\r\n\r\n4.3) udc: show current lsb's uncompressed data chunk info\r\n\r\n4.4) cfh: show current lsb's compressed frame header info\r\n\r\n4.5) tile: show current lsb's tile info\r\n\r\n4.6) lsb: show current lsb info\r\n\r\n5). SB-Level: (exit|status|udc|cfh|tile|lsb|sb|sbh|sbd|tb)\r\n\r\n5.1) exit: back to up-level\r\n\r\n5.2) status: show current AOM trace parsing complete status\r\n\r\n5.3) udc: show current sb's uncompressed data chunk info\r\n\r\n5.4) cfh: show current sb's compressed frame header info\r\n\r\n5.5) tile: show current sb's tile info\r\n\r\n5.6) lsb: show current sb's lsb info\r\n\r\n5.7) sb: show current sb info\r\n\r\n5.8) sbh: show current sb's header info\r\n\r\n5.9) sbd: show current sb's data info\r\n\r\n5.10) tb [n|(x,y,z)]: show num of tb [or goto n-th tb or z-th plane tb that contains relative pixel(x,y) inside sb]\r\n\r\n6). TB-Level: (exit|status|udc|cfh|tile|lsb|sb|sbh|sbd|tb|token|coef|resi|pred|reco|loop|final)\r\n\r\n6.1) exit: back to up-level\r\n\r\n6.2) status: show current AOM trace parsing complete status\r\n\r\n6.3) udc: show current tb's uncompressed data chunk info\r\n\r\n6.4) cfh: show current tb's compressed frame header info\r\n\r\n6.5) tile: show current tb's tile info\r\n\r\n6.6) lsb: show current tb's lsb info\r\n\r\n6.7) sb: show current tb's sb info\r\n\r\n6.8) sbh: show current tb's sb header info\r\n\r\n6.9) sbd: show current tb's sb data info\r\n\r\n6.10) tb: show num of tb info\r\n\r\n6.11) token: show current tb's token info\r\n\r\n6.12) coef: show current tb's coefficient pixels\r\n\r\n6.13) resi: show current tb's residual pixels\r\n\r\n6.14) pred: show current tb's prediction pixels\r\n\r\n6.15) reco: show current tb's reconstruction pixels\r\n\r\n6.16) loop: show current tb's deblocking pixels\r\n\r\n6.17) final: show current tb's final pixels","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainliu%2Faom_analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainliu%2Faom_analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainliu%2Faom_analyzer/lists"}