Actions15
- Video Processing Actions
- Audio Processing Actions
- Media Operation Actions
- S3 Actions
- Status Actions
Overview
This node performs video cutting operations using the No Code Architects Toolkit API. It allows users to specify a video URL and define multiple cut segments by providing start and end times for each segment. Users can also customize encoding options such as audio bitrate, audio codec, video codec, video CRF (Constant Rate Factor), and video preset. Additionally, the node supports optional webhook notifications upon processing completion and custom job identifiers for tracking requests. This node is beneficial for automating video editing workflows, such as trimming unwanted parts from videos or extracting specific segments for further use.
Use Case Examples
- A marketing team automates the creation of promotional clips by cutting specific segments from a longer video.
- A content creator trims recorded footage to remove mistakes or irrelevant parts before publishing.
- A media company processes multiple video segments in batches for efficient editing and encoding.
Properties
| Name | Meaning |
|---|---|
| Video URL | URL of the video file to process, required for specifying the source video. |
| Cuts | Defines multiple cut segments with start and end times to specify which parts of the video to extract. |
| Encoding Options | Optional settings to customize audio and video encoding parameters such as bitrate, codec, CRF, and preset. |
| Webhook URL | Optional URL to receive a webhook notification when processing is complete. |
| Custom Job ID | Optional custom identifier for tracking this request. |
| Request Options | Settings for batching, SSL certificate validation, proxy, and request timeout to control how requests are sent. |
Output
JSON
id- Identifier of the processing job or request.status- Current status of the video cutting job.resultUrl- URL to the processed video or output file after cutting.message- Additional information or messages related to the processing job.
Dependencies
- No Code Architects Toolkit API
- API key credential for authentication
Troubleshooting
- Ensure the video URL is accessible and correctly formatted; invalid URLs will cause processing errors.
- Cut segment times must be in the correct hh:mm:ss.ms format; incorrect formatting will result in validation errors.
- Encoding options should be compatible with the video format; unsupported codecs or invalid CRF values may cause failures.
- If using a webhook URL, ensure it is publicly accessible to receive notifications.
- Network issues or proxy misconfigurations can cause request failures; verify proxy settings and SSL options.
Links
- NCA Toolkit Video Processing API Documentation - Official documentation for video processing features including cutting videos.