navcodec icon indicating copy to clipboard operation
navcodec copied to clipboard

nodejs extension for libavcodec

Results 9 navcodec issues
Sort by recently updated
recently updated
newest added

I am curious about support for opening up a multicast and/or unicast stream for video. Ffmpeg and others support an input of the form: `udp://@239.10.0.1:4000` (multicast) or `udp://@:4000` (unicast) for...

how can I get the media file total time? (how many seconds in a file) DOC can not find the method. thanks!

Hy! This project is really good but I had some issuer during the installation process. I installed libavcodec correctly but when I tried to install the npm package I got...

I installed node 4.1.1 (4.2.1 is just entering Debian, now) and I'm getting a bunch of errors while compiling: ``` CXX(target) Release/obj.target/navcodec/src/navcodec.o In file included from ../src/navformat.h:25:0, from ../src/navcodec.h:22, from...

I am trying to install on Ubuntu 15.04 (`sudo npm install navocdec`) but I keep getting the following: ``` > [email protected] install /home/nick/test/nodejs/node_modules/navcodec > node-gyp rebuild make: Entering directory '/home/nick/test/nodejs/node_modules/navcodec/build'...

Hej, I can not install the package on two of five OSX systems. ``` $ npm i navcodec info trying registry request attempt 1 at 17:15:44 http GET https://registry.npmjs.org/navcodec http...

Is there any reason you picked Libav (avconv) over FFmpeg?

hi guys avconv is able to generate a video from images. but in your documentation i see no such support. something like %d.jpg should be accepted in navcodec.open() i think....

It would be great if it was possible to specify a custom input device, like /dev/video0. Then it would be very easy to capture data from any video device and...