Fuxing Yang
Fuxing Yang

Reputation: 33

How can i split a video into NxM tiles spatially?

I want to spatially cut a video to generate N x M files.

For example,I want to split the test.video into NxM tiles?

Video tiles

Upvotes: 2

Views: 1711

Answers (1)

micha137
micha137

Reputation: 1285

You could use ffmpeg and its crop filter. You could simply call it 4 times, each time cropping out the tile you need.

Upvotes: 3

Related Questions