I wanted to change the frame rate of the video and found out about minterpolate filter feature in ffmpeg
So i tried to test it out and run a simple command.
ffmpeg -i video.mp4 -filter "minterpolate='fps=60'" output.mp4
however i get this error massage.
Cannot connect video filter to audio input
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:2
Conversion failed!