Good day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command:
ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png
It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help!)
P.S. Sorry for my bad english)