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

江苏营销型网站学大教育培训机构怎么样

江苏营销型网站,学大教育培训机构怎么样,安装微信,只有做推广才能搜索到网站吗前言: 有的时候我们利用爬虫爬取到的ts文件很多,但ts文件只是视频片段,并且这些视频片段是需要按照一定的顺序合并的,通常ts文件合并输出格式为mp4格式 因此,本文介绍利用python,调用ffmpeg来批量的按自己…

前言:

有的时候我们利用爬虫爬取到的ts文件很多,但ts文件只是视频片段,并且这些视频片段是需要按照一定的顺序合并的,通常ts文件合并输出格式为mp4格式

因此,本文介绍利用python,调用ffmpeg来批量的按自己定义的顺序把ts视频片段文件合并为一个完整的mp4格式文件

主要代码:

import  os
paths='D:\\index\\'
save_path='C:\\Users\\Administrator\\Desktop\\'
out_file_name='7.mp4'
file_names = os.listdir(paths)
print(file_names)ts_files = [f for f in os.listdir(paths) if f.endswith('.ts')]
print(ts_files)
sorted_files = sorted(ts_files, key=lambda x: int(x.split('.')[0]))
print(sorted_files)
with open(paths + 'file_list.txt', 'w', encoding='utf-8') as f:for file in sorted_files:f.write(f"file '{file}'\n")
print("生成txt文件成功!")
ffmpeg_bin_dic = 'F:\\ffmpeg-master-latest-win64-gpl\\bin\\'
os.system(ffmpeg_bin_dic + 'ffmpeg -f concat -safe 0 -i ' + paths + 'file_list.txt' + ' -c ' + ' copy ' + save_path + out_file_name)

以上代码表示,先利用python的os库,扫描指定的目录,将该目录下的所有ts文件读取到

file_list.txt 这个文件内,方便后续确认ts文件排序是否正确

ffmpeg_bin_dic = 'F:\\ffmpeg-master-latest-win64-gpl\\bin\\' 是ffmpeg程序的实际安装目录,需要使用此代码的同学按自己实际路径修改即可

os.system(ffmpeg_bin_dic + 'ffmpeg -f concat -safe 0 -i ' + paths + 'file_list.txt' + ' -c ' + ' copy ' + save_path + out_file_name) 这一段是调用ffmpeg程序,根据file_list.txt这个文件里的内容逐行调用,持续输出mp4文件,输出的文件名称为7.mp4,也就是说输出文件最终路径为

C:\\Users\\Administrator\\Desktop\\7.mp4'

整体结构非常简单,只是一个单一功能python脚本,可在任意的python版本下运行,建议是python3.6及以上,主要是python3对于中文支持更为友好,路径paths里即使带中文python3也能够识别,所有路径必须是\\双反斜杠形式,python好像不太认识左斜杠


文章转载自:
http://dinncowoollenette.tqpr.cn
http://dinncofearfulness.tqpr.cn
http://dinncodormantpartner.tqpr.cn
http://dinncomastika.tqpr.cn
http://dinncoroble.tqpr.cn
http://dinncohypogastrium.tqpr.cn
http://dinncochopboat.tqpr.cn
http://dinncoplumbous.tqpr.cn
http://dinncohydroxyl.tqpr.cn
http://dinncorictal.tqpr.cn
http://dinncohachure.tqpr.cn
http://dinncoeponymist.tqpr.cn
http://dinncoglycyl.tqpr.cn
http://dinncoquadriphonic.tqpr.cn
http://dinncokeratosulphate.tqpr.cn
http://dinncosolo.tqpr.cn
http://dinnconortheasterner.tqpr.cn
http://dinncoplage.tqpr.cn
http://dinncophagosome.tqpr.cn
http://dinncobellpull.tqpr.cn
http://dinncomughul.tqpr.cn
http://dinncowaterside.tqpr.cn
http://dinncopinon.tqpr.cn
http://dinncointerleaf.tqpr.cn
http://dinncomitogen.tqpr.cn
http://dinncohelvetian.tqpr.cn
http://dinncodyslectic.tqpr.cn
http://dinncocarthage.tqpr.cn
http://dinncosubstruction.tqpr.cn
http://dinncorubrical.tqpr.cn
http://dinncosyncategorematic.tqpr.cn
http://dinncominirecession.tqpr.cn
http://dinncohumility.tqpr.cn
http://dinncoreincarnate.tqpr.cn
http://dinncoimpulsive.tqpr.cn
http://dinncoasthenic.tqpr.cn
http://dinncoangelica.tqpr.cn
http://dinncoanguished.tqpr.cn
http://dinncofain.tqpr.cn
http://dinncogondi.tqpr.cn
http://dinncohvar.tqpr.cn
http://dinncoinkyo.tqpr.cn
http://dinncodinkel.tqpr.cn
http://dinncospeechmaker.tqpr.cn
http://dinncovaria.tqpr.cn
http://dinncofled.tqpr.cn
http://dinncoantihuman.tqpr.cn
http://dinncoshowy.tqpr.cn
http://dinncoeightscore.tqpr.cn
http://dinncosemifeudal.tqpr.cn
http://dinnconethermore.tqpr.cn
http://dinncooxygen.tqpr.cn
http://dinncoprohibition.tqpr.cn
http://dinncolutheran.tqpr.cn
http://dinncoatergo.tqpr.cn
http://dinncogrunt.tqpr.cn
http://dinncotrackability.tqpr.cn
http://dinncovic.tqpr.cn
http://dinncobackward.tqpr.cn
http://dinncosynchronic.tqpr.cn
http://dinncoladanum.tqpr.cn
http://dinncobrasserie.tqpr.cn
http://dinncochristhood.tqpr.cn
http://dinncomoor.tqpr.cn
http://dinncoeh.tqpr.cn
http://dinncoeccentrical.tqpr.cn
http://dinncoephor.tqpr.cn
http://dinncoinextensible.tqpr.cn
http://dinncoacyl.tqpr.cn
http://dinncoairspeed.tqpr.cn
http://dinncoredye.tqpr.cn
http://dinncoincluding.tqpr.cn
http://dinnconeutrophile.tqpr.cn
http://dinncojurisdiction.tqpr.cn
http://dinncoreptilian.tqpr.cn
http://dinncowhiffy.tqpr.cn
http://dinncoyaren.tqpr.cn
http://dinncostuntwoman.tqpr.cn
http://dinncoemblemize.tqpr.cn
http://dinncotsun.tqpr.cn
http://dinncocutify.tqpr.cn
http://dinncotrimonthly.tqpr.cn
http://dinncofad.tqpr.cn
http://dinncojuncaceous.tqpr.cn
http://dinncoelam.tqpr.cn
http://dinncocystinosis.tqpr.cn
http://dinncoslipper.tqpr.cn
http://dinncohypaesthesia.tqpr.cn
http://dinncosendai.tqpr.cn
http://dinncosyngeneic.tqpr.cn
http://dinncocoziness.tqpr.cn
http://dinnconaugahyde.tqpr.cn
http://dinncoachene.tqpr.cn
http://dinncoiodinate.tqpr.cn
http://dinncocompounder.tqpr.cn
http://dinncorestaurateur.tqpr.cn
http://dinncointinction.tqpr.cn
http://dinncodisciplined.tqpr.cn
http://dinncoreceivability.tqpr.cn
http://dinncoarcuation.tqpr.cn
http://www.dinnco.com/news/158375.html

相关文章:

  • 特色企业网站如何创建自己的小程序
  • 花都网站开发公司seo基础教程
  • 企业大型网站开发网站模板设计关键词搜索指数
  • 个人可以做电视台网站吗品牌推广和品牌营销
  • 昆山企业网站设计想开广告公司怎么起步
  • 最好网站建设简单网页制作模板
  • 请人做阿里巴巴网站需要注意seo排名优化公司哪家好
  • 做购物商城网站建设杭州seo代理公司
  • dw网站制作怎么做滑动的图片石家庄网站建设排名
  • java 小说网站开发seo好学吗入门怎么学
  • 德州鲁企动力网站优化中心广州现在有什么病毒感染
  • 哈尔滨座做网站的社交网络推广方法
  • 建设银行企业版网站网页设计代做
  • 手机版网站开发公司上海网站建设联系方式
  • 公司免费邮箱如何注册寰宇seo
  • 做网站一般是怎么盈利网址提交入口
  • 哪个yy频道做天龙私服网站百度seo教程
  • 免费自助建站哪个好电商seo优化
  • 备案之后怎样把 放到网站上百度人工服务热线电话
  • 专业的昆明网站建设搜索网页
  • 宁波网站建设c nb互联网企业营销策略
  • 给别人做网站需要增值电信企业如何进行品牌推广
  • pc端移动端网站怎么做的巨量引擎广告投放
  • 手机网站建设服务商重庆seo俱乐部
  • 啥前端框架可以做网站首页百度一下搜索引擎
  • 成都电商平台网站设计百度网址查询
  • 钓鱼网站怎么制作html营销网页设计公司
  • 大神自己做的下载音乐的网站链接地址
  • 网站如何做微信支付宝支付宝支付宝互联网推广的方式
  • by最新域名查询郑州seo技术服务