Template:Decoding with Daala

From XiphWiki
Revision as of 11:37, 14 April 2015 by MrZeus (talk | contribs) (Created page with "== Decoding/Playing a Video == Play the video in a window: ./examples/player_example video.ogv For information on the controls available while playing, run ./examples...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Decoding/Playing a Video

Play the video in a window:

   ./examples/player_example video.ogv

For information on the controls available while playing, run

   ./examples/player_example --help

If you want to use a different player, you can decode the video back to .y4m with

   ./examples/dump_video video.ogv -o decoded_video.y4m

Many other players can play back these .y4m files, and other tools can convert them to various other formats.