-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many packets buffered for output stream 0:1 #130
Comments
What command line arguments are you trying to pass to |
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? |
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 ;) |
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!>
The text was updated successfully, but these errors were encountered: