{"id":25880491,"url":"https://github.com/sitkevij/vmaf","last_synced_at":"2025-07-25T20:36:24.388Z","repository":{"id":93816761,"uuid":"107891269","full_name":"sitkevij/vmaf","owner":"sitkevij","description":"Small VMAF Docker images for Alpine Linux. VMAF is Video Multi-Method Assessment Fusion (by Netflix OSS)","archived":false,"fork":false,"pushed_at":"2018-05-10T14:13:46.000Z","size":12,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T05:03:13.778Z","etag":null,"topics":["docker","docker-image","quality-metrics","video","video-processing","video-streaming","vmaf","vmaf-docker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/sitkevij/vmaf/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sitkevij.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-22T18:21:05.000Z","updated_at":"2020-03-21T03:28:12.000Z","dependencies_parsed_at":"2023-03-12T20:00:16.912Z","dependency_job_id":null,"html_url":"https://github.com/sitkevij/vmaf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sitkevij/vmaf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkevij%2Fvmaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkevij%2Fvmaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkevij%2Fvmaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkevij%2Fvmaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitkevij","download_url":"https://codeload.github.com/sitkevij/vmaf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkevij%2Fvmaf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267057758,"owners_count":24028888,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","docker-image","quality-metrics","video","video-processing","video-streaming","vmaf","vmaf-docker"],"created_at":"2025-03-02T13:33:08.705Z","updated_at":"2025-07-25T20:36:24.380Z","avatar_url":"https://github.com/sitkevij.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vmaf Docker\n\n[![](https://images.microbadger.com/badges/image/sitkevij/vmaf.svg)](https://microbadger.com/images/sitkevij/vmaf \"docker layers\") [![](https://images.microbadger.com/badges/version/sitkevij/vmaf.svg)](https://microbadger.com/images/sitkevij/vmaf \"release version\")\n\nThere are two ways to get VMAF Docker:\n\n## 1. Pull from Docker Hub\n\n- [vmaf alpine/latest](https://github.com/sitkevij/vmaf/tree/master/alpine)\n  - `docker pull sitkevij/vmaf` OR `docker pull sitkevij/vmaf:0.6.2`\n\n## 2. Building from source\nIf building from source, Docker 17.05 or higher is required due to `ARG` usage.\n```\ngit clone https://github.com/sitkevij/vmaf.git \u0026\u0026 \\\n cd vmaf \u0026\u0026 \\\n chmod a+x *.sh \u0026\u0026 \\\n ./build-arg.sh sitkevij vmaf:0.6.2-alpine:3.7 \u0026\u0026 \\\n ./unit-test-media.sh \u0026\u0026 \\\n ./unit-test.sh\n```\n\n## Running vmaf Docker\nvmaf Docker can be run by prefixing `run_vmaf` commands with `docker run --rm -v=\"$(pwd)\":/tmp/vmaf sitkevij/vmaf`\n\n### Example\n```\ndocker run --rm -v=\"$(pwd)\":/tmp/vmaf sitkevij/vmaf run_vmaf yuv420p 1920 800 \"${file1}.yuv\" \"${file2}.yuv\" --out-fmt json\n```\n\n### vmaf usage\n```\nusage: run_vmaf fmt width height ref_path dis_path [--model model_path] [--out-fmt out_fmt] [--phone-model]\n\nfmt:\n    yuv420p\n    yuv422p\n    yuv444p\n    yuv420p10le\n    yuv422p10le\n    yuv444p10le\n\nout_fmt:\n    text (default)\n    xml\n    json\n```\n\n## Developer notes\n\n### Image sizing\n\n#### Untouched `/vmaf` directory\n```\n/vmaf # du\n258.0M  .\n```\n\n1. `rm -rf /vmaf/.git` -\u003e 197.9M\n\n2. `rm - rf /vmaf/python/test/resource/yuv` -\u003e 59.4M\n\n```\n/vmaf # du -h -d 1\n2.9M    ./pthreads\n76.0K   ./Xcode\n10.0M   ./ptools\n1.4M    ./libsvm\n68.0K   ./workspace\n12.0M   ./python\n2.3M    ./matlab\n1.3M    ./model\n1.6M    ./feature\n24.5M   ./wrapper\n64.0K   ./gradle\n2.9M    ./resource\n59.4M   .\n```\n\n3. `rm -rf /vmaf/ptools/opencontainers_1_8_4/docs \u0026\u0026 rm -rf /vmaf/ptools/opencontainers_1_8_4/tests/` -\u003e 56.2M\n\n#### Total image size\n```\n/ # du -h\n633.8M  .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitkevij%2Fvmaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitkevij%2Fvmaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitkevij%2Fvmaf/lists"}