{"id":23554436,"url":"https://github.com/mtrnord/matrixliveprocessor","last_synced_at":"2025-05-15T19:14:55.654Z","repository":{"id":268043039,"uuid":"903185764","full_name":"MTRNord/MatrixLiveProcessor","owner":"MTRNord","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-14T01:05:03.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T15:18:00.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MTRNord.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":"2024-12-14T00:10:39.000Z","updated_at":"2024-12-14T01:05:07.000Z","dependencies_parsed_at":"2024-12-14T02:28:20.449Z","dependency_job_id":null,"html_url":"https://github.com/MTRNord/MatrixLiveProcessor","commit_stats":null,"previous_names":["mtrnord/matrixliveprocessor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTRNord%2FMatrixLiveProcessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTRNord%2FMatrixLiveProcessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTRNord%2FMatrixLiveProcessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTRNord%2FMatrixLiveProcessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MTRNord","download_url":"https://codeload.github.com/MTRNord/MatrixLiveProcessor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254404332,"owners_count":22065641,"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-12-26T12:14:23.668Z","updated_at":"2025-05-15T19:14:55.622Z","avatar_url":"https://github.com/MTRNord.png","language":"Python","readme":"# Matrix Live Processor\n\nSmall script which ensures a somewhat consistent matrix live experience.\n\n## Features\n\n- Audio normalization to -16 LUFS\n- Optional Whisper subtitle generation\n- Whisper subtitle based show notes\n\n## Requirements\n\n- Python 3.12+\n- ffmpeg\n- ffmpeg-normalize\n- whisper\n\n## Installation\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n```bash\npython matrix_live_processor.py ./input.mp4 ./output.mp4 --use-whisper --model-name medium --language en\n```\n\n### Arguments\n\n- `input_file`: The input file to process\n- `output_file`: The output file to write to (video filename)\n- `--use-whisper`: Enable whisper subtitle generation\n- `--burn-subtitles`: Burn the generated subtitles into the video\n- `--show-notes`: Generate show notes based on the generated subtitles. Requires ollama to be running.\n- `--model-name`: The whisper model to use (default: `medium`). Check whispercpp for available models.\n- `--language`: The language to use for whisper subtitle generation (default: `en`). Check whispercpp for available\n  languages.\n- `--force`: Force overwrite of the output file if it already exists.\n\n## Note\n\nFor best performance you should build the whisper lib manually. See https://github.com/abdeladim-s/pywhispercpp for\ndetails.\n\n## License\n\nApache 2.0","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrnord%2Fmatrixliveprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtrnord%2Fmatrixliveprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrnord%2Fmatrixliveprocessor/lists"}