jave2
jave2 copied to clipboard
Too many packets buffered for output stream 0:1
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!>
What command line arguments are you trying to pass to ffmpeg?
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
And what are you passing to JAVE? Could you help us diagnose the issue with just a bit more information?
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
i meet this problem too. i want to set max_muxing_queue_size parameter
Pull requests welcome to implement this ;)