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

[matroska,webm @ 0xdf7650] Format matroska,webm detected only with low score of 1, misdetection possible! #831

Open
L4z3x opened this issue Jan 30, 2025 · 0 comments

Comments

@L4z3x
Copy link

L4z3x commented Jan 30, 2025

i got the error when trying To concatenate multiple webm videos
after writing all the files i execute this:

await ffmpeg.writeFile(listFile, fileListContent);
  await ffmpeg.exec([
    "-f",
    "concat",
    "-safe",
    "0",
    "-i",
    listFile,
    "-c",
    "copy",
    "exam-unwrapped.mp4",
  ]);

i tried this on my machine and it was working, but when i try in firefox , it doesn't work and i get these in the log
[matroska,webm @ 0xdf7650] Format matroska,webm detected only with low score of 1, misdetection possible!
Truncating packet of size 12131 to 685
[matroska,webm @ 0xdf7650] EBML header parsing failed
[concat @ 0xdee9f0] Impossible to open 'opening.webm'
file_list: Invalid data found when processing input
Aborted()
note that the videos were in mp4 format then i converted them with this command:
ffmpeg -i "input.mp4" -f webm -c:v libvpx-vp9 -c:a libopus "output.webm"
thanks in advance

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

1 participant