bookoly

n8n community node for bookoly API integration

Package Information

Downloads: 45 weeklyΒ /Β 179 monthly
Latest Version: 1.0.19
Author: Alexander Baumtrog

Documentation

n8n-nodes-bookoly

This is an n8n community node. It lets you use bookoly in your n8n workflows.

bookoly is a service that makes it easy to create, edit, and process your content automatically.
With bookoly, you can generate slideshows, add subtitles, create voice-overs, split videos into multiple scenes, and
a lot more β€” all through a simple API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

🎞️ Video

  • Add Audio to a Video – Add background music or a voice-over to a video.
  • Add Audio with Subtitles to a Video – Add a voice-over and automatically generate and add subtitles from the audio.
  • Add Subtitles to a Video – Automatically generate subtitles from the video’s audio and insert them into the file.
  • Add Subtitles to a Video from a File – Import and embed an external subtitle file (e.g. .srt, .ass) into a video.
  • Add Watermark to a Video – Overlay an image or text watermark onto a video.
  • Blur a Video – Apply a blur effect to the entire video or selected regions.
  • Clip a Video – Extract a specific section of a video by start time and duration.
  • Create a Slideshow – Generate a slideshow video from multiple images and video clips.
  • Crop a Video – Trim away unwanted edges of a video by defining crop dimensions.
  • Extract Audio from a Video – Save the audio track of a video as a separate sound file.
  • Frame a Video – Capture a single image from a video at the desired timestamp.
  • Generate a Video – Create a video from images and video clips with a voice-over and subtitles.
  • Mute a Video – Set the volume of a video to 0%.
  • Overlay Videos – Overlay one video on top of another at a specified position with customizable scale and offset.
  • Rotate a Video – Rotate a video by 90, 180, or 270 degrees.
  • Scale a Video – Scale videos to different dimensions using various scaling modes (fit, fill, exact, etc.).
  • Split a Video into Scenes – Split a video by automatic scene detection, fixed time intervals, or equal segments.
  • Stack Videos – Stack two videos together horizontally or vertically.

πŸŽ™οΈοΈ Speech

  • Create a Speech Synthesis – Convert text into a natural-sounding speech with AI.

πŸ—£οΈ Speech Dialogue

  • Create a Speech Dialogue – Generate a conversation between multiple AI voices.

πŸ“œ Transcript

  • Transcribe Media – Automatically transcribe the audio from a video or audio file.

🎼 Sound

  • Combine Sounds – Merge two or more audio files into a single track.

πŸ“‚ File

  • Generate a Subtitle File – Create a subtitle file (e.g. .srt, .vtt) from a video or audio file.

Credentials

To use the bookoly node, you need an API token:

  1. Sign up for an account at bookoly.
  2. Open your profile from the left menu and scroll down to the API Tokens section.
  3. Create a new API token.
    • Enable all permissions.
    • (Optional) Set an expiration date.
  4. Copy the token and store it in a safe place.
  5. In n8n, create new credentials for bookoly and paste your token.

Compatibility

  • Minimum n8n version: 1.106.3
  • Tested with: n8n 1.106.3+
  • Known issues: None at this time.

Usage

Once installed, you can add the bookoly node to your workflow to automate content generation and processing.

πŸ“Ί To see all examples in action check out the full bookoly YouTube tutorial playlist

If you’re new to n8n, check the Try it out guide

Resources

Version history

1.0.19

  • Added 'Stack Videos' operation to stack two videos horizontally or vertically.
  • Added 'Overlay Videos' operation to overlay one video on top of another with position, scale, and offset options.
  • Added 'Scale a Video' operation with multiple scaling modes (scale to width/height, fit, fill, exact, keep aspect ratio).
  • Removed 'Create a Sound Effect' operation.

1.0.18

  • Add the voice option 'None' for speech synthesis

1.0.17

  • Enhanced speech synthesis with 38 premium AI voices for more natural and diverse text-to-speech output.

1.0.16

  • Fix type for subtitle text case

1.0.15

  • Performance improvements and bug fixes

1.0.14

  • Replace hardcoded default values with enums

1.0.13

  • Minor performance improvements

1.0.12

  • Minor performance improvements and bug fixes

1.0.11

  • Improved the 'Generate a Video' node for more flexibility.
  • Added punctuation and text case options for subtitles.
  • Added mute option for scenes.
  • Added transitions that can be used between scenes.

1.0.10

  • Handle errors with continueOnFail

1.0.9

  • Added 'Create a speech dialogue' action.
  • Updated 'Combine sounds' action, to expect JSON input for Audio.

1.0.8

  • Update youtube playlist url in readme.

1.0.7

  • Refine video clip parameters for clarity.

1.0.6

  • Change scenes type from fixedCollection to json.

1.0.5

  • Make the bookoly node usable as a tool.

1.0.4

  • Initial release with support for all bookoly operations.

Discussion