How can i split a video into NxM tiles spatially?

丶灬走出姿态 提交于 2019-12-13 08:28:34

问题


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.



来源:https://stackoverflow.com/questions/49376779/how-can-i-split-a-video-into-nxm-tiles-spatially

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!