ffmpeg 将 网络流视频 HLS(m3u8) 转为 MP4 视频命令

ffmpeg 将 网络流视频 HLS(m3u8) 转为 MP4 视频命令 1 ffmpeg -allowed_extensions ALL -i index.m3u8 -acodec copy -bsf:a aac_adtstoasc -vcodec copy output.mp4

12月3日 2019 · 1 分钟 · 28 字 · Rayae

Windows 使用批处理设置静态IP或DHCP

设置为静态IP 1 2 3 4 5 6 7 8 9 10 11 12 13 14 @echo off SET ip=10.0.83.48 SET mask=255.255.255.0 SET gateway=10.0.83.126 SET dns=202.101.224.68 SET interfac...

11月5日 2019 · 1 分钟 · 219 字 · Rayae

macOS 下 iTerm2 全局使用代理

突然发现在** iTerm2** 下配置了 proxychains4,有部分链还是不会走代理运行。 比...

9月22日 2019 · 1 分钟 · 117 字 · Rayae