qqyuanxinqq / blive_Recorder

B站(Bilibili)命令行直播录制(含弹幕)和自动投稿工具。适用于Windows 和 linux。无ffmepg依赖。
GNU General Public License v3.0
46 stars 5 forks source link

录制的视频使用ffmpeg处理提示NAL错误 #4

Open ZoidbergPi opened 2 years ago

ZoidbergPi commented 2 years ago

在尝试将ass字幕压到视频中时出错 命令: ffmpeg -i "weilu_20220706_22-37-02.flv" -vf subtitles="weilu_20220706_22-37-02.ass" "weilu_20220706_22-37-02_s.flv" 提示: [flv @ 0x6390780] Packet corrupt (stream = 0, dts = 2737015).itrate= 835.0kbits/s dup=0 drop=1 speed=16.9x
[NULL @ 0x63919c0] Invalid NAL unit size (15244 > 12068). [NULL @ 0x63919c0] missing picture in access unit with size 12072 weilu_20220706_22-37-02.flv: corrupt input packet in stream 0 [h264 @ 0x6438e40] Invalid NAL unit size (15244 > 12068). [h264 @ 0x6438e40] Error splitting the input into NAL units. Error while decoding stream #0:0: Invalid data found when processing input

ZoidbergPi commented 2 years ago

另外可否增加将弹幕压入视频的功能?

qqyuanxinqq commented 2 years ago

这个ffmpeg的错误我也不清楚,我之前自己试着压入字幕的时候是可以的。 弹幕直接压入视频这个功能可以有,我在过几天的新版本里一并放出来