我创建了一个plunker https://plnkr.co/edit/XrA7g1YrcFLjbE6r7qJp?p=preview
gifshot.createGIF({
'video': ['http://res.cloudinary.com/demo/image/upload/kitten_fighting.mp4']
},
function(obj) {
if(!obj.error) {
var image = obj.image,
animatedImage = document.createElement('img');
animatedImage.src = image;
document.body.appendChild(animatedImage);
}
});
嗨,如果我尝试给一些在线视频文件,它无法转换为视频到.gif检查此链接我有3个视频
工作
http://res.cloudinary.com/demo/image/upload/kitten_fighting.mp4
无效
http://instancedev.s3.amazonaws.com/mep/PROFILE_PICS/samplevideo.mp4 http://www.w3schools.com/html/mov_bbb.mp4
所以在屏幕截图中收到如下错误:
undefined:1 Uncaught(在promise中)DOMException:无法加载,因为找不到支持的源。 gifshot.js:1581 Uncaught(在promise中)DOMException:该元素没有受支持的源。