bramp / flvtool-plus-plus

flvtool++
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

prev_length is wrong #1

Open jiansongjay opened 8 years ago

jiansongjay commented 8 years ago

Is it work? When I crop the flv video. It shows prev_length is wrong.

bramp commented 8 years ago

Would you be able to provide me with a sample video, and the output that shows you the prev_length is wrong. thanks.

jiansongjay commented 8 years ago

When I type 'flvtool -i bank.flv', it shows error below. Assertion failed: (ret <= ((unsigned int)0x1 >> bits)), function read_N, file /Users/shijiansong/Workplace/sourcecode/flvtool/common.cpp, line 78. 321 VideoTag time:0 length:3003 type:K codec:Sorenson H.263Abort trap: 6

When I use it to chop flv, it also show the same error. Assertion failed: (ret <= ((unsigned int)0x1 >> bits)), function read_N, file /Users/shijiansong/Workplace/sourcecode/flvtool/common.cpp, line 78. Abort trap: 6

Thanks for your replying.