Skip to content

BiliLiveRecorder - v2.6.6+1Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@nICEnnnnnnnLee nICEnnnnnnnLee released this 15 Mar 10:48
· 1 commit to flvcheck_header_split since this release
  • 针对异常FLV文件进行分割处理的测试版本,如果对之前版本的录制情况表示满意,请忽略该更新
  • 调整了video header的判断阈值(根据tag的大小来判断是否是header)
  • FlvCheckerWithBuffer的Main方法中增加了参数的传入方式
  • 微调了各种缓存的大小

  • 该功能与script tag的分割功能绑定,同时生效或不生效。如果想使用,
    • 录制前,传入参数splitScriptTags=true
    • 录制后校准时间戳调用
    java -Dfile.encoding=utf-8 -cp BiliLiveRecorder.jar nicelee.bilibili.live.check.FlvCheckerWithBufferEx 
    "源文件路径" true boolDebug "保存的文件夹路径"
    
    或者传入param1=xxx&param2=xxx的形式(除参数flv外可以缺省)
    java -Dfile.encoding=utf-8 -cp BiliLiveRecorder.jar nicelee.bilibili.live.check.FlvCheckerWithBufferEx 
    "flv=源文件路径&debug=false&splitScripts=true&splitAVHeader=true&saveFolder=保存的文件夹路径"