nilaoda

Results 19 issues of nilaoda

![Snipaste_2019-04-28_10-28-24.png](https://i.loli.net/2019/04/28/5cc50feb72a3f.png) 1080P60为116 720P60为74

我自己下载源码搞了哈哈 希望官方能加一下~ 那种最前的messagebox

## Install Termux * https://github.com/termux/termux-app/releases/download/v0.118.0/termux-app_v0.118.0+github-debug_universal.apk ## Termux Get Storage Access ```sh termux-setup-storage ``` Allow prompt, then restart Termux. ## Config Ubuntu ```sh pkg up -y pkg install proot-distro proot-distro install...

速度超不过1m/s了……

```py sr_args = dict(model_filename=r'../NeuralNetworks/SRGAN\SRGAN@leftthomas\SRGAN_2x', device_id=0,up_scale=2, is_rgb_model=True, pad=None, crop=None, pre_upscale=False) #change super resolution arguments here! manual_sr_args = sr_args manual_sr_args['block_w']=64 manual_sr_args['block_h']=64 clip = core.lsmas.LWLibavSource(r"D:\vts_01.mov") source = clip clip = mvs.Depth(clip, depth=16) clip...

some api dont directly response the ipv4 address, like: * https://api.live.bilibili.com/client/v1/Ip/getInfoNew so use regex to match. ```regex (\b25[0-5]|\b2[0-4][0-9]|\b[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3} ```

![image](https://user-images.githubusercontent.com/20772925/190921839-3ed8d590-9425-41bf-840f-e319cdf8e163.png) 如图所示

enhancement

First of all, thanks for this amazing project! In a non-interactive command line (or being redirected), I cannot display custom columns. Normal terminal: ![image](https://github.com/spectreconsole/spectre.console/assets/20772925/8895cc92-5e74-4c5d-8d02-9ac0815ba8b2) Redirected: ``` Vid Kbps: 19% Vid...

feature
needs triage

## System info **Operating System**: Windows 11 22H2 **Shaka Packager Version**: v2.6.1 ## Issue and steps to reproduce the problem **Packager Command**: ``` packager-win-x64.exe input=sample.enc.mp4,stream=0,output=sample.dec.mp4 --enable_raw_key_decryption --keys key_id=a1447cecef3a4e839d59c1f994eaf2c6:key=86a376288496a0c32e1178e42139ce66 ``` ```...