David Zhuang

Results 71 comments of David Zhuang

1. 现在再试试? 2. 没错啊。就是例如Danmaku2ASS的问题不问了,直接不执行了。 3. Biligrab是为了https://github.com/cnbeining/ABPlayerHTML5-Py 服务的(之前是https://github.com/cnbeining/Mukioplayer-Py-Mac ) 。 当然为了兼容性,我加了判断,如果转码失败,则provide as-is. 1. 不错的主意,我不懒的时候弄下。

这种问题都比较难reproduce。 HTML5的API不受推荐,因为不会有清晰度或者速度的提升。当然稍后我会仔细审查此问题。 2015年11月20日星期五,Sg4Dylan [email protected] 写道: > 比如视频 http://www.bilibili.tv/video/av3214525/index_1.html > 通过本程序得到的JSON > {"img":" > http://i1.hdslb.com/video/e1/e189bd6ac593b8a42ac2ea81e7caf72f.jpg","cid":"http://comment.bilibili.com/5071908.xml","src":"http://static.hdslb.com/error.mp4 > "} > 浏览器直接打开得到的JSON > {"img":" > http://i1.hdslb.com/video/e1/e189bd6ac593b8a42ac2ea81e7caf72f.jpg","cid":"http://comment.bilibili.com/5071908.xml","src":"http://cn-jxnc1-dx.acgvideo.com/vg1/c/46/5071908.mp4?expires=1448026200&ssig=hnVyXyfaUPQMQcj1x85BgA&oi=1867408109&internal=1&rate=0 > "} > 出现这种情况的时候,find_video_address_normal_api 函数也会返回空值 > 强行使用 FAKE_HEADER...

好吧是在下输了 改header好像这货不吃 就是大陆代理都不吃 如果有可能,请用-l DEBUG 敲一下详细日志,我看看到底这东西在想啥。有完整的浏览器发送返回header就更好了。

问题还在么?(估计还在 但是我就没法复现)

这个问题常见于他的后端服务器坑爹。 没什么我们能做的 我们能做的就是。。。不用。

Looks nice. Will look into this in a couple of hours, hopefully can add the support in the next version as well as a update of Flvcd source. Beining 在...

Well… After hours of Googling, I cannot find any good way to merge files with avconv. The way that may work is to convert everything into .ts files, which is...

According to my experiments, this would make a video with MPEG4: ``` >>> os.system('avconv -i ' + fff + ' -strict experimental \''+filename+'\'.mp4') avconv version v12_dev0-195-geabdc2a, Copyright (c) 2000-2014 the...

Thx. Will try on my machine, and will push if works as the code does. Icenowy Zheng [email protected]于2014年10月15日星期三写道: > fff = 'concat:' > for i in range(vid_num): > fff =...

@swordfeng `$ avconv -f concat -i ff.txt -c copy o.mp4 avconv version v12_dev0-195-geabdc2a, Copyright (c) 2000-2014 the Libav developers built on Oct 14 2014 19:14:08 with Apple LLVM version 5.1...