video-quality-tools
Advanced tools
Changelog
3.0.0
timeoutInSec
option was changed to timeoutInMs
in the FrameMonitor
and in the StreamInfo
class.IMPROVEMENTS:
analyzeDurationInMs
that specifies the maximum analyzing time of the input
[GH-97]BUG FIXES:
timeout
for a non-librtmp
builds of ffmpeg
[GH-92]Changelog
2.0.0
IMPROVEMENTS:
processFrames
from the module with the same name actually does calculations of encoder statistic. To
improve naming it was renamed to processFrames.encoderStats
[GH-10]processFrames.accumulatePktSize
was renamed to processFrames.calculatePktSize
[GH-17]processFrames.networkStats
for analyzing network link quality and losses in realtime. Check the
README for more details.
[GH-17]processFrames.networkStats
at examples/networkStats.js
[GH-17]BUG FIXES:
Changelog
1.1.0
gopDuration
, displayAspectRatio
, width
, height
, hasAudioStream
to the result of
processFrames executioncalculateGopDuration
, calculateDisplayAspectRatio
, hasAudioFrames
FramesMonitor
fetches video and audio frames from the stream now.width
and height
info to video frames.