Categories
Android Apps FaceBook

How to Disable Facebook Video Auto Play on Android

One of the new features of Facebook that can get to you is the feature where any video in Facebook Auto plays when it scrolls into view. This feature while useful can be irritating if you don’t like videos playing and audio blaring unexpectedly.  Here is a simple step by step method to Disable Facebook Video Autoplay in Android.

Disable Facebook Video Auto Play on Android

  1. Open Facebook app and Open the Menu by selecting the “3 Horizontal Bars” on the top right of the App, as shown below
    Click on the 3 Horizontal Bars to open the Facebook Menu
  2. Select “App Settings” from the Main Menu (as shown below)
    Select Facebook App Settings
  3. Turn Off the setting “Videos in News Feed Start With Sound” if you dont want videos to start with Audio On in your Facebook App
    Turn off Audio in Facebook Videos
  4. Scroll Down and Select “Autoplay” menu item
    Select Autoplay Option in App Settings in Facebook App
  5. Select “Never Autoplay Videos” to completely disable this feature.  Pick “On Wi-Fi Connections Only” if you don’t want the videos to autoplay on Mobile Data (useful to conserve mobile data)
    Disable Autoplay of Videos

You can Disable Facebook Vidoes from Autoplaying in the News Feed using these steps.

Categories
FaceBook Open Source Web

How to stop videos from playing automatically in the Facebook News Feed?

Facebook’s video auto-play settings can be turned on or off. This will help you save bandwidth and help remove the distraction of an autoplaying video. To stop videos from playing automatically do the following:
fb

  1. Go to your facebook timeline.
  2. From the top right of Facebook, click the  option and select Settings
  3. Click Videos in the left menu
  4. Click the dropdown menu next to Auto-play Videos and select Off
Categories
Uncategorized

How to Download Youtube Playlist Ubuntu

Here is the simple step by step process of how to Download Youtube Playlist in Ubuntu. The following method makes it very easy to download entire playlists onto your system.

For this we use the command line tool youtube-dl.

To install youtube-dl use the following commands:
{adinserter 4}
$ sudo apt-get update
$ sudo apt-get install youtube-dl

To download an entire channel use the command:

youtube-dl -citw ytuser:

To download all videos on a playlist use the below command followed by the playlist url:

youtube-dl -citw

Categories
Media Open Source

Adding WaterMarks to Videos in KdenLive


A range of video effects in Kdenlive
Image via Wikipedia

Kdenlive is a wonderful opensource program for video editing that I have off late become a huge fan of. The software is little tough to initially understand but once you get used to it, its very easy to make pleasing videos on it.



One of the recent problems I faced in Kdenlive was to add a watermark to a video I had created. One of the ways to create a watermark on a kdenlive project is as follows:

  1. Create the base project and save your project
  2. Now create a new project with same project settings – fps, resolution etc.
  3. Select «Add Clip» and select the first project you created
  4. Now create a title slide with the information that you will use to watermark.
  5. Now using the Composite transition place the title slide over the first project. You can use the opacity control to control the transperacy of your water mark
  6. Render you video.
Enhanced by Zemanta



Categories
Solutions Ubuntu Web

Getting Multimedia Working on Ubuntu

Ubuntu wordmark official
Image via Wikipedia

If you are a newbie Ubuntu user then in all probability you have struggled to get the system setup to listen to your favorite music, watch your favorite movies and browse your favorite sites(video and flash).

Is there a quick simple way to fix these problems in one go? Yes there is 🙂

All you need to do is to install the Restricted Extras package for your distro and you are set to go.

For (K/X)Ubuntu 9.04 (Jaunty Jackalope) and 9.10 (Karmic Koala)

Based on your derivative of Ubuntu, install one of these packages:

(K/X)Ubuntu 9.04, 8.10, 8.04

  • Go to your system’s Application installer
  • Search for the package ubuntu-restricted-extras(Ubuntu), xubuntu-restricted-extras (Xubuntu) and kubuntu-restricted-extras (Kubuntu) and install it.

Or Alternatively open the Terminal, and execute the following command:

sudo apt-get install ubuntu-restricted-extras

Reblog this post [with Zemanta]