';     }     parent.append(htmlStr);     parent.find('.qtuploader__view video')[0].currentTime = $(this).siblings('.qtuploader__picinputbox').find('.qtuploader__picinput').val();     parent.find('.qtuploader__view').fadeIn();   });   /*设置海报帧预览时间*/   $('.qtuploader__items').on('keyup', '.qtuploader__picinput', function() {     var parent = $(this).closest('.qtuploader__picinputbox');     var video = $(this).closest('.qtuploader__itemsbd').find('video');     var strVal = $.trim($(this).val());     console.log(strVal)     if (strVal == '') {       parent.addClass('is-error');       parent.find('.qverify__font').text('请设置海报帧');     } else if (!(/^[0-9]*$/.test(strVal))) {       parent.addClass('is-error');       parent.find('.qverify__font').text('请输入数字');     } else if (video.length > 0 && strVal > video[0].duration) {       parent.addClass('is-error');       parent.find('.qverify__font').text('不超过(' + video[0].duration + ')');       console.log('111---' + video[0].duration)     } else {       parent.removeClass('is-error');       parent.find('.qverify__font').text('请设置海报帧');     }   })   /*关闭预览*/   $(document).undelegate('.qtuploader__mask', 'click');   $(document).delegate('.qtuploader__mask', 'click', function() {     $(this).closest('.qtuploader__view').fadeOut('normal', function() {       $(this).closest('.qtuploader__view').remove();     })   })   /*设置预览大小*/   function setSize(element) {     var thumbWidth = 0, thumbHeight = 0, arr = [];     var winWidth = $(window).width(), winHeight = $(window).height();     var imgWidth = element.width(), imgHeight = element.height();     if (imgWidth > imgHeight) {       thumbHeight = parseInt(winHeight - 200);       thumbWidth = parseInt((1920 * thumbHeight) / 1080);     } else {       thumbHeight = parseInt(winHeight - 200);       thumbWidth = parseInt((1080 * thumbHeight) / 1920);     }     arr.push(thumbHeight, thumbWidth)     return arr;   }

感谢各位的阅读!关于“HTML5中video上传预览图片视频怎么设置、预览视频某秒的海报帧”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!


网站栏目:HTML5中video上传预览图片视频怎么设置、预览视频某秒的海报帧
网站网址:http://wjwzjz.com/article/jjdcco.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP