UNPKG
uupaa.h264profile.js
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
H264(AVC) Profile and Level detection.
github.com/uupaa/H264Profile.js
uupaa/H264Profile.js
uupaa.h264profile.js
/
test
/
node
/
index.js
15 lines
(9 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// H264Profile test
require
(
"../../lib/WebModule.js"
);
WebModule
.
VERIFY
=
true
;
WebModule
.
VERBOSE
=
true
;
WebModule
.
PUBLISH
=
true
;
require
(
"../wmtools.js"
);
require
(
"../../lib/H264Profile.js"
);
require
(
"../../release/H264Profile.n.min.js"
);
require
(
"../testcase.js"
);