{"id":22533442,"url":"https://github.com/oknoorap/vidshow","last_synced_at":"2025-10-26T19:18:36.561Z","repository":{"id":45910437,"uuid":"86880401","full_name":"oknoorap/vidshow","owner":"oknoorap","description":":tv: Simple CLI to generate slideshow video with native FFMPEG","archived":false,"fork":false,"pushed_at":"2017-04-02T06:13:02.000Z","size":29,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-08T18:49:22.527Z","etag":null,"topics":["cli","ffmpeg","video-generator"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oknoorap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-01T03:26:09.000Z","updated_at":"2022-08-16T22:40:33.000Z","dependencies_parsed_at":"2022-09-01T22:40:16.344Z","dependency_job_id":null,"html_url":"https://github.com/oknoorap/vidshow","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/oknoorap%2Fvidshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oknoorap%2Fvidshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oknoorap%2Fvidshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oknoorap%2Fvidshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oknoorap","download_url":"https://codeload.github.com/oknoorap/vidshow/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083993,"owners_count":21045123,"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":["cli","ffmpeg","video-generator"],"created_at":"2024-12-07T09:08:19.897Z","updated_at":"2025-10-26T19:18:36.467Z","avatar_url":"https://github.com/oknoorap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Video Slideshow](https://raw.githubusercontent.com/oknoorap/vidshow/develop/logo.png)](https://github.com/oknoorap/vidshow)\n# Video Slideshow\n\n`vidshow` is a simple cli-tool to generate a slideshow video using native FFMPEG tools.\n\n---\n[![NPM](https://nodei.co/npm/vidshow.png)](https://nodei.co/npm/vidshow/)  \n[![GitHub tag](https://img.shields.io/github/tag/oknoorap/vidshow.svg)]() [![Build Status](https://travis-ci.org/oknoorap/vidshow.svg?branch=master)](https://travis-ci.org/oknoorap/vidshow) \n---\n## Install\nSince `vidshow` is a cli you should install this package globally.\n\u003e `npm install vidshow -g`\n\n## Usage\nAfter installation was finished, you can use commands below:\n\n### `vidshow init`\nGo to your directory and init it as a project, prompt will be appears.  \n* **FFMPEG Path** (Set your FFMPEG binary path, .exe in windows)\n* **Random Music** Directory (Set a directory which has collection of mp3 music)\n* **Output Directory** (Set output directory)\n* **Font Directory** (Set font directory for subtitle purpose, C:\\\\Windows\\\\Fonts in windows)\n\nAfter initialized, you'll see these files in your current directory.  \n* `.vidshow` is an init configuration\n* `fonts.json` will be used for subtitle purpose\n* `script.js` is a callback (see below)\n\n#### `script.js`\nThis file a queue callback which is called in `vidshow new` command, script contains three part.  \n* `before` will be executed before generator showing a prompt.\n* `queue` will be executed when images will be added in queues. You can modify a custom duration or subtitle for each file.\n* `finish` will be executed after generator has been finished.\n\n### `vidshow new`\nGenerate a new video from specified directory, prompts will be appears.  \n* **Video Title** is your video filename.\n* **Duration** is how many duration an images should be displaying, before next slide.\n* **Image directory** is directory that contains images (shold be contains 3 images or more).\n* **Load subtitle** whether you will load a subtitle from file or not.\n* **Subtitle** file will be appears if you load a subtitle.\n\n## Example\nYou can see example project in [example](https://github.com/oknoorap/vidshow/tree/develop/example) directory.\n\n## Next Todo\n* [ ] Using `node-fluent-ffmpeg`\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foknoorap%2Fvidshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foknoorap%2Fvidshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foknoorap%2Fvidshow/lists"}