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

mkv support ? #84

Open
hasnhasan opened this issue Jul 21, 2023 · 1 comment
Open

mkv support ? #84

hasnhasan opened this issue Jul 21, 2023 · 1 comment

Comments

@hasnhasan
Copy link

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",

@ikaio
Copy link

ikaio commented Jan 30, 2024

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/vdk@v0.0.25/format/mkv/demuxer.go:67 +0x410
github.com/deepch/vdk/format/mkv.(*Demuxer).Streams(0xc00012a090)
/workspace/go/pkg/mod/github.com/deepch/vdk@v0.0.25/format/mkv/demuxer.go:36 +0x1f
main.main()
/workspace/tailmplx/stream/stream.go:47 +0x305
exit status 2

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

No branches or pull requests

2 participants