sugizo

Results 129 issues of sugizo

**code** ``` from tube_dl import Youtube Youtube("https://youtube.com/watch?v=R2j46bHm6zw&list=RDAMVMd4HYhxlsj5k").Formats() ``` **result** ``` FileNotFoundError Traceback (most recent call last) [/usr/local/lib/python3.10/dist-packages/tube_dl/__main__.py](https://localhost:8080/#) in __init__(self, vid) 31 try: ---> 32 self.json_file = load(open(cwd+"/tube_dl_config.json", "rb")) 33 except...

### svtplay-dl versions: Run `svtplay-dl --version` svtplay-dl 4.71 ### Operating system and Python version: Name and version of the operating system and python version (run `python --version`) env : google...

**objective** write video output using ffmpegcv **steps** `pip install -U rtsp ffmpegcv` **code** ``` import rtsp import ffmpegcv url = 'http://clausenrc5.viewnetcam.com:50003/nphMotionJpeg?Resolution=320x240' # aspect ratio = 4:3 client = rtsp.Client(rtsp_server_uri =...

nice to have svg or png support when execute print(board), it will show the ASCII, like python-shogi already have `print(board)` **result** ``` l n s g k g s n...

nice to have ability to extract more info from kif header **e.g.** End date: 「終了日時」 Tournament: 「棋戦」 Opening: 「戦型」 Heading? (TN: no idea): 「表題」 Time control (initial starting time on...

tested on google colab ![image](https://user-images.githubusercontent.com/2418295/235370765-9c5bfc01-df3a-4da5-8da8-4666255a42a8.png) best regards

**Describe the bug** rtsp url link to file mp4 not work **To Reproduce** code ``` url = 'http://honjin1.miemasu.net/nphMotionJpeg?Resolution=320x240&Quality=Standard' rtsp = ffmpeg_streaming.input(url) output = 'rtsp_mp4.mp4' rtsp_mp4 = rtsp.stream2file(Formats.h264() ) rtsp_mp4.output(output, async_run...

$ node -v v6.11.2 $ npm -v 3.10.10 $ ../node_modules/.bin/punch v Punch version 0.5.46 $ ../node_modules/.bin/punch s Running Punch server on localhost:9009 TypeError: Mime.extension is not a function at Object.getExtension...

nice to have rename downloaded audio / video feature : **e.g.** ``` yt-dlp -o "%(uploader)s - %(title)s.%(ext)s" https://www.youtube.com/watch?v=fMi6Xi6Li2Q yt-dlp -o "01.%(ext)s" https://www.youtube.com/watch?v=fMi6Xi6Li2Q ``` best regards

**Is your feature request related to a problem? Please describe.** nice to have chord progression template, e.g. ii–V–I then user can modified it, add or delete the base template **ref**...