You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to replace destination folder name from guid to a custom name (source folder name). In lamda function 'encode' I replaced the URL with srcVideo which sorted out the problem of replacing guid based folder name to source folder name. However, as srcVideo has file path (folder/filename.mp4), the final URL path and cloudfront URLs add another file extension. The result is duplication of .mp4. The following is the code where i changed it to srcVideo:
Hi, I wanted to replace destination folder name from guid to a custom name (source folder name). In lamda function 'encode' I replaced the URL with srcVideo which sorted out the problem of replacing guid based folder name to source folder name. However, as srcVideo has file path (folder/filename.mp4), the final URL path and cloudfront URLs add another file extension. The result is duplication of .mp4. The following is the code where i changed it to srcVideo:
Output file name: myfile.mp4.mp4
Can anyone help by guiding how to remove the duplicate file extension.
Thanks.
The text was updated successfully, but these errors were encountered: