Does ffmpeg support conversion of .psv video format to Mp4?

I am trying to convert a .psv file like,

ffmpeg -i 0a02ec7f158a4f14914edda139230652.psv output.mp4

i get error, Invalid data found when processing input.

Is this because ffmpeg does not support the .psv format or am i doing it wrong?

1

1 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).

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like