{"id":21951587,"url":"https://github.com/toxe/video-trimmer","last_synced_at":"2026-05-17T15:03:50.893Z","repository":{"id":134565167,"uuid":"428555726","full_name":"Toxe/video-trimmer","owner":"Toxe","description":"Video Trimmer","archived":false,"fork":false,"pushed_at":"2022-11-11T12:13:02.000Z","size":656,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T17:47:03.418Z","etag":null,"topics":["cpp","cpp20","ffmpeg","libavcodec","trim","video"],"latest_commit_sha":null,"homepage":"","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/Toxe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-16T07:18:05.000Z","updated_at":"2023-07-01T15:14:08.000Z","dependencies_parsed_at":"2023-06-18T22:47:47.637Z","dependency_job_id":null,"html_url":"https://github.com/Toxe/video-trimmer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Toxe/video-trimmer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxe%2Fvideo-trimmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxe%2Fvideo-trimmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxe%2Fvideo-trimmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxe%2Fvideo-trimmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toxe","download_url":"https://codeload.github.com/Toxe/video-trimmer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxe%2Fvideo-trimmer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281178947,"owners_count":26456678,"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-10-26T02:00:06.575Z","response_time":61,"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":["cpp","cpp20","ffmpeg","libavcodec","trim","video"],"created_at":"2024-11-29T06:15:08.814Z","updated_at":"2025-10-26T21:37:48.730Z","avatar_url":"https://github.com/Toxe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Trimmer\n\n## Build\n\nDefault build instructions for CMake and Vcpkg. These examples assume that Vcpkg is installed in your home directory. Adjust the paths if necessary.\n\n#### Vcpkg toolchain\n\nPass your Vcpkg toolchain file via `CMAKE_TOOLCHAIN_FILE`, for example on Windows:  \n`-DCMAKE_TOOLCHAIN_FILE=%HOMEPATH%\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake`\n\nOr on Unix systems:  \n`-DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake`\n\n### Linux + Mac\n\n```\n$ mkdir build\n$ cd build\n$ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake ..\n$ ninja\n```\n\n### Windows\n\n```\n$ mkdir build\n$ cd build\n$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%HOMEPATH%\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows ..\n$ cmake --build . --config Release\n```\n\n## Usage\n\n```\nVideo Trimmer\nUsage: video_trimmer [OPTIONS] [directory]\n\nPositionals:\n  directory TEXT              video directory (default: current directory)\n\nOptions:\n  -h,--help                   Print this help message and exit\n  -d                          dump first decoded video frame to file (default: false)\n  -v [0]                      log level (-v: INFO, -vv: DEBUG, -vvv: TRACE)\n  --no-vsync                  disable vsync (vsync is enabled by default)\n  --font-size INT             UI font size in pixels\n  --width INT:POSITIVE Needs: --height\n                              window width\n  --height INT:POSITIVE Needs: --width\n                              window height\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxe%2Fvideo-trimmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoxe%2Fvideo-trimmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxe%2Fvideo-trimmer/lists"}