jave2 icon indicating copy to clipboard operation
jave2 copied to clipboard

Too many packets buffered for output stream 0:1

Open helongzhong opened this issue 4 years ago • 6 comments
trafficstars

jave2 How to set max_muxing_queue_size?

|2020-12-04 09:17:29.944| INFO|http-nio-12016-exec-16|ws.schild.jave.ConversionOutputAnalyzer.analyzeNewLine(ConversionOutputAnalyzer.java:124)|Unhandled message in step: 2 Line: 24 message: <Too many packets buffered for output stream 0:1.> |2020-12-04 09:17:29.945| INFO|http-nio-12016-exec-16|ws.schild.jave.ConversionOutputAnalyzer.analyzeNewLine(ConversionOutputAnalyzer.java:124)|Unhandled message in step: 2 Line: 25 message: <[aac @ 0x684f480] Qavg: 4374.754> |2020-12-04 09:17:29.945| INFO|http-nio-12016-exec-16|ws.schild.jave.ConversionOutputAnalyzer.analyzeNewLine(ConversionOutputAnalyzer.java:124)|Unhandled message in step: 2 Line: 26 message: <[aac @ 0x684f480] 2 frames left in the queue on closing> |2020-12-04 09:17:30.015| INFO|http-nio-12016-exec-16|ws.schild.jave.ConversionOutputAnalyzer.analyzeNewLine(ConversionOutputAnalyzer.java:124)|Unhandled message in step: 2 Line: 27 message: <Conversion failed!>

helongzhong avatar Dec 04 '20 02:12 helongzhong

What command line arguments are you trying to pass to ffmpeg?

mressler avatar Dec 04 '20 14:12 mressler

What command line arguments are you trying to pass to ffmpeg?

ffmpeg -i .\in.mp4 -t 10.0 -vb 500000 -y out.mp4 -hide_banner

helongzhong avatar Dec 07 '20 01:12 helongzhong

And what are you passing to JAVE? Could you help us diagnose the issue with just a bit more information?

mressler avatar Dec 07 '20 01:12 mressler

And what are you passing to JAVE? Could you help us diagnose the issue with just a bit more information?

http://trac.ffmpeg.org/ticket/6375

ffmpeg -i .\in.mp4 -max_muxing_queue_size 1024 -t 10.0 -vb 500000 -y out.mp4 -hide_banner

by set 'max_muxing_queue_size 1024' can resolve this issue, but jave can't set it

helongzhong avatar Dec 07 '20 02:12 helongzhong

i meet this problem too. i want to set max_muxing_queue_size parameter

naffan2014 avatar Oct 29 '21 10:10 naffan2014

Pull requests welcome to implement this ;)

a-schild avatar Nov 13 '21 10:11 a-schild