{"id":26447529,"url":"https://github.com/mycore-org/myvidcore","last_synced_at":"2025-09-05T06:35:45.753Z","repository":{"id":45156382,"uuid":"62376425","full_name":"MyCoRe-Org/MyVidCoRe","owner":"MyCoRe-Org","description":"My Video Converter","archived":false,"fork":false,"pushed_at":"2025-09-01T04:21:48.000Z","size":1114,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-01T06:47:27.553Z","etag":null,"topics":["convert-videos","ffmpeg","gpu-support","gui","java","mycore","vosk","webservice"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MyCoRe-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-07-01T08:10:43.000Z","updated_at":"2025-09-01T04:21:51.000Z","dependencies_parsed_at":"2023-02-09T15:30:46.724Z","dependency_job_id":"a6a11005-8be3-478e-9198-c29c93ee35c8","html_url":"https://github.com/MyCoRe-Org/MyVidCoRe","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/MyCoRe-Org/MyVidCoRe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2FMyVidCoRe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2FMyVidCoRe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2FMyVidCoRe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2FMyVidCoRe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyCoRe-Org","download_url":"https://codeload.github.com/MyCoRe-Org/MyVidCoRe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2FMyVidCoRe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273723144,"owners_count":25156302,"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-09-05T02:00:09.113Z","response_time":402,"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":["convert-videos","ffmpeg","gpu-support","gui","java","mycore","vosk","webservice"],"created_at":"2025-03-18T13:57:28.003Z","updated_at":"2025-09-05T06:35:45.723Z","avatar_url":"https://github.com/MyCoRe-Org.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyVidCoRe - My Video Converter [![Build](https://github.com/MyCoRe-Org/MyVidCoRe/actions/workflows/ci.yml/badge.svg)](https://github.com/MyCoRe-Org/MyVidCoRe/actions/workflows/ci.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/0743cca157aa49df87db3f5b9b71459c)](https://www.codacy.com/gh/MyCoRe-Org/MyVidCoRe/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=MyCoRe-Org/MyVidCoRe\u0026amp;utm_campaign=Badge_Grade)\n\nConverts Videos from hotfolder to output directory with given settings. \n\n## Getting Started\n\nThis Project requires at least Java 11 and Maven 3 to build.\n\nBuild Project with this command:\n\n    $ mvn clean install\n\nYou also need to install FFMpeg and FFProbe, please visit the [FFMpeg download page](https://ffmpeg.org/download.html).\n\n## Overview\n\n**Running Server**\n\nRun Server with:\n\n    # run with default settings\n    $ java -jar myvidcore.jar\n    # run with custom settings\n    $ java -jar myvidcore.jar --watchDir convert/input --outputDir convert/output\n\nNow you should be able to access the WEB-Interface on [http://localhost:8085/](http://localhost:8085/).\n \n**Access Server**\n\nREST-API:\n\n    http://localhost:8085/application.wadl\n\n\nWEB-Interface:\n\n    http://localhost:8085/\n\n## Commandline Options\n\nFor a help and/or overview about default settings run:\n\n    $ java -jar myvidcore.jar -h\n    \n* **-h, --help**\n\n  Print help message\n\n* **--host**\n\n  Set host to listen on\n\n* **-p, --port**\u003cbr /\u003e\n  *Default:* `8085`\n  \n  Set port to listen on\n  \n* **-ct, --converterThreads**\n\n  Set the number of parallel converters\n  \n* **--watchDir**\n  \n  Set directory to watch for incomming videos\n  \n* **--outputDir**\n\n  Set directory to output converted videos\n  \n* **--tempDir**\n\n  Set directory for temporary files\n\n* **-cd, --configDir**\n\n  Set configuration dir\n\n## Configure Subtitle Plugin\n\n To enable Subtitle Plugin you must do some basic settings in your config.properties like below.\n \n    # Vosk Model(s) root path\n    VoskExtractor.modelPath=/usr/local/vosk/\n    # Model for each language\n    VoskExtractor.model.de=vosk-model-de\n    VoskExtractor.model.en=vosk-model-en-us\n \n Advanced basic options:\n  \n    # the count of words to guess the audio language\n    VoskExtractor.guessMaxWords=200 \n    # language guessing concurrent (default is true)\n    VoskExtractor.guessConcurrent=false\n  \n Advanced guessing options:\n\n    # set guess words for language\n    VoskExtractor.model.de.guessMap=ich,du,er,sie,es,wir,ihr,...\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fmyvidcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycore-org%2Fmyvidcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fmyvidcore/lists"}