Template:Decoding with Daala: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 11:37, 14 April 2015

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.