随笔分类 -  media

media
摘要:FFmpeg将多张图片合成视频 - CSDN博客 https://blog.csdn.net/wangshuainan/article/details/77914508 Slideshow – FFmpeg https://trac.ffmpeg.org/wiki/Slideshow 阅读全文
posted @ 2018-05-04 16:54 papering 阅读(4199) 评论(0) 推荐(0)
摘要:url 内网 阅读全文
posted @ 2018-05-03 20:53 papering 阅读(239) 评论(0) 推荐(0)
摘要:、 imageio-binaries/ffmpeg at master · imageio/imageio-binaries · GitHub https://github.com/imageio/imageio-binaries/tree/master/ffmpeg 阅读全文
posted @ 2018-05-03 14:42 papering 阅读(227) 评论(0) 推荐(0)
摘要:10分钟上线 - 利用函数计算构建微信小程序的Server端-博客-云栖社区-阿里云 https://yq.aliyun.com/articles/435430 函数计算 读写 oss 阅读全文
posted @ 2018-05-02 16:12 papering 阅读(246) 评论(0) 推荐(0)
摘要:FFmpeg解码视频帧为jpg图片保存到本地 - CSDN博客 https://blog.csdn.net/qq_28284547/article/details/78151635 阅读全文
posted @ 2018-05-02 15:49 papering 阅读(796) 评论(0) 推荐(0)
摘要:if os.path.getsize(res_v) / 1024 / 1024 < 0.8: print('os.path.getsize(res_v) / 1024 / 1024 < 0.8----os.remove(res_v)') os.remove(res_v) 阅读全文
posted @ 2018-05-01 23:54 papering 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-30 09:08 papering 阅读(183) 评论(0) 推荐(0)
摘要:视频特效 FFmpeg Filters Documentation http://www.ffmpeg.org/ffmpeg-filters.html#drawtext-1 ffmpeg 滤镜及其效果 - CSDN博客 https://blog.csdn.net/dangxw_/article/de 阅读全文
posted @ 2018-04-26 15:33 papering 阅读(160) 评论(0) 推荐(0)
摘要:from selenium import webdriver import os import time import pymysql from bs4 import BeautifulSoup import requests import threading from selenium.webdriver.common.keys import Keys h, pt, u, p, db =... 阅读全文
posted @ 2018-04-25 04:23 papering 阅读(369) 评论(0) 推荐(0)
摘要:提示:为了获得更好的推荐量和点击量,请尽可能使用大尺寸图片,建议分辨率:1280×720(最小宽度为 640 像素)。 请务必上传和视频内容相关、有引导价值的图片,如有作弊情况将被封号处理。 js 判断上传图片尺寸大小(var img =new Image()) - CSDN博客 https://b 阅读全文
posted @ 2018-04-24 16:49 papering 阅读(416) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-23 14:35 papering 阅读(586) 评论(0) 推荐(0)
摘要:ffmpeg缩小视频尺寸 | 楚盟博客 https://www.5yun.org/13126.html ffmpeg -i test.mp4 -s 480×360 out.mp4 常用分辨率: 1080P=1920*1080720p=1280×720480p=720X480360p=480×3602 阅读全文
posted @ 2018-04-23 14:13 papering 阅读(893) 评论(0) 推荐(0)
摘要:解决ES集群状态异常教程(存在UNASSIGNED)_百度经验 https://jingyan.baidu.com/article/9158e00013f787a255122843.html 阅读全文
posted @ 2018-04-20 17:31 papering 阅读(790) 评论(0) 推荐(0)
摘要:# [libx264 @ 00000275eb57fec0] height not divisible by 2 (520x325) 阅读全文
posted @ 2018-04-19 16:34 papering 阅读(234) 评论(0) 推荐(0)
摘要:视频生成 量产 阅读全文
posted @ 2018-04-19 14:54 papering 阅读(263) 评论(0) 推荐(0)
摘要:from aip import AipSpeech bd_k_l = ['11059852', '5Kk01GtG2fjCwpzEkwdn0mjw', 'bp6Wyx377Elq7RsCQZzTBgGUFzLm8G2A'] APP_ID, API_KEY, SECRET_KEY = bd_k_l def gen_bd_mp3(uid, str_): mp3_dir = 'C... 阅读全文
posted @ 2018-04-18 11:43 papering 阅读(308) 评论(0) 推荐(0)
摘要:学习中心 | 腾讯社交广告营销平台 http://e.qq.com/ads/learning/data/optimization/case/035/ 阅读全文
posted @ 2018-04-16 23:02 papering 阅读(261) 评论(0) 推荐(0)
摘要:<img role="presentation" src="https://p3.pstatp.com/large/pgc-image/152385934210854ceb909ec" title="点击预览大图"> pgc 图片 》 文章 编辑 图片 先形成pgc路径 阅读全文
posted @ 2018-04-16 14:20 papering 阅读(1104) 评论(0) 推荐(0)
摘要:ia = document.getElementsByClassName("item-name"); le = ia.length; function c(i) { console.log(i) } for (i = 0; i 告别单身淘宝小店 阅读全文
posted @ 2018-04-15 09:34 papering 阅读(161) 评论(0) 推荐(0)
摘要:# 设置分句的标志符号;可以根据实际需要进行修改 # cutlist = "。!?".decode('utf-8') cutlist = ['\n', '\t', '。', ';', '?', '.', ';', '?', '...', '、、、', ':'] cutlist = ['\n', '\t', '。', ';' 阅读全文
posted @ 2018-04-13 17:08 papering 阅读(276) 评论(0) 推荐(0)