Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.32 KB

examples-misc.rst

File metadata and controls

35 lines (25 loc) · 1.32 KB

Miscellaneous

  • movie-reader.py

    Using ffmpeg, this example shows how to read a movie (without sound)

  • movie-writer.py

    Using ffmeg, this example shows how to record a movie.

    Note

    You can do the same using the --record filename option when running the program.

  • high-frequency.py

    This example show the visualisation of a high-frequency signal. This is made possible by sampling the signal from within the shader code.

  • interpolations.py

    This example demonstrate sixteen image interpolations filrers adapted from matplotlib filters

  • realtime-signals.py

    This example show how to display and update several realtime signals using the best memory layout.