I am trying to convert a .psv file like,
ffmpeg -i 0a02ec7f158a4f14914edda139230652.psv output.mp4i get error, Invalid data found when processing input.
Is this because ffmpeg does not support the .psv format or am i doing it wrong?
11 Answer
It doesn't look like ffmpeg supports PSV, at least according to my web searches, and using this answer to check the formats supported (on my ffmpeg build from MacPorts).