dthpham

Results 48 comments of dthpham

Sorry for getting back to you so late on this but can you grab the latest `master` and tell me what the output of `butterflow -prb ` on the 4096x2048...

That's something I could add/support in the future. However, in its present state, BF only works with video inputs and can only output video.

Good point, I'll take a look into amf and nvenc. If you're using BF from source you can change a few of the FFMPEG options, including the veryslow preset, in...

Thanks for the report. According to the debug output, you're using an old development version, 0.2.2.dev0 The latest "stable" (release) build is 0.2.2. The line where the ZeroDivisionError occurs doesn't...

Thanks for sharing this. It's really cool to see what people are using Butterflow for. OK, so why does Butterflow dupe frames at the end of videos and is it...

By the way, the duplicated frames at the end of video segments is a legitimate issue. The problem is that Butterflow treats each segment as if it was a self...

I'm reneging on this: > The problem is that Butterflow treats each segment as if it was a self contained video. A segment's last frame is duplicated to satisfy the...

This is what I'm getting when dupes padded to the end of segments are removed using a new `-npad, --no-padding` option. The pull request: https://github.com/dthpham/butterflow/pull/14. Mine is on the left...

I think the problem is because too many frames were being dropped. It's that large change in speed in a short period of time that makes shifting noticeable. One thing...

I'm getting really good results now after implementing what I said in my last post. Squashed a lot of bugs in the process while debugging this thing. The cool thing...