Earlier today I posted a question about frame extration with keyframes per encoding order (here) and I tried to run the command provided in one of the answers but ffmpeg returns:
Unrecognized option 'frame_pts'.
Error splitting the argument list: Option not found
Any clue how to make ffmpeg to recognize 'frame_pts' option? The full command that I ran is:
ffmpeg -i input.mp4 "select='eq(pict_type\,I)" -vsync 0 -frame_pts 1 thumbnails-%02d-I.png