Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ffmpeg (12) Versions 0.2.1

Installs/Configures FFMPEG

Policyfile
Berkshelf
Knife
cookbook 'ffmpeg', '= 0.2.1', :supermarket
cookbook 'ffmpeg', '= 0.2.1'
knife supermarket install ffmpeg
knife supermarket download ffmpeg
README
Dependencies
Quality -%

DESCRIPTION

Installs FFMPEG, a complete, cross-platform solution to record, convert and stream audio and video - FFMPEG

Requirements

  • Chef 0.10
  • Ubuntu 10.04

Please help increase the supported platform list by notifying me of coincidental support or by submitting a pull request which will add support for an additional platform(s).

Attributes

  • ffmpeg[:install_method] - Installation method, :source or :package - default :source
  • ffmpeg[:prefix] - Location prefix of where the installation files will go if installing via :source
  • ffmpeg[:git_repository] - Location of the source Git repository if installing via :source
  • ffmpeg[:git_revision] - Revision of the Git repository to install if installing via :source. Points to version 0.6.3 by default
  • ffmpeg[:compile_flags] - Array of flags to use in compilation process if installing via :source. FFMPEG will be recompiled if this attribute is modified after initial compilation

WARN: When specifying the git_revision attribute, use the hash of commit or a HEAD - not a tag. Sync action of Git provider will always attempt to update the git clone if a tag is used.

Development

Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make.

LICENSE and AUTHOR

Author:: Jamie Winsor (jamie@vialstudios.com)

Copyright:: 2011, En Masse Entertainment, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

No quality metric results found