Neil Prince - 2021-12-20

I have Fuse for Mac and I want to convert my .fmf files to either .mkv or .mp4

I've downloaded fuse-utils-macosx-1.2.2.tar.bz2 to get the fmfconv utility but my Mac makes it an Unix Executable File.

What is the correct file extension for fmfconv?

I tried making it .app but that didn't work.

Alternatively, if I try converting the .fmf files to other video formats using the Terminal, I just get error messages, saying the output files can't be opened. It creates the files but at 0 bytes.

For example, with username neilprincedj and the file I'm trying to convert called Pinball, if I enter the following:

/Users/neilprincedj/Downloads/Fuse/fmfconv -i Pinball.fmf -o Pinball.mkv

I get the following error message:

*ERR Cannot open output file 'Pinball.mkv' (File exists)...

Indeed the file has been created and exists but it's 0 bytes.

What am I doing wrong? How can I successfully convert an .fmf file to either an .mkv or an .mp4?

Thanks!