Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bideo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bideo

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Bideo

![Gitter](https://badges.gitter.im/Join Chat.svg)

Bideo is a super simple library to download videos from Youtube and transcode them into mp3.

Table of contents

Quick start

Install sabisu is extremely easy, but before you get started, you need to install one dependency:

Using OSX

$ brew install ffmpeg

Using Linux

You can download the package in here https://www.ffmpeg.org/download.html#build-linux

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.

After having everything nice and running, you can just install the gem:

$ gem install bideo

or add it to your Gemfile

gem 'bideo'

Using the gem

The gem will help you download music or video files really easy, for example to download a video from youtube:

Downloading & transcoding videos

movie = Bideo::Video.new("https://www.youtube.com/watch?v=z8AQQrbVTfQ")
movie.download("/Users/<yourusername>/Desktop")

That's it, but wait there is more, if you want to transcode the video to an mp3 format for example, just call the transcode method:

movie.transcode

For videos you can add a playlist from youtube and it will download all the videos from the playlist. Same goes for the transcoding.

The file will be transcoded on the same directory you downloaded the videos previously.

Downloading music

music = Bideo::Music("http://a_url_for_music")
music.download("/Users/<yourusername>/Desktop")

And that is it.

Contributing

Please submit all pull requests against a separate branch. Please follow the standard for naming the variables, mixins, etc.

In case you are wondering what to attack, we hnow have a milestone with the version to work, some fixes and refactors. Feel free to start one.

Thanks!

Licenses

Code released under the MIT license.

FAQs

Package last updated on 03 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc