pixeltable icon indicating copy to clipboard operation
pixeltable copied to clipboard

make_video(): add parameters for fps and output destination

Open mkornacker opened this issue 1 year ago • 0 comments

  1. fps parameter:
  • make_video() currently produces videos at a fixed 25 fps.
  • instead, it should accept an optional parameter (default: 25, or maybe 30) 'fps' which will be applied at runtime.
  1. skip None frames
  2. specify output destination:
  • currently, .mp4 files are written into the current directory
  • add kw parameter for the output destination (which could be a local directory or a prefix for an external URL such as an S3 bucket) and write it there

mkornacker avatar Oct 05 '23 19:10 mkornacker