We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am getting error in demuxer.
demuxer := mkv.NewDemuxer(reader)
` panic: runtime error: slice bounds out of range [6:4]
goroutine 66 [running]: format/mkv.(*Demuxer).probe(0xc0000a6000) format/mkv/demuxer.go:63 +0x45a format/mkv.(*Demuxer).Streams(0xc0000a6000) format/mkv/demuxer.go:36 +0x33`
ffmpeg ; "-c:v", "prores", "-pix_fmt", "yuva444p10le", "-f", "matroska",
The text was updated successfully, but these errors were encountered:
having the same
panic: runtime error: slice bounds out of range [:63777] with capacity 42
goroutine 1 [running]: github.com/deepch/vdk/format/mkv.(*Demuxer).probe(0xc00012a090) /workspace/go/pkg/mod/github.com/deepch/[email protected]/format/mkv/demuxer.go:67 +0x410 github.com/deepch/vdk/format/mkv.(*Demuxer).Streams(0xc00012a090) /workspace/go/pkg/mod/github.com/deepch/[email protected]/format/mkv/demuxer.go:36 +0x1f main.main() /workspace/tailmplx/stream/stream.go:47 +0x305 exit status 2
Sorry, something went wrong.
No branches or pull requests
Hello,
I am getting error in demuxer.
demuxer := mkv.NewDemuxer(reader)
`
panic: runtime error: slice bounds out of range [6:4]
goroutine 66 [running]:
format/mkv.(*Demuxer).probe(0xc0000a6000)
format/mkv/demuxer.go:63 +0x45a
format/mkv.(*Demuxer).Streams(0xc0000a6000)
format/mkv/demuxer.go:36 +0x33`
ffmpeg ;
"-c:v", "prores", "-pix_fmt", "yuva444p10le", "-f", "matroska",
The text was updated successfully, but these errors were encountered: