Try re-encoding the mp4 using ffmpeg E.g:
ffmpeg -i in_video.mp4 -c:v libx264 -preset slow -pix_fmt yuv420p out_video.mp4
Maybe the mp4 is wonky in some way and this may fix it. Good luck!
Try re-encoding the mp4 using ffmpeg E.g:
ffmpeg -i in_video.mp4 -c:v libx264 -preset slow -pix_fmt yuv420p out_video.mp4
Maybe the mp4 is wonky in some way and this may fix it. Good luck!