now I have a problem. Can you help me? I want to spatially cut a video to generate NxM files.For example,I want to split the test.video into NxM tiles?Video tiles
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You could use ffmpeg and its crop filter. You could simply call it 4 times, each time cropping out the tile you need.