Questions tagged [transloadit]

Transloadit handles file uploading & file processing for your website or app. Transloadit can process video, audio, images and documents.

How it works

  • Upload/import files - Your users can upload files from their devices or import them from URLs, your cloud buckets, your servers, Facebook, Dropbox and many other platforms.

  • Transloadit converts these files - According to simple instructions that you save in your Transloadit account. Conversion includes video/audio encoding, image manipulation, watermarking and much more.

  • Display the results - Transloadit uploads the encoding results to your website or cloud buckets and provide you the result URLs and meta data. Then you can display beautiful media to your users on all platforms.

72 questions
0
votes
0 answers

POST directly to Firebase from SAAS webhooks / callbacks?

When dealing with SAAS callbacks aka webhooks(?), it makes sense to me that I could avoid calling my nodeJS backend and instead have the SAAS post directly to Firebase. If I curl or use Transloadit's notify_url tester, I get: {
"error" :…
0
votes
1 answer

Merging multiple images to generate a video using Transloadit

I have successfully combined a single image and a audio file and generated a video using Transloadit. Can I use transloadit to combine multiple images, with or without audio into video ? Here is the api link : API Any help would be useful.…
Snehasish
  • 1,051
  • 5
  • 20
  • 37
0
votes
1 answer

How can I apply an alpha mask image in TransLoadIt?

Using ImageMagick on the command line I can use the composite and compose options to use one image to replace the alpha mask of another image. Is this possible using transloadit ? I see an option to add a watermark but nothing related to replacing…
Dobes Vandermeer
  • 8,463
  • 5
  • 43
  • 46
0
votes
1 answer

How do I use a clipping path in transloadit?

In the transloadit docs it mentions a parameter for the clipping path but I can't find any examples of how to actually use that. See https://transloadit.com/docs/conversion-robots#image-manipulation-robots and look for the "clip" parameter.
Dobes Vandermeer
  • 8,463
  • 5
  • 43
  • 46
0
votes
1 answer

Can I do image compositions using TransLoadIt?

We want to clip the image into a circle and stamp another image (a frame/shadow) on top of it. Right now we're running imagemagick to do this on our own server, I'm wondering if I can offload that operation to TransloadIt somehow to be more…
Dobes Vandermeer
  • 8,463
  • 5
  • 43
  • 46
0
votes
1 answer

Transloadit: How can I replace audio track of a given video?

I am having trouble forming the steps that would replace/set the audio track of an mp4. Here is my code: require "open-uri" transloadit = Transloadit.new(:key => ENV['TRANSLOADIT_AUTH_KEY'],:secret => ENV['TRANSLOADIT_AUTH_SECRET']) video_encode…
Stan Wiechers
  • 1,962
  • 27
  • 45
0
votes
2 answers

Cannot upload photo using Transloadit in Rails 4

I followed the tutorial on the Transloadit Rails GitHub page but can't get the form to submit without getting an alert: Could not find input[name=params] in your form. After I click "ok", Transloadit quickly throws INVALID_FORM_DATA: bad form data,…
vich
  • 11,836
  • 13
  • 49
  • 66
0
votes
1 answer

Is it possible to have 2 differnt file select fileds in transloadit form?

So, I have a model (in a rails project) which has a logo and a cover image, I want to use one form for uploading both of them, is this possible to do with transloadit? I can't find an example anywhere...
Dabrorius
  • 1,039
  • 1
  • 8
  • 17
0
votes
1 answer

Save file name with ( in it on Amazon S3 saves _ instead

I'm trying to upload an image to my amazon S3 bucket with transloadit. The filename of my image is for example like this: 07062008(001).jpg As you can there are 2 '(' in it. And when I check the image on Amazon the filename is 07062008_001_.png. He…
nielsv
  • 6,540
  • 35
  • 111
  • 215
0
votes
1 answer

Zend Framework right practice multiple forms

I'm working on a page with some forms in it. I've made a wireframe to clarify my question. As you can see I have multiple file uploads. To upload a file to my amazon s3 bucket I use transloadit. Transloadit works like this:
nielsv
  • 6,540
  • 35
  • 111
  • 215
0
votes
1 answer

Transloadit resize image in three images and save

I have a question about using transloader to upload my images. What I want to do is the following: You have a file upload button and when you select an image a pop-up opens on your screen where you have the option to select a part of your image.…
nielsv
  • 6,540
  • 35
  • 111
  • 215
0
votes
1 answer

Show preview image, upload on submit form

I'm working with the jquery plugin transloadit to upload images to my amazon s3 bucket. What I have for now is just a simple resize and upload to my images folder on amazon. Now I would like to use the uploader in a form with other input fields. If…
nielsv
  • 6,540
  • 35
  • 111
  • 215
1 2 3 4
5