Skip to content
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

Open
helongzhong opened this issue Dec 4, 2020 · 6 comments
Open

Too many packets buffered for output stream 0:1 #130

helongzhong opened this issue Dec 4, 2020 · 6 comments

Comments

@helongzhong
Copy link

helongzhong commented Dec 4, 2020

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!>

@mressler
Copy link
Collaborator

mressler commented Dec 4, 2020

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

@helongzhong
Copy link
Author

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

@mressler
Copy link
Collaborator

mressler commented Dec 7, 2020

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

@helongzhong
Copy link
Author

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

@naffan2014
Copy link

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

@a-schild
Copy link
Owner

Pull requests welcome to implement this ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants