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

remux example fails on sample MKV file #89

Open
astraw opened this issue May 14, 2022 · 2 comments
Open

remux example fails on sample MKV file #89

astraw opened this issue May 14, 2022 · 2 comments
Labels

Comments

@astraw
Copy link

astraw commented May 14, 2022

Steps to reproduce:

  1. Download sample_640x360.mkv from https://filesamples.com/formats/mkv (probably many mkv files would work, I just was looking for a sample and found this).
  2. Run the remuxer on this file:
RUST_LOG=debug cargo run --example matroska_remux -- -i sample_640x360.mkv -o remux.mkv

(As a side note, if RUST_LOG is not set, the program exits with exit code 0 but the created file is incomplete.)

  1. Observe the error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidData', examples/matroska_remux.rs:55:62
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@Luni-4 Luni-4 added the bug label Apr 2, 2023
@Luni-4
Copy link
Member

Luni-4 commented Apr 2, 2023

@FreezyLemon

Does this sample work with your last changes?

@FreezyLemon
Copy link
Contributor

No, it doesn't work either.

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

No branches or pull requests

3 participants