clip
  • Installation
  • User guide
  • Examples
  • API reference
  • Implementation notes
clip
  • User guide
  • View page source

User guide

These are the parts of the library most likely to be useful to users.

  • Some ways to form a clip from existing source material:

    clip.from_audio_samples() clip.from_file() clip.from_rosbag() clip.from_zip() clip.image_glob() clip.pdf_page() clip.static_image()

  • Some ways to create new clips out of nothing:

    clip.black() clip.draw_text() clip.sine_wave() clip.solid() clip.white()

  • Some ways to take existing clips and return new one modified somehow:

    clip.add_subtitles() clip.background() clip.bgr2rgb() clip.chain() clip.composite() clip.crop() clip.fade_in() clip.fade_out() clip.filter_frames() clip.hold_at_end() clip.hold_at_start() clip.hstack() clip.join() clip.ken_burns() clip.letterbox() clip.loop() clip.mono_to_stereo() clip.repeat_frame() clip.resample() clip.reverse() clip.scale_alpha() clip.scale_by_factor() clip.scale_to_fit() clip.scale_to_size() clip.scale_volume() clip.silence_audio() clip.slice_clip() clip.slice_out() clip.spin() clip.stereo_to_mono() clip.superimpose_center() clip.timewarp() clip.to_default_metrics() clip.to_monochrome() clip.vstack()

  • Some ways to save or view a completed clip:

    clip.save_audio() clip.save_gif() clip.save_mp4() clip.save_rosbag() clip.save_zip()


© Copyright 2024, Jason O'Kane.

Built with Sphinx using a theme provided by Read the Docs.