How to avoid video default transformation
Hello,
I use video upload and do en eager transformation.
const VIDEO_PRESET = {
name: 'fl-portfolio-video',
unsigned: false,
tags: 'some,tags',
folder: 'some/folder',
eager_async: true,
format: 'mp4',
eager: [
'c_scale,w_1000',
'c_scale,w_1000/JPEG',
],
};
On the website, I use only the `c_scale,w_1000` version of the video but I see a lot of `mp4` transformations. So my question is how to avoid from `mp4` transformation? maybe I should remove `format: 'mp4'` from the preset?
-
Also I upload mp4 files only why it transforms mp4 to mp4?
0 -
Hello Anton,
Since you are only uploading MP4 files, you do not need to use the format parameter in your upload preset.
If you have specific questions pertaining to your use-case or your cloud, I would advise you to open a support ticket directly at the following link: https://support.cloudinary.com/hc/en-us/requests/new It is easier to share private details and the urgency of your request when you contact us directly.
Kind Regards,
Tia
0 -
Thank you the response.
0
Post is closed for comments.
Comments
3 comments