Skip to content

Releases: NumberCooler/offline-video-logger-advanced

MultiTrack Raw DOM

19 Jul 15:52
Compare
Choose a tag to compare
1.3.0

basic text

Single Track + Audio Mix + Binary Format

15 Jul 14:43
Compare
Choose a tag to compare

binary format is

[u32 string size][string][u32 any file size][file]

string is a json in format
{
version : [0,0,2],
type : "audio.webm" | "video.webm",
main : "webm"
}

just a boolean for now.

and the file is the webm

Single Track + Audio Mix

13 Jul 16:24
Compare
Choose a tag to compare
1.1.0

hotfix not removing mixed audio tracks after recording

Single Track

12 Jul 11:31
Compare
Choose a tag to compare
1.0.0

download fix, mix test, control video test, ssl mock