mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 23:34:04 +09:00
tav playing concatenated video streams
This commit is contained in:
@@ -645,6 +645,9 @@ try {
|
|||||||
// Found another TAV file - update header and reset counters
|
// Found another TAV file - update header and reset counters
|
||||||
header = nextHeader
|
header = nextHeader
|
||||||
frameCount = 0
|
frameCount = 0
|
||||||
|
akku = 0.0
|
||||||
|
akku2 = 0.0
|
||||||
|
FRAME_TIME = 1.0 / header.fps
|
||||||
currentFileIndex++
|
currentFileIndex++
|
||||||
totalFilesProcessed++
|
totalFilesProcessed++
|
||||||
|
|
||||||
|
|||||||
@@ -957,7 +957,7 @@ Unlike the TEV format, TAV encoder emits extra sync packet for every 1000th fram
|
|||||||
TSVM Universal Cue format
|
TSVM Universal Cue format
|
||||||
Created by CuriousTorvald on 2025-09-22
|
Created by CuriousTorvald on 2025-09-22
|
||||||
|
|
||||||
A universal, simle cue designed to work as both playlist to cue up external files and lookup table for internal bytes.
|
A universal, simple cue designed to work as both playlist to cue up external files and lookup table for internal bytes.
|
||||||
|
|
||||||
# File Structure
|
# File Structure
|
||||||
\x1F T S V M U C F
|
\x1F T S V M U C F
|
||||||
|
|||||||
Reference in New Issue
Block a user