Can a dataflow process use ffmpeg to process video or images and if so what would a sample workflow look like
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Yes. You can make sure the necessary binaries (together with their dependencies) are available on workers using the --filesToStage
pipeline option and have a DoFn
in your pipeline that shells out to that binary in order to do the processing.