I am struggling to understand how to create a pipeline which involves reading and manipulating a video/image file. Looking into the documentation, which is quite "essential" without examples and few comments, maybe the beam.io package should help, i.e. class LocalFileSystem
However I have no idea how to use it to create a working pipeline which reads and apply some transform (i.e. frame extraction with ffmpeg)
I am using using python, however if java is more documented i can switch.
Any example? any help? Thanks in advance