Is there any way that I can see frames for multiple videos at same time in one file?
I know how to do that for one video -
ffprobe -show_frames http://myvirtualdirectory/myvideo.mp4 > output.txt
I have so many videos in my virtual directory - so I want to see all the videos frames at one file.
And is there any way that I can see frames from my local directory - and not from virtual directory like (http://.... )