stream_content_conversions_drop.liq

s = single("file.ogv")
output.sdl(drop_audio(s))
output.ao(drop_video(s))
Grab the code!