02 2020 档案

摘要:ERROR: unable to download video data: <urlopen error EOF occurred in violation of protocol (_ssl.c:nnn)> \youtube-dl\youtube_dl\utils.py PROTOCOL_TLSv 阅读全文
posted @ 2020-02-17 00:02 1CM 阅读(2582) 评论(0) 推荐(0)
摘要:使用批处理获取时间时,通常%DATE%来获取,但这个格式是受系统限制, 使用下面的方法获取系统时间就不用考虑格式的变化 1 @echo off 2 call :GetLocaldatetime 3 echo %GetLocaldatetime% 4 5 call :GetUTCTime 6 echo 阅读全文
posted @ 2020-02-12 11:27 1CM 阅读(587) 评论(0) 推荐(0)
摘要:FFmpeg的xfade转场,现在一共有31种效果,2020年02月10日以后的FFmpeg代码中有效; 1 #!/bin/bash 2 # Example of concatenating multiple mp4s together with 1-second transitions betwe 阅读全文
posted @ 2020-02-10 16:15 1CM 阅读(6924) 评论(1) 推荐(0)
摘要:@echo off call :getUTCTime echo %UTCTIMESTR% exit /b :getUTCTime FOR /F "usebackq tokens=1,2 delims==" %%i IN (`wmic path win32_utctime get /format:li 阅读全文
posted @ 2020-02-08 16:26 1CM 阅读(1468) 评论(0) 推荐(0)
摘要:2020-01-12 gcc 发布了开发版的 10.0.0 之后版本升级为10.0.1 Thread model posix 版本的 gcc-10.0.1 下载地址 https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS $ gcc 阅读全文
posted @ 2020-02-03 00:52 1CM 阅读(621) 评论(0) 推荐(0)
摘要:目前 QtScrcpy 1.1.0 版本无法调整窗口大小,如果想放大画面就可以使用这个小工具,简单制作,页面没有过多的花样; 小工具可以选择 1080 720 540 360 四个高度选项; 下载地址 https://github.com/qq2225936589/QtScrcpy_Resize 阅读全文
posted @ 2020-02-02 12:30 1CM 阅读(2995) 评论(0) 推荐(0)