Unix and Linux Discussions Tagged with video |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
8,881 |
What is on Your Mind? |
|
|
|
5 |
8,333 |
What is on Your Mind? |
|
|
|
3 |
294,602 |
What is on Your Mind? |
|
|
|
1 |
15,486 |
Programming |
|
|
|
7 |
13,245 |
What is on Your Mind? |
|
|
|
8 |
15,722 |
What is on Your Mind? |
|
|
|
7 |
11,684 |
What is on Your Mind? |
|
|
|
0 |
11,032 |
What is on Your Mind? |
|
|
|
0 |
13,676 |
What is on Your Mind? |
|
|
|
3 |
10,196 |
What is on Your Mind? |
|
|
|
1 |
12,122 |
What is on Your Mind? |
|
|
|
0 |
11,182 |
What is on Your Mind? |
|
|
|
6 |
2,404 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,681 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,008 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,007 |
What is on Your Mind? |
|
|
|
0 |
11,984 |
Web Development |
|
|
|
0 |
2,930 |
What is on Your Mind? |
|
|
|
1 |
4,439 |
UNIX and Linux Applications |
|
|
|
14 |
11,286 |
Ubuntu |
|
|
|
3 |
2,198 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,129 |
Ubuntu |
|
|
|
0 |
2,969 |
Solaris |
|
|
|
2 |
4,535 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,233 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
18,244 |
Linux |
|
|
|
9 |
7,934 |
What is on Your Mind? |
|
|
|
0 |
2,288 |
Software Releases - RSS News |
|
|
|
0 |
2,245 |
UNIX and Linux RSS News |
|
|
|
1 |
11,290 |
Ubuntu |
|
|
|
0 |
1,256 |
Software Releases - RSS News |
|
|
|
0 |
6,598 |
OS X (Apple) |
|
|
|
0 |
2,302 |
IT Security RSS |
|
|
|
0 |
2,071 |
IT Security RSS |
|
|
|
0 |
3,066 |
What is on Your Mind? |
|
|
|
0 |
1,826 |
UNIX and Linux RSS News |
|
|
|
0 |
1,666 |
UNIX and Linux RSS News |
|
|
|
0 |
2,762 |
OS X Support RSS |
|
|
|
0 |
1,474 |
UNIX and Linux RSS News |
|
|
|
0 |
3,679 |
OS X Support RSS |
Xv(3X) Xv(3X)
Name
Xv - X Window System video extension
Description
The Xv extension provides support for video adaptors attached to an X display. It takes the approach that a display may have one or more
video adaptors, each of which has one or more ports through which independent video streams pass.
An adaptor may be able to display video in a drawable, capture video from a drawable, or both. It translates between video encoding (NTSC,
PAL, SECAM, etc...) and drawable format (depth and visual-id pair). An adaptor may support multiple video encodings and/or multiple draw-
able formats.
Clients use Xv(3X) to gain access and manage sharing of a display's video resources. Typically, a client will use XvQueryExtension(3X) to
determine the status of the extension, XvQueryAdaptors(3X) to get a description of what video adaptors exist, and XvQueryEncodings(3X) to
get a description of what video encodings an adaptor supports.
Once a client has determined what video resources are available, it is free to put video into a drawable or get video from a drawable,
according the capabilities supported. Clients can select to receive events when video activity changes in a drawable and when port
attributes have changed.
Summary of Library Functions
The following is a summary of Xv library functions:
XvGetPortAttribute(3X) - return current port attribute value
XvGetStill(3X) - capture a single frame of video from a drawable
XvGetVideo(3X) - capture video from a drawable
XvGrabPort(3X) - lock port for exclusive use by client
XvPortNotify(3X) - event generated when port attributes change
XvPutStill(3X) - write a single frame of video to a drawable
XvPutVideo(3X) - write video into a drawable
XvQueryAdaptors(3X) - return adaptor information for a screen
XvQueryBestSize(3X) - determine the optimum drawable region size
XvQueryEncodings(3X) - return list of encodings for an adaptor
XvQueryExtension(3X) - return version and revision of extension
XvSelectPortNotify(3X) - enable or disable XvPortNotify events
XvSelectVideoNotify(3X) - enable or disable XvVideoNotify events
XvSetPortAttribute(3X) - set an attribute for a port
XvStopVideo(3X) - stop active video
XvUngrabPort(3X) - release a grabbed port
XvVideoNotify(3X) - event generated for video processing
Each of these functions is described in its own Xv man page.
XFree86 Version Version 4.3.0 Xv(3X)