UNPKG

video

Version:

A C++ module for node.js that creates Theora/Ogg videos from RGB frames.

8 lines (5 loc) 145 B
CC=gcc CFLAGS+= LDFLAGS+=-logg -ltheoraenc -ltheoradec framebyframe: framebyframe.o $(CC) framebyframe.o -o framebyframe $(CFLAGS) $(LDFLAGS)