{"id":33185895,"url":"https://github.com/hache0099/CreateMemeVideo","last_synced_at":"2025-11-30T14:03:23.037Z","repository":{"id":216179742,"uuid":"570370233","full_name":"hache0099/CreateMemeVideo","owner":"hache0099","description":"Bash tool to add captions to the top of videos","archived":false,"fork":false,"pushed_at":"2023-06-08T16:19:28.000Z","size":30,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-02T20:13:48.904Z","etag":null,"topics":["bash","bash-script","command-line","command-line-tool","ffmpeg","shell","shell-script","video","video-editing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hache0099.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}},"created_at":"2022-11-25T02:41:12.000Z","updated_at":"2024-02-11T02:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fd53f2b-c4e4-4e14-8e50-9340f0bdd81a","html_url":"https://github.com/hache0099/CreateMemeVideo","commit_stats":null,"previous_names":["hache0099/creatememevideo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hache0099/CreateMemeVideo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hache0099%2FCreateMemeVideo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hache0099%2FCreateMemeVideo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hache0099%2FCreateMemeVideo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hache0099%2FCreateMemeVideo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hache0099","download_url":"https://codeload.github.com/hache0099/CreateMemeVideo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hache0099%2FCreateMemeVideo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27394204,"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-11-30T02:00:05.582Z","response_time":55,"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":["bash","bash-script","command-line","command-line-tool","ffmpeg","shell","shell-script","video","video-editing"],"created_at":"2025-11-16T05:00:20.104Z","updated_at":"2025-11-30T14:03:23.033Z","avatar_url":"https://github.com/hache0099.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"video\"\u003e\u003c/a\u003eVideo"],"sub_categories":[],"readme":"# CreateVideoMeme\nThis is a Shell script to put caption on top of videos (thus, making them memes)\n\n# Getting Started\n## Dependencies\n[ffmpeg](https://ffmpeg.org/) (*ffmpeg* and *ffprobe*)  \n[imagemagick](https://github.com/ImageMagick/ImageMagick) (*convert*) \n\n## Installation\nJust copy `video-meme` to your **$PATH** and make it executable (`sudo chmod +x $PATH/video-meme`)\n\n# Usage\nSimple example  \nIf you use it this way, the script will try to find an optimal size for the text.\n```\n$ video-meme input.mp4 \"Your text here\" output.mp4\n```\n\nTo use a different font\n```\n$ video-meme --font \u003cfont\u003e input.mp4 \"\u003ctext\u003e\" output.mp4\n```\nYou can use a font installed in your system or a custom font file (as long as it's supported by magick)\n\nTo see a list of available fonts run \n```\n$ convert -list font\n```\n\nTo set the text size\n(This will deactivate the auto-set-size feature)\n```\n$ video-meme --textsize \u003csize\u003e input.mp4 \"\u003ctext\u003e\" output.mp4\n``` \n\nIf you want to see the caption image before the video is processed\n```\n$ video-meme --showimage input.mp4 \"Your text here\" output.mp4\n```\n\nUse `-h` to display the help message\n```\nvideo-meme \u003cVIDEO_PATH\u003e \u003cTEXT\u003e [--textsize SIZE]\n\t[--showimage] [--font FONT | --font \u003cFONT_FILE_PATH\u003e] OUTPUT_FILE\n\t\nOptions\n\t--textsize SIZE\t\tSet the size of the text (default 75)\n\t--showimage\t\tShow the caption image before making the video\n\t--font FONT\t\tSet a font for the caption text (default: helvetica)\n```\n\n# Known bugs\nThe _auto-set-font-size_ feature is experimental and it may be slow, if that's the case, it is recommended to use the `--textsize` option with `--showimage`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhache0099%2FCreateMemeVideo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhache0099%2FCreateMemeVideo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhache0099%2FCreateMemeVideo/lists"}