Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Improve create_dataset, video_to_slomo #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2019

  1. Use subprocess instead of os.system

    This removes issues caused by file names containing special characters.
    tobbez committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    cfb7ec8 View commit details
    Browse the repository at this point in the history
  2. create_dataset: Increase frame file name lengths

    The previous length of 4 digits would cause frames out of order if you
    used a video with more than 9999 frames, e.g. a 240 fps longer than ~42
    seconds.
    
    The new length of 9 should be high enough, with good margin (allowing
    for 48+ days of 240 fps video).
    tobbez committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    0b4d246 View commit details
    Browse the repository at this point in the history