Search found 1 match
- 2014-04-07T05:11:51-07:00
- Forum: Users
- Topic: How to specify stride through input video file?
- Replies: 1
- Views: 3037
How to specify stride through input video file?
My YUV encoded progressive video file convert s successfully into a series of bmp format frames. For processing I want to extract every 30th frame from the input video. Is there a way to specify this stride in a convert command line argument so that I don't have the overhead of generating all ...