Skip to content
#

animation

Here are 263 public repositories matching this topic...

garyo
garyo commented Jan 29, 2020

FFMPEG supports a "video file name" of image-%04d.png, and moviepy accepts this in VideoFileClip() which is great. But unfortunately it assumes 25 fps, and I don't see any way to change that. I can call clip=clip.set_fps(24) but that doesn't change the duration - I think it just skips frames.

It would be great if VideoFileClip could accept an optional fps arg for this case.

reinecke
reinecke commented Jul 14, 2020

When the CMX parser finds an EDL rate mismatch, it reports 0.000000 instead of the rate the parser was using:

$ python3
Python 3.7.7 (default, Mar 10 2020, 15:43:03)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import opentimelineio as otio
>>> otio.adapters.read_from_file("tests/sample_data/25fps.edl")
Trace

Improve this page

Add a description, image, and links to the animation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the animation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.