videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
126 stars 12 forks source link

Clip length in seconds #15

Closed BenChung closed 6 years ago

BenChung commented 7 years ago

Right now, clip length is specified in terms of number of frames, which is less than ideal, as the output frames per second can change depending on command line flags, among other things. It would be better if clip length could be specified in terms of seconds, instead of frames, allowing the video description to be made independent of output FPS.

LeifAndersen commented 6 years ago

As with the other issues, v0.2 now specifies video length in seconds. So I'm going to close this. Again, thanks.