sminterpolate icon indicating copy to clipboard operation
sminterpolate copied to clipboard

Make motion interpolated and fluid slow motion videos from the command line.

Results 81 sminterpolate issues
Sort by recently updated
recently updated
newest added

I have gotten to step 8, after cloning the repo and doing the previous steps. After entering `python2 setup.py develop` into the MINGW64 shell while in the top-level of project...

By sheer luck, I tried 30fps for my first run of butterflow, and it worked great. This was my incantation: ``` butterflow -e -m -v -r30 in.mp4 -o interp.mp4 ```...

The frame rate across my MacBook dies when I start this, is there a way I can restrict it so it still runs in the background but the rest of...

Hi, i so confused, why my video got stutter when interpolate to 2x using audio this is my command to generate output video : ``` butterflow -v -audio -r 2x...

Here is the error ❯ brew install homebrew/science/opencv --with-ffmpeg Error: No available formula with the name "homebrew/science/opencv" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/science...

On the sixth step of the installation guide on windows, I faced a problem with the mingw-w64-opencv2 package. Here's the error I get in the MSYS shell: . . ....

I'd like to request a feature to add verbosity levels. Currently, even if the *verbose* flag is set, butterflow will snip runs from the console output, only updating progress at...

I wanted to reach out and let you know that I created a [Windows GUI for butterflow](https://github.com/wagesj45/butterflow-ui) that you may be interested in.

[mingw-w64-opencv2-2.4.13-1-x86_64-prepare.log](https://github.com/dthpham/butterflow/files/2156154/mingw-w64-opencv2-2.4.13-1-x86_64-prepare.log) i have this error a failure occurred in build() when building opencv2

build fails with errors along the lines of: /usr/home/tyson/Git/butterflow/butterflow/avinfo.c:5:10: fatal error: 'libavcodec/avcodec.h' file not found despite the correct dependencies being installed. I'm not particularly familiar with python, is there something...