佛系程序员
首页
栏目
标签
归档
关于
友链
佛系程序员
首页
栏目
标签
归档
友链
关于
如何下载淘宝、微信视频号的视频和B站的字幕文件?
健康养生
技术开发
发布日期: 2023-07-14 19:18:48
喜欢量: 6 个
阅读次数:
647
淘宝使用存图宝就好了,微信视频号使用文章中提到的软件。
<p></p><p></p><p><span style="background-color: rgb(255, 255, 0);">1.如何下载淘宝视频? </span><br>电脑打开 <a href="https://cuntubao.com/data.html" target="_blank" style="background-color: rgb(0, 255, 255);">存图宝</a>:https://cuntubao.com/data.html,把视频所在的网页地址填上去。</p><p>勾选需要的视频,打包下载,即可。</p> 参考:<a href="https://cuntubao.com/article/%E6%B7%98%E5%AE%9D%E8%A7%86%E9%A2%91%E5%9B%BE%E7%89%87%E6%80%8E%E4%B9%88%E4%B8%8B%E8%BD%BD%E4%BF%9D%E5%AD%98.html" target="_blank"><span style="background-color: rgb(0, 255, 255);">如何用存图宝下载淘宝视频、淘宝图片>></span>? </a><p></p><p>但是电脑版要下载PC端了。再提供另一办法,<br>电脑打开,检查,网页代码,在“网络”,输入“mp4”,再刷新页面,即可看到视频链接。</p><p><br></p><p><br></p><p><br></p><p><span style="background-color: rgb(255, 255, 0);">2.如何下载微信视频号视频?</span></p><div style="color: rgb(204, 204, 204); background-color: rgb(31, 31, 31); font-family: Consolas, "Courier New", monospace; line-height: 19px; white-space: pre;"><div><span style="color: #569cd6;font-weight: bold;"># WechatVideoSniffer</span></div><div>微信视频号PC版视频地址嗅探器</div></div><p></p><p></p><p><br></p><p><a href="https://github.com/xuncv/WechatVideoSniffer/blob/main/dist/WechatVideoSniffer.exe">https://github.com/xuncv/WechatVideoSniffer/blob/main/dist/WechatVideoSniffer.exe</a><br><br>下载这个软件,</p><p>使用方法:https://github.com/xuncv/WechatVideoSniffer</p><p><br></p><p><span style="background-color: rgb(255, 255, 0);">3.如何下载B站的字幕文件?</span></p><p>B站的AI助手,可以在线生成视频总结和字幕,要想下载字幕文件,可以使用这个:<br><a href="https://www.kedou.life/caption/subtitle/bilibili">https://www.kedou.life/caption/subtitle/bilibili</a><br>下载的.srt文件,再导入到剪映中,再导出为txt.就很方便阅读了。再用程序拼接标点符号,成一整篇文章。</p><p><br></p><p><span style="background-color: rgb(255, 255, 0);">4.如何下载百度直播回放的视频?</span></p><p>百度直播回放如何下载,检查后,得到m3u8链接,再用这个。</p><p><br><a href="http://tools.bugscaner.com/m3u8.html">http://tools.bugscaner.com/m3u8.html</a><br></p><p class="p1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";">1小时30分钟的视频,得到1.1G的ts文件,再用ffmpeg命令处理:</p><p class="p1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";">ffmpeg -i input.ts -vf scale=1280:-2 -c:v libx264 -crf 23 -preset fast -c:a aac -b:a 192k input.mp4</p><p class="p1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";"><span class="s1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; line-height: normal; font-family: "PingFang SC";">仍有</span>908M<span class="s1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; line-height: normal; font-family: "PingFang SC";">,</span></p><p class="p1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";">ffmpeg -i input.mp4 -vf scale=1024:-2 -c:v libx264 -crf 29 -preset fast -c:a aac -b:a 128k output1280.mp4</p><p class="p1" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";">-crf 29 = 289M (选这个较合适)</p><p></p>
文章作者:
yyii
文章链接:
http://www.amtb.info/show/Mzg=
版权声明:
本博客所有文章除特別声明外,转载请注明来源
佛系程序员
!
分享:
搜索