0

I'm trying to playback a Mov file on OSX using the command:

$melt MVI_3001.mov 

However, there's a momentary flash and the following error:

libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6

What does this mean? How can I playback the Mov files?

Mel
  • 5,837
  • 10
  • 37
  • 42

1 Answers1

0

It means SDL is not working in your build of melt. I do not know why; there is not enough information. It could be that FFmpeg was built against SDL2, but MLT was built against SDL1.2. The build of melt that comes with Shotcut works (/Applications/Shotcut.app/Contents/MacOS/melt).

Dan Dennedy
  • 446
  • 4
  • 6