I recently downloaded some video files via player.vimeo.com. They are in mp4 format, about 50 minutes long. The Windows 11 file manager properties says the frame rates are very high, like 15,272 fps.
When I try to play the files using either the Windows media player or VLC, the video portion plays very fast and completes in a few seconds, but the audio plays at the normal rate.
I have tried several online video conversion services, setting the frame rate to 30 fps, but the result is the same as the original file.
Here is the output from ffprobe on one of the files:
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.20.100
Duration: 00:49:18.14, start: 0.000000, bitrate: 668 kb/s
Stream #0:0[0x1](und): Audio: aac (LC) (mp4a / 0x6134706D),
48000 Hz, stereo, fltp, 189 kb/s (default)
Metadata:
handler_name : Vimeo Isopod Audio Handler
vendor_id : [0][0][0][0]
Stream #0:1[0x2](und): Video: h264 (High) (avc1 / 0x31637661),
yuv420p(tv, smpte170m, progressive),
960x540, 242454 kb/s, 15272.12 fps, 15360 tbr, 15360 tbn (default)
Metadata:
handler_name : L-SMASH Video Handler
vendor_id : [0][0][0][0]
Any ideas on how to change the video frame rate from 15,272 to 30, without changing the audio rate?