Read frames from file and add to table.

This commit is contained in:
Alf
2020-11-10 19:58:11 -08:00
parent 623f1dad7c
commit 0d64e128a2
4 changed files with 150 additions and 16 deletions

View File

@@ -4,9 +4,9 @@ dist/ffprobe-wasm.js:
-O3 \
-L/opt/ffmpeg/lib \
-I/opt/ffmpeg/include/ \
-s EXTRA_EXPORTED_RUNTIME_METHODS="[FS, cwrap, ccall, getValue, setValue, writeAsciiToMemory]" \
-s INITIAL_MEMORY=268435456 \
-s EXTRA_EXPORTED_RUNTIME_METHODS="[FS, cwrap, ccall, getValue, setValue, writeAsciiToMemory]" \
-s INITIAL_MEMORY=268435456 \
-pthread \
-lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm -lx264 -pthread \
-lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm -lx264 -pthread \
-o dist/ffprobe-wasm.js \
src/ffprobe-wasm-wrapper.cpp