Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

adding an -npad option to discard padded dupes #14

Merged
merged 4 commits into from
Sep 13, 2015
Merged

adding an -npad option to discard padded dupes #14

merged 4 commits into from
Sep 13, 2015

Conversation

dthpham
Copy link
Owner

@dthpham dthpham commented Sep 9, 2015

This commit adds the -npad, --no-padding option to discard duplicate frames that are padded at the end of video segments. This is useful for creating smoother transitions between subregions at the expense of having a video with an unexpected duration.

This commit adds the `-npad, --no-padding` option to discard
duplicate frames that are padded at the end of video segments.
This is useful to create smoother transitions between subregions
at the expense of having a video with a correct expected duration.
Regions with 1 frame should always be written out at least once.
Missed this in a merge.
This commit refactors, adds logs debugging information, and fixes
multiple problems with the render module - most importantly an
issue where Butterflow was not making enough interpolated frames.
This led to duping the final frame in every segment to compensate
for missing frames.

Another major bug that was discovered and fixed was that sometimes
the time step was set to a value that caused it to make a copy of
the next frame. This would cause the appearance of faux-dupes that
appeared right after another.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant