Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 580 Bytes

Object_tracking

Object Tracking

Extract Video(MP4) Frames and Save to Images

Extract Images with VLC from the Command Line

https://www.raymond.cc/blog/extract-video-frames-to-images-using-vlc-media-player/

command line

vlc.exe "pathtovideo" --video-filter=scene --vout=dummy --start-time=300 --stop-time=600 --scene-ratio=250 --scene-path="pathtosaveimages" vlc://quit

RGB2HSV