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

The correction of the mp4 muxer on files encoded with vp9, I think the same could also happen to webp #39

Open
tiuvi opened this issue Jun 27, 2024 · 3 comments

Comments

@tiuvi
Copy link

tiuvi commented Jun 27, 2024

Este es el mensaje de error
image

You can see the demo at
https://tiuvi.com/videoEditorWebCodecs
If the demo is inoperative try it later, it is hosted on my own PC

The file was an mp4 file processed by webcodecs with vp9 codec and opus audio and packaged with this library in a webm container
That webm file is the one that I am now trying to transform back into webm to see that the same file can be processed several times but it gives an error.

@Vanilagy
Copy link
Owner

Lo siento, no entiendo del todo. ¿Estás insinuando que hay un error con los archivos WebM que produce mi muxer? ¿O el error está en otra parte?

@tiuvi
Copy link
Author

tiuvi commented Jun 28, 2024

Well, I produced a webm file with your muxer and then I tried to do demuxer again and it gave this error.
It is possible that it is in your library or in the demuxer library, I could not confirm the truth.
https://github.com/jscodec/jswebm
image
Yes it is true that I had to change this line because it threw an error and it did not work
Next week I will investigate more to see where the problem could be if you want.

image

In the muxer mp4 library it also produced unsigned -4 files when using vp9, maybe the error could also be here.

@tiuvi
Copy link
Author

tiuvi commented Jun 29, 2024

image

I provide more data if you do an ebml analysis with https://github.com/node-ebml/node-ebml you can see which track is undefined, I don't know that could be a problem.

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