{"id":19979238,"url":"https://github.com/bharathvaj-ganesan/vcon","last_synced_at":"2026-04-14T04:31:11.796Z","repository":{"id":106440409,"uuid":"149968990","full_name":"bharathvaj-ganesan/vCon","owner":"bharathvaj-ganesan","description":"Tiny ad free light weight video convertor","archived":false,"fork":false,"pushed_at":"2019-05-12T10:37:38.000Z","size":3022,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-29T21:37:11.617Z","etag":null,"topics":["electron","ffmpeg","hacktoberfest","javascript","react","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bharathvaj-ganesan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-09-23T09:11:36.000Z","updated_at":"2020-10-03T10:47:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1afe0cf-206a-4bfb-b7ab-2e137668bbde","html_url":"https://github.com/bharathvaj-ganesan/vCon","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bharathvaj-ganesan/vCon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2FvCon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2FvCon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2FvCon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2FvCon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bharathvaj-ganesan","download_url":"https://codeload.github.com/bharathvaj-ganesan/vCon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2FvCon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["electron","ffmpeg","hacktoberfest","javascript","react","redux"],"created_at":"2024-11-13T03:37:16.606Z","updated_at":"2026-04-14T04:31:11.779Z","avatar_url":"https://github.com/bharathvaj-ganesan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"./internals/img/logo.png\" width=\"200\" /\u003e\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\nA tiny ad free video convertor\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/made-with-javascript.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/for-you.svg\" /\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://facebook.github.io/react/\"\u003e\u003cimg src=\"./internals/img/react-padded-90.png\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://webpack.github.io/\"\u003e\u003cimg src=\"./internals/img/webpack-padded-90.png\" /\u003e\u003c/a\u003e\n\u003ca href=\"http://redux.js.org/\"\u003e\u003cimg src=\"./internals/img/redux-padded-90.png\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003chr\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./internals/img/snapshot.png\" width=\"600\" /\u003e\n\n\u003c/div\u003e\n\n## Run\n\nStart the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:\n\n```bash\n$ yarn dev\n```\n\nAlternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands **simultaneously** in different console tabs:\n\n```bash\n$ yarn start-renderer-dev\n$ yarn start-main-dev\n```\n\nIf you don't need autofocus when your files was changed, then run `dev` with env `START_MINIMIZED=true`:\n\n```bash\n$ START_MINIMIZED=true yarn dev\n```\n\n## Packaging\n\nTo package apps for the local platform:\n\n```bash\n$ yarn package\n```\n\nTo package apps for all platforms:\n\nFirst, refer to [Multi Platform Build](https://www.electron.build/multi-platform-build) for dependencies.\n\nThen,\n\n```bash\n$ yarn package-all\n```\n\nTo package apps with options:\n\n```bash\n$ yarn package -- --[option]\n```\n\n:bulb: You can debug your production build with devtools by simply setting the `DEBUG_PROD` env variable:\n\n```bash\nDEBUG_PROD=true yarn package\n```\n\n⚠️ Please read the following section before installing any dependencies ⚠️\n\n### Module Structure\n\nThis app uses a [two package.json structure](https://github.com/electron-userland/electron-builder/wiki/Two-package.json-Structure). This means, you will have two `package.json` files.\n\n1. `./package.json` in the root of your project\n1. `./app/package.json` inside `app` folder\n\n### Which `package.json` file to use\n\n**Rule of thumb** is: all modules go into `./package.json` except native modules, or modules with native dependencies or peer dependencies. Native modules, or packages with native dependencies should go into `./app/package.json`.\n\n1. If the module is native to a platform (like node-postgres), it should be listed under `dependencies` in `./app/package.json`\n2. If a module is `import`ed by another module, include it in `dependencies` in `./package.json`. See [this ESLint rule](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md). Examples of such modules are `material-ui`, `redux-form`, and `moment`.\n3. Otherwise, modules used for building, testing and debugging should be included in `devDependencies` in `./package.json`.\n\n\u003chr\u003e\n\nApache License 2.0 © [Bharathvaj Ganesan](https://bharathvajganesan.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fvcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharathvaj-ganesan%2Fvcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fvcon/lists"}