76 questions
1
vote
1
answer
112
views
Getting Error in Companion Server - Unexpected Keys
We are getting below error from Custom Companion Server. We have written the code in Node JS and hosted on AWS EC2. Earlier this companion server was working fine. However, from last few days we are ...
-1
votes
2
answers
63
views
Combine scrolling screenshot + audio + subtitle
Hi this is cross posted on the community forum too as I wasn't sure which was used more.
I'm attempting to use Zapier with Transloadit to take scrolling screenshot video and then combine said video ...
0
votes
1
answer
52
views
Is it possible to import contents from a shared onedrive folder in transloadit?
One of our vendor uses transloadit to import files into their platform. I use OneDrive for Business as a cloud service to maintain our files. I would like to import content from the OneDrive "...
1
vote
0
answers
99
views
Problem uploading files in React.js with Transloadit
I'm trying to upload images to my transloadit account but I'm getting this error: INVALID_SIGNATURE
I've been stuck in this, could someone please help me?
import React from 'react';
import crypto from ...
0
votes
1
answer
115
views
How do I get the transloadit final link saved on the file's storage server (as in Google Cloud Storage) back to the component?
I'm trying to figure out how to get the final link saved in google storage (starting with "https://storage.googleapis.com/...") in a React component, but the Doc is not so clear.
In the ok ...
0
votes
1
answer
128
views
Missing `client_id` when trying to use Dropbox integration with Uppy
I'm trying to use the Dropbox integration of enter link description here. The normal upload of files using their XHR uploader works fine. I then added their Dropbox integration and set up a Dropbox ...
2
votes
1
answer
374
views
How do I correctly configure my S3 bucket for use by Transloadit?
I'm getting the following error:
error S3_STORE_ACCESS_DENIED
http_code 403
step export
previousStep :original
worker novate.transloadit.com
message S3 did not accept the key / secret pair ...
0
votes
1
answer
269
views
How to update GIF to always loop infinitely using Transloadit
From my understanding, the gif loop count is dependent on the gif file itself, so I'm trying to figure out a C# way to always update a gif's loop count to ensure it always loops infinitely.
I've been ...
0
votes
1
answer
114
views
Transloadit - is there a way to ignore artwork when encoding mp3s?
Is there a way to exclude artwork with Transloadit's /audio/encode robot?
I’m using the /audio/encode robot to convert audio to a constant bitrate of 96kbps. My assembly step looks like this:
"...
1
vote
0
answers
307
views
Using @uppy/core and @uppy/transloadit with authkey and secret
I am trying to create a small uploader from my app, to upload a single image to transloadit.
I’ve referred to documentations and this below example ( Transloadit — Uppy )
I have a specific path and ...
2
votes
1
answer
2k
views
Vite + Transloadit: Uncaught TypeError: Cannot read properties of undefined (reading 'Resolver')
I'm working on a Vite App (Vue 3.x) that makes use of Transloadit for some operations with images/PDFs. I'm running into some errors when adding the Transloadit library (I'm creating my own plugin ...
1
vote
1
answer
562
views
INVALID_SIGNATURE error while trying to retrieve list of assemblies in transloadit
I am using Transloadit API to merge audio file and series of images.
At some point, I need to retrieve list of assemblies (videos generated till now) for which transloadit provides a get API endpoint ...
0
votes
1
answer
80
views
How do use transloadit addStream() function in the NodeJS SDK?
Trying out the transloadit api, the template works when I use the testing mode on the transloadit website, but when I try to use it in Node JS with the SDK I'm getting an error:
INVALID_FORM_DATA - ...
1
vote
1
answer
72
views
Estimating Transloadit Assembly Durations
I have a web app that allows users to insert short advert videos (30 to 60 seconds) into a longer main video (typically 45 minutes, but file sizes can vary widely).
The entire process involves:
...
4
votes
1
answer
226
views
Spinning circle with transloadit. Is it possible with watermark or image rotation?
I'm trying to achieve a spinning circle with artwork as a mask.
From what I've seen there is no way to use a moving watermark or an automatic rotation of an image. Is it possible with transloadit?
...