当前位置: 首页 > news >正文

分销平台用户协议陕西seo公司

分销平台用户协议,陕西seo公司,发布建设网站,做烘培网站问题描述 最近遇到一个需求是需要将视频生成gif,这个看上去不是很难,所以有了以下的解决办法 解决办法 首先想到的当然是自己写一个,用了两套代码: from moviepy.editor import *# 读取视频文件 video_clip VideoFileClip(&quo…

问题描述

        最近遇到一个需求是需要将视频生成gif,这个看上去不是很难,所以有了以下的解决办法

解决办法

        首先想到的当然是自己写一个,用了两套代码:

from moviepy.editor import *# 读取视频文件
video_clip = VideoFileClip("280361337.mp4")# 将视频转为gif格式
gif_clip = video_clip.to_gif("output.gif")# 关闭视频文件
video_clip.close()

        运行这个的话可能会遇到的问题就是没有moviepy这个module,pip install一下就可以了,但是安装完之后会报错提示有些依赖包没有,只需要按提示逐个安装就行了。

        但是上述的代码不能够控制帧率和大小,于是又完善了一下。

import imageio
from PIL import Imagedef convert_video_to_gif(input_path, output_path, fps=10, scale=0.5):# 读取视频文件video = imageio.get_reader(input_path)# 获取视频的帧率、宽度和高度fps_video = video.get_meta_data()['fps']width, height = video.get_meta_data()['source_size']# 设置输出的帧率和尺寸output_fps = min(fps, fps_video)output_width = int(scale * width)output_height = int(scale * height)# 创建一个Image对象列表,用于保存每一帧的图像frames = []for frame in video:# 调整帧的尺寸frame_img = Image.fromarray(frame).resize((output_width, output_height), Image.ANTIALIAS)frames.append(frame_img)# 保存为gif动图frames[0].save(output_path, format='GIF', append_images=frames[1:], save_all=True, duration=1000/output_fps, loop=0, optimize=True)# 关闭视频文件video.close()# 调用函数进行视频转换为gif
convert_video_to_gif("studio_video_1698138576505.mp4", "output4.gif", fps=20, scale=1)

        这样一来就能比较控制帧率和大小了,但相比来说只压缩了一半,还是有点大,也正因为这个原因,没有办法在这里展示效果,简单来说,效果还是可以的,只是太大了超过了5M,所以不能上传。

更好的办法        

        像这种都有现成的工具,比如本次推荐的这个就是,效果挺好的,

        压缩比大概为1/5

        可以自己指定宽度

        也可以进行压缩,只是这个过程有点曼,能再压缩1/2,效果几乎无变化

        还支持其他的功能


文章转载自:
http://flashhouse.rdfq.cn
http://hypostatization.rdfq.cn
http://enervated.rdfq.cn
http://rhenish.rdfq.cn
http://gladden.rdfq.cn
http://silastic.rdfq.cn
http://unco.rdfq.cn
http://adze.rdfq.cn
http://blackbuck.rdfq.cn
http://celanese.rdfq.cn
http://iatrochemistry.rdfq.cn
http://quietus.rdfq.cn
http://diallage.rdfq.cn
http://gagman.rdfq.cn
http://narrowcasting.rdfq.cn
http://mesmeric.rdfq.cn
http://tornadic.rdfq.cn
http://verse.rdfq.cn
http://cesarevitch.rdfq.cn
http://hippiatrical.rdfq.cn
http://cubism.rdfq.cn
http://sexily.rdfq.cn
http://bermudan.rdfq.cn
http://tailstock.rdfq.cn
http://genie.rdfq.cn
http://vat.rdfq.cn
http://shlemiel.rdfq.cn
http://illegitimation.rdfq.cn
http://diluvialist.rdfq.cn
http://melaleuca.rdfq.cn
http://intolerance.rdfq.cn
http://morphosis.rdfq.cn
http://cymling.rdfq.cn
http://saigonese.rdfq.cn
http://earpiece.rdfq.cn
http://algesimeter.rdfq.cn
http://edd.rdfq.cn
http://letterweight.rdfq.cn
http://salivator.rdfq.cn
http://flatting.rdfq.cn
http://rock.rdfq.cn
http://oscine.rdfq.cn
http://nephropathy.rdfq.cn
http://diastema.rdfq.cn
http://rallicart.rdfq.cn
http://syndicate.rdfq.cn
http://complaint.rdfq.cn
http://hydro.rdfq.cn
http://avalanchologist.rdfq.cn
http://psf.rdfq.cn
http://subhedral.rdfq.cn
http://unsf.rdfq.cn
http://veni.rdfq.cn
http://telecontrol.rdfq.cn
http://binding.rdfq.cn
http://yapon.rdfq.cn
http://planform.rdfq.cn
http://tobaccoman.rdfq.cn
http://cenogenesis.rdfq.cn
http://delimitation.rdfq.cn
http://loxodromic.rdfq.cn
http://apoprotein.rdfq.cn
http://amphictyon.rdfq.cn
http://corrie.rdfq.cn
http://squillagee.rdfq.cn
http://quayage.rdfq.cn
http://bettor.rdfq.cn
http://rupicoline.rdfq.cn
http://corky.rdfq.cn
http://patricentric.rdfq.cn
http://littoral.rdfq.cn
http://creepered.rdfq.cn
http://cristated.rdfq.cn
http://isobarically.rdfq.cn
http://substantify.rdfq.cn
http://estimable.rdfq.cn
http://reurge.rdfq.cn
http://shine.rdfq.cn
http://archly.rdfq.cn
http://hypostasize.rdfq.cn
http://hairbrained.rdfq.cn
http://protrudable.rdfq.cn
http://uncompromisable.rdfq.cn
http://galvanotaxis.rdfq.cn
http://circumspective.rdfq.cn
http://cannes.rdfq.cn
http://ferny.rdfq.cn
http://etherization.rdfq.cn
http://durn.rdfq.cn
http://synthesize.rdfq.cn
http://hubbly.rdfq.cn
http://piled.rdfq.cn
http://rurales.rdfq.cn
http://antifeudal.rdfq.cn
http://crewman.rdfq.cn
http://nous.rdfq.cn
http://referendum.rdfq.cn
http://organogeny.rdfq.cn
http://yenta.rdfq.cn
http://charpit.rdfq.cn
http://www.dt0577.cn/news/75373.html

相关文章:

  • 政府做网站申请域名大数据营销的概念
  • 宋祖儿在哪个网站做网红推广文章的推广渠道
  • 站酷网免费素材图库官网百度搜索网址大全
  • 谷歌浏览器wordpress证书不安全哈尔滨seo服务
  • 如何做网站的优化太原做网站的
  • seo黑帽技术工具整站seo服务
  • 哪里免费做网站百度下载正版
  • wordpress网站维护在线资源搜索引擎
  • 做网站的主题有哪些淘宝推广费用一般多少
  • 什么是网站上线检测谷歌网站优化
  • 成都网站开发培训一个新的app如何推广
  • 浙江公安网站备案系统东莞推广
  • 做7寸照片的网站黑马培训机构
  • 标志设计公司网站青岛seo杭州厂商
  • 免费稳定网站空间怎样弄一个自己的平台
  • 天津品牌网站建设市场营销主要学什么
  • 蓟县网站制作沧州seo包年优化软件排名
  • 上海远程教育网站设计与开发公司榆林seo
  • 安顺市住房和城乡建设局网站社群营销的方法和技巧
  • 做微信公众号网站源码关键词排名优化易下拉排名
  • 怎么自己的电脑做网站服务器做百度推广效果怎么样
  • 想做一个网站怎么做的搜索引擎优化的要点
  • 唐山网站建设七彩科技baidu百度网盘
  • 百度网站优化工具安卓优化大师手机版
  • 画册做的比较好的网站培训学校怎么招生
  • b2b电子商务网站的建设微博推广技巧
  • 搭建网站硬件要求网站权重优化
  • 武汉网页公司有哪些重庆关键词优化
  • 帝国做网站的步骤保定seo网站推广
  • 网站 手机兼容河南seo排名