我这里有一个奇怪的问题!
我在一个文件中有一个视频。我想从这个视频中提取一些帧并从中制作一个视频,然后用它来显示(注意:我不想为此使用 imshow() )。我想在不将其写入文件的情况下执行此操作。
Algorithm:
1. Read the video from file
2. extract the frames
3. make a video out of these frames(save it as a variable; do not write it into a file)
4. Use this variable which holds the new video for displaying
任何建议都会有很大帮助!