< Home - < Back

libyuv


Information about the package, libyuv, which is shipped with common Linux distributions. The libyuv package is designed for, YUV conversion and scaling functionality library.


Package Name:

libyuv

Summary:

YUV conversion and scaling functionality library

Description:

This is an open source project that includes YUV conversion and scaling functionality. Converts all webcam formats to YUV (I420). Convert YUV to formats for rendering/effects. Rotate by 90 degrees to adjust for mobile devices in portrait mode. Scale YUV to prepare content for compression, with point, bilinear or box filter.

Architecture:

x86_64

Version:

0

Release:

0.12.20120727svn312.el6

Size:

64 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for libyuv


Control the libyuv package with the following handy commands outlined below.


Command

Description of Command

yum install libyuv

This command will install libyuv on the server.

yum remove libyuv

This command will un-install libyuv on the server. When you run this command, you will be asked if you are sure that you want to remove libyuv, so you have to manually confirm that you want to do this.

yum -y remove libyuv

This command will un-install libyuv on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libyuv when using the -y flag.

yum update libyuv

This command will update libyuv to the latest version. When you run this command, you will be asked if you are sure that you want to remove libyuv, so you have to manually confirm that you want to do this.

yum -y update libyuv

This command will update libyuv to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libyuv when using the -y flag.

yum info libyuv

This command will show you core information about the libyuv package.

yum deplist libyuv

This command will show you the dependencies for libyuv. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libyuv

This command will check if there is an update waiting on libyuv. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.