This command generates a thumbnail 5 seconds into the video.
ffmpeg -ss 00:05:10 -i "Young.Sheldon.S04E02.mp4" -to 00:00:50 -c copy "Clip.mp4"
This command generates a thumbnail 5 seconds into the video.
ffmpeg -ss 00:05:10 -i "Young.Sheldon.S04E02.mp4" -to 00:00:50 -c copy "Clip.mp4"