Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tube-crafter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tube-crafter

Turn a video script into a video.

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

tube-crafter CI npm version

Generate a video from a topic, or a script you already have.

Installation

npm install -g tube-crafter

Prerequisites

  • ffmpeg must be installed
  • OPENAI_API_KEY must be set in your environment
  • Your machine must be able to access Google Cloud (instructions)

Usage

tube-crafter --topic "red squirrels"
tube-crafter --script my-script.md

How it works

  1. Creates a video script from the topic provided (or uses provided script)
  2. Splits the script into "text lines" (paragraphs and headings)
  3. Creates a text-to-speech MP3 for each text line
  4. Creates an image for each text line (if heading, text shown in image)
  5. Creates a video for each text line (using the MP3 and image)
  6. Concatenates all the videos into a single video

FAQs

Package last updated on 18 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc