{"id":18472329,"url":"https://github.com/m4heshd/media-toolkit","last_synced_at":"2026-05-05T12:31:15.813Z","repository":{"id":223472441,"uuid":"758499301","full_name":"m4heshd/media-toolkit","owner":"m4heshd","description":"A Docker container with an assortment of media processing tools","archived":false,"fork":false,"pushed_at":"2024-02-28T11:46:12.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T16:38:14.579Z","etag":null,"topics":["docker","encoder-decoder","ffmpeg","handbrake","subtitles","x265","yt-dlp"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/m4heshd/media-toolkit","language":"Shell","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/m4heshd.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}},"created_at":"2024-02-16T13:05:53.000Z","updated_at":"2024-02-24T01:56:23.000Z","dependencies_parsed_at":"2025-05-12T15:49:34.394Z","dependency_job_id":"2c6a4548-1d5e-4539-a178-bd0962b4764c","html_url":"https://github.com/m4heshd/media-toolkit","commit_stats":null,"previous_names":["m4heshd/subs-burner","m4heshd/media-toolkit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/m4heshd/media-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4heshd%2Fmedia-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4heshd%2Fmedia-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4heshd%2Fmedia-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4heshd%2Fmedia-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4heshd","download_url":"https://codeload.github.com/m4heshd/media-toolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4heshd%2Fmedia-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","encoder-decoder","ffmpeg","handbrake","subtitles","x265","yt-dlp"],"created_at":"2024-11-06T10:19:50.254Z","updated_at":"2026-05-05T12:31:15.785Z","avatar_url":"https://github.com/m4heshd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# media-toolkit\n\nA Docker container with an assortment of media processing tools, including additional easy-to-use scripts. Download,\ncreate and edit any type of media. Created for my personal use on the cloud. But if you're planning on using this,\nthat's cool too. 🙂\n\n# Support my work 🙏🏽\n\nI dedicate a significant amount of time and energy to open-source projects. While I don't seek personal gain, any\nsupport would be immensely valuable in helping me achieve my ultimate goal of becoming a full-time open-source\ndeveloper.\n\nYou can help me by buying me a few coffees ☕, so I'm all buzzed up and got time to work on this further.\nOr you can send a few monies my way to simply say thanks for the work that's already been done.\n\n[![Donate to m4heshd](https://i.ibb.co/8PgVcwK/Paypal.png)](https://paypal.variatix.net)\n\nOr you can buy me a \"ko-fi\" by clicking this button\n\n[![ko-fi](https://i.ibb.co/QmQknmc/ko-fi.png)](https://ko-fi.variatix.net)\n\n## Features\n\n### Can use custom fonts\n\nJust place them inside the `fonts` directory before starting the container.\n\n### [`ttyd`](https://github.com/tsl0922/ttyd) is built-in\n\nYou can enable or disable it using the `TTYD_ENABLED` environment variable.\n\n### SSH is supported\n\nIf you mount your public key as a volume to `/config/ssh/key.pub`, SSH support will be automatically enabled. Check the\ndocker compose configuration in [Usage](#usage).\n\n## Usage\n\nSpin up a container using the following docker compose setup.\n\n```yaml\nversion: \"3\"\n\nservices:\n  media-toolkit:\n    image: m4heshd/media-toolkit:latest\n    container_name: media-toolkit\n    restart: no\n    environment:\n      TTYD_ENABLED: \"1\"\n    ports:\n      - \"8585:2525\" # ttyd web-ui\n      - \"2222:22\" # SSH\n    volumes:\n      - ./ssh/my_public_key.pub:/config/ssh/key.pub # Public key you want to use to access this container via SSH\n      - ./fonts:/usr/share/fonts/custom # Custom fonts that your subtitles burn-in process might require\n      - ~/Videos:/data # Media files you plan to process with media-toolkit\n```\n\nConnect to the started container via SSH or ttyd then use the included tools from anywhere. That's it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4heshd%2Fmedia-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4heshd%2Fmedia-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4heshd%2Fmedia-toolkit/lists"}