Giter VIP home page Giter VIP logo

jojogif's Introduction

Hi there, I'm DomChan - aka domechn 👋

Website

I'm a Developer, and ETH Believer!!

  • 🏖 Waiting for vacation
  • 💴 Buying more eth

Languages and Tools:

Visual Studio Code

Go

Java

TypeScript

Node.js

Kubernetes

SQL

MySQL

MongoDB

Redis

Git



Top Langs


📕 Latest Blog Posts

➡️ more blog posts...


⚡️ Recent GitHub Activity
  1. 🎉 Merged PR #2 in domechn/irsa-controller
  2. 🗣 Commented on #2055 in warpdotdev/Warp
  3. 💪 Opened PR #349 in pixie-io/pixie
  4. ❗️ Opened issue #348 in pixie-io/pixie
  5. 🎉 Merged PR #1 in domechn/domechn.github.io
⚡️ GitHub Stats domechn's GitHub Stats

jojogif's People

Contributors

andy-zhou2 avatar dependabot[bot] avatar domechn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

andy-zhou2

jojogif's Issues

size自动减半的问题

frame = cv2.resize( frame, (int(width * 0.5), int(height * 0.5)), interpolation=cv2.INTER_AREA)
有这么一行还挺迷惑的
我有一个视频1280720,就算我用了--size 1280x720最终结果也是640360
不知道本意是想压缩体积吗?

size选项的help问题 以及 gif每帧之间时间固定的问题

@click.option('--size', default='', help='the size of gif, width*height, ex: 500*500')
提示是500*500但是实际应该是500x500才能识别,而且建议提示一下是x不是unicode

虽然新增了帧数的选择但是每帧之间的时间是固定的(貌似是沿用了之前10fps的标准么)
我看老兄你是算了每几帧取1帧,这样应该是可以算出来每帧之间的时间间隔的
imageio.mimsave(outfilename, frames, 'GIF', duration = 算出来的数)
另外这样还有可能(大概率)想要的帧数和实际帧数不符,增加一个提示或者换算出最后的帧率可能会好一些?

辛苦啦 :>

有关2个小细节

hi,我有2个地方不是很明白
一个是video.py里面貌似有很多try...finally...这种的,不是很清楚具体作用?网上貌似说try里面有return的话才会和别的地方不一样
还有一个是main.py里面的if name=='main",既然这个作为一个包的话是不是就不用这2行了呢?
我理解错误的话请指正😄

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.