{"id":34775173,"url":"https://github.com/paradox460/quickvid","last_synced_at":"2026-05-21T20:37:05.053Z","repository":{"id":298423377,"uuid":"990837964","full_name":"paradox460/quickvid","owner":"paradox460","description":"Simple tool I made for quick edits, conversions, and watermarks of videos and images","archived":false,"fork":false,"pushed_at":"2025-10-19T18:48:01.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T19:48:05.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/paradox460.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":"2025-05-26T18:04:38.000Z","updated_at":"2025-10-19T18:39:07.000Z","dependencies_parsed_at":"2025-06-11T03:39:09.993Z","dependency_job_id":"23cb3348-535c-4d20-8980-e447d16beaaf","html_url":"https://github.com/paradox460/quickvid","commit_stats":null,"previous_names":["paradox460/quickvid"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/paradox460/quickvid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fquickvid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fquickvid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fquickvid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fquickvid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradox460","download_url":"https://codeload.github.com/paradox460/quickvid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fquickvid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33313867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-25T08:14:57.267Z","updated_at":"2026-05-21T20:37:05.048Z","avatar_url":"https://github.com/paradox460.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickvid\n\nQuickvid is a command-line tool for quick video and image editing, watermarking,\nand conversion. It is designed for fast, scriptable workflows and supports a\nvariety of options for manipulating video, audio, and logos.\n\n## Features\n\n- Quick edits and conversions for video and images\n- Add watermarks/logos with customizable position, size, and effects\n- Replace, filter, or strip audio tracks\n- Flexible output options (directory, clipboard, open, Yoink integration)\n- Date and timezone-based output filenames\n- Edit ffmpeg commands before execution\n- Integration with MPV for preview and editfile generation\n\nNote that a large amount of the internal functionality is based around MacOS\nutilities. I haven't tested nor used this on other operating systems, so YMMV.\nPRs always welcome.\n\n## Installation\n\nBinaries are provided for various platforms, check the\n[latest release](https://github.com/paradox460/quickvid/releases/latest) to see\nif yours is supported.\n\n### Install with mise\n\nIf you use [mise](https://mise.jdx.dev), you can install quickvid with the\nfollowing command::\n\n```sh\nmise install ubi:paradox460/quickvid\n```\n\nNote that this is using [ubi](https://github.com/houseabsolute/ubi), and\nquickvid can obviously be installed using it.\n\n### Build it yourself\n\nQuickvid is written in Deno. Make sure you have [Deno](https://deno.com/)\ninstalled.\n\nWe use Mise for our version and tool chain management. You'll need to have\n[mise](https://mise.jdx.dev) installed.\n\nClone the repo, run `mise install`, and then you can run\n\n```sh\n# Run directly with Deno (add --allow-all for full functionality)\ndeno run --allow-all main.ts [options]\n```\n\nYou can also build a binary, and there is an install script that works on MacOS\nsystems.\n\n```sh\n# This only builds a binary\nmise run build\n\n# This builds (if needed) and installs a binary\nmise run install\n```\n\n## Usage\n\n```sh\nquickvid \u003cinput:file\u003e [output:file] [options]\n```\n\nFor a full list of options and detailed usage, run:\n\n```sh\nquickvid --help\n```\n\n## Example\n\n```sh\nquickvid input.mp4 --logo.filename logo.png -o.d ~/Videos/\n```\n\nThis command adds a logo and saves the output in `~/Videos/`.\n\n## License\n\nMIT License\n\nCopyright (c) 2025 Jeff Sandberg\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Fquickvid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadox460%2Fquickvid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Fquickvid/lists"}