Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 450 Bytes

28.md

File metadata and controls

17 lines (11 loc) · 450 Bytes

EBML-ELEMENT-IN-SIZE-RANGE

Name

EBML element adhers to size restrictions.

Definition

Reproducibility

ffmpeg -f lavfi -i testsrc2=s=120x80 -f lavfi -i sine -c:a flac -ar 8000 -vframes 2 -c:v ffv1 -level 3 -c:a flac -g 1 -y reference.mkv
mkv2xml < reference.mkv > reference.xml
xmlstarlet ed -L --update "/mkv2xml/Segment/Info/SegmentUID" --value FF00FF reference.xml
xml2mkv < reference.xml > EBML-ELEMENT-IN-SIZE-RANGE.mkv