UNPKG
video
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A C++ module for node.js that creates Theora/Ogg videos from RGB frames.
pkrumins/node-video
video
/
discovery
/
full-frames
/
Makefile
8 lines
(5 loc)
•
145 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
CC=gcc CFLAGS+= LDFLAGS+=-logg -ltheoraenc -ltheoradec
framebyframe: framebyframe.o
$(CC)
framebyframe.o -o framebyframe
$(CFLAGS)
$(LDFLAGS)