quvi

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Merge-arrows-2.pngThis article or section is a candidate for merging with List of Applications.Merge-arrows-2.png

Notes: Does not add more information than an entry in the list; usage instructions are documented in the man page and other upstream sources. (Discuss in Talk:Quvi)

quvi parses media stream URLs for Internet applications that would otherwise have to use adobe flash multimedia platform to access the media streams. The typical examples of this are the different media hosts, such as YouTube, for videos that use this "multimedia platform" to deliver their content.

Source: project home

Installation

Install quviAUR.

Usage

The simplest way to play a video from a URL is to issue

$ quvi "<url>" --exec "mplayer %u"

This can be configured as a default behavior by creating

~/.quvirc
exec = "mplayer %u"

Related links