{"id":16148886,"url":"https://github.com/attron/merlin","last_synced_at":"2025-06-23T17:37:21.852Z","repository":{"id":81171617,"uuid":"198355021","full_name":"ATTron/merlin","owner":"ATTron","description":"Linux Video Auto Encoder For Handbrake. Drop files into watch directory and Merlin will automatically begin converting them to specified format","archived":false,"fork":false,"pushed_at":"2019-10-25T18:18:35.000Z","size":5920,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-20T09:25:18.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ATTron.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}},"created_at":"2019-07-23T04:59:30.000Z","updated_at":"2019-10-25T18:18:37.000Z","dependencies_parsed_at":"2023-03-08T06:45:33.691Z","dependency_job_id":null,"html_url":"https://github.com/ATTron/merlin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ATTron%2Fmerlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ATTron%2Fmerlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ATTron%2Fmerlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ATTron%2Fmerlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ATTron","download_url":"https://codeload.github.com/ATTron/merlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238590608,"owners_count":19497350,"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","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":"2024-10-10T00:35:11.395Z","updated_at":"2025-02-13T03:43:22.028Z","avatar_url":"https://github.com/ATTron.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merlin [![Go Report Card](https://goreportcard.com/badge/github.com/attron/merlin)](https://goreportcard.com/report/github.com/attron/merlin)\nMerlin is a video encoder that automatically monitors for new video files and begins converting them via the HandBrakeCLI\n\n## Setup\n**Currently this project only supports Linux as it uses the inotify API for file system monitoring**\n\n* Pull latest release or clone repo\n    * ``` git clone https://github.com/attron/merlin.git```  \n    * ``` wget https://github.com/ATTron/merlin/releases/download/1.x.x/merlin-linux.tar.gz```\n\n* Install [HandBrakeCLI](https://handbrake.fr/downloads.php)\n    * If you are on RHEL, CentOS, or Debian you can use the Makefile if you do not have HandBrakeCLI installed ```make install-handbrake```\n\n* Install and setup default configuration\n```\n    sudo make install\n```\n\nYou can find a generated **config.json** in ``` /etc/merlin/ ```\n\nThe config.json file takes the following arguments:\n```\n   WatchDir  \u003c- The directory for Merlin to watch\n   OutputDir \u003c- Directory that Merlin will store output files\n   Encoder   \u003c- The chosen encoder format (run HandBrakeCLI --help to see list of available encoder formats)\n   Preset    \u003c- The HandBrakeCLI presets (run HandBrakeCLI -z to see available video presets)\n   Format    \u003c- The output format for the encoded files (av_mp4, av_mkv, av_webm)\n   Args      \u003c- Extra arguments passed to HandBrakeCLI\n```\n\n* Start merlin  \n**You may need to run merlin as sudo if you are getting a permission denied error**\n```\n   make start \n```\n\n## Building for development\n**In order to accurately test the functionality of merlin you will need to run it on a LINUX machine with golang installed**\n```\n    make development\n```  \n\n## Contributing\n[Contributions](https://github.com/attron/merlin/issues?q=is%3Aissue+is%3Aopen) welcome. If interested,fork this repo and submit a PR.\n\n## License\nMIT License, see [LICENSE](https://github.com/attron/merlin/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattron%2Fmerlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattron%2Fmerlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattron%2Fmerlin/lists"}