sugizo

Results 70 comments of sugizo

trying to use pillow arrary but get the same result **code** ``` import numpy as np from PIL import Image def tes(image): img = Image.fromarray(image) im = FImage(img) im.apply(Sepia(90) )...

stil got the same error **env** google colab **steps** ``` pip install -U cjio triangle cjvalpy meshio !wget -c https://www.cityjson.org/tutorials/files/twobuildings.city.json !cjio twobuildings.city.json export stl two_buildings.stl ``` **result** ``` Parsing twobuildings.city.json...

**code** ``` import rtsp client = rtsp.Client(rtsp_server_uri = url, verbose = True) i = 0 while i

still not work, already tried **execute** `!docker context inspect $(docker context show) | awk -F '"' '/"Host"/ {print $4}' ` **result** `unix:///var/run/docker.sock` **trial 1** **execute** ``` %env DOCKER_HOST='unix:///var/run/docker.sock' docker.from_env() ```...

**environment** google colab **code** ``` !wget -c http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 pip install -U ffmpeg-python import ffmpeg import IPython ( ffmpeg .input('BigBuckBunny.mp4') .trim(duration = 3) .output('trim_duration.mp4') .run() ) IPython.display.Video('trim_duration.mp4', embed = True) ```...

**steps** ``` sudo apt update sudo apt install -y curl git ffmpeg gcc pkg-config libavutil-dev libavformat-dev libswscale-dev libclang-dev curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source "$HOME/.cargo/env" git clone...

tested with `output_params = {"-acodec": "copy"}` and `output_params = {"-c:a": "copy"}` also have same result (no sound on output video, while the source video is have a sound) suspect the...

to get the sound must use `writer.execute_ffmpeg_cmd()`

``` git clone https://github.com/thomasahle/sunfish cd sunfish python ./sunfish.py ``` **result** no error occured, just loading on terminal **expected result like on github readme** ``` $ python ./sunfish.py Playing against sunfish...

``` $ uname -a Darwin sugizo.local 16.7.0 Darwin Kernel Version 16.7.0: Sun Jun 2 20:26:31 PDT 2019; root:xnu-3789.73.50~1/RELEASE_X86_64 x86_64 $ python -V Python 3.9.13 ``` just loading means no error...