Adonis-Song

Results 3 issues of Adonis-Song

obs-studio不是gpl协议的吗?你们不把后续源代码开源 不违法吗?

MLT Version : 7.13.0 System Version: MacOS 11.5.1 Issue: The second frame and the third frame rendered error. XML file ``` xml avformat /Users/apple/Downloads/anastasiaop.mp4 yuv422 color #000000 167 yuv422 color...

调试代码发现本库计算webm的时长,是通过EBMLReader里面的duration()方法。 计算的代码如下: ``` const duration_nanosec = ((this.lastClusterTimecode + lastTimecode) * this.timecodeScale) + defaultDuration - codecDelay; const duration = duration_nanosec / this.timecodeScale; ``` 其中`defaultDuration`,是通过这种方式计算得到的 ``` defaultDuration = (this.last2SimpleBlockVideoTrackTimecode[1] - this.last2SimpleBlockVideoTrackTimecode[0]) *...