Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Inspect MP4 with Membrane

inspect_mp4_with_membrane.livemd

Inspect MP4 with Membrane

Mix.install([:membrane_mp4_plugin, :kino])

Section

Taken from a post on LInkedIn

mp4 = File.read!("~/Desktop/vlc-output.mp4")
{boxes, _remainder} = Membrane.MP4.Container.parse!(mp4)
Kino.Tree.new(boxes)