videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get keyframes from mp4 file

nklhtv opened this issue · comments

Can i use this library to get keyframes timestams from mp4 file?
Or i can only parse the moov atom with this library and do the math myself?

muxjs.mp4.probe.timescale
muxjs.mp4.probe.startTime
These two function seems like what you want.