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-png
/
Makefile
8 lines
(5 loc)
•
143 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
CC=gcc CFLAGS+= LDFLAGS+=-lpng -logg -ltheoraenc -ltheoradec
png2theora: png2theora.o
$(CC)
png2theora.o -o png2theora
$(CFLAGS)
$(LDFLAGS)