felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

Ffmpeg exited with error code: null #101

Open marcooliveira opened 10 years ago

marcooliveira commented 10 years ago

Hi guys, I'm having a problem with getPngStream, which causes the process to exit with: Ffmpeg exited with error code: null.

Does anyone have a clue as to why this is happening?

I'm using ffmpeg-2.3.2.

marcosgilf commented 8 years ago

Hi people, I was having the same problem with ffmpeg in OS X 10.11.4 and I managed to solve it deleting and reinstalling ffmpeg.

I used homebrew to do so with the rmtree command $ brew rmtree ffmpeg then I reinstalled it with the suggested command in the ffmpeg oficial web: $ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265

So that's the video now working...