ffmpeg -i input.mp4 -map 0:v:0 -c copy -f null -
NOTE: This loops through the video file but does not decode any frames.
This works on any video file.