You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.)
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
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
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).(As a side note, if RUST_LOG is not set, the program exits with exit code 0 but the created file is incomplete.)
The text was updated successfully, but these errors were encountered: