Git Product home page Git Product logo

few-time-at-home's Introduction

FewTime@Home

The main idea of this project is tools to connect with home when you spend a lot of time out of home. So the backend can be you PC at home, and the front or Telegram Bot are your mobile, tablet or latop. So you can be secure using the Telegram Bot to communicate with home or using the front to create a local copy that when you arrive to home will be syncronized.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js.
  • You have installed FFmpeg.
  • FFmpeg is added to the system PATH.

Installing FFmpeg on Windows

  1. Download FFmpeg from the official site. Choose the link that matches your system architecture (32 or 64 bit).
  2. Extract the downloaded file. You will get a folder, which includes three sub-folders (bin, doc, presets).
  3. Add FFmpeg to Windows PATH:
    • Right-click on Computer and choose Properties.
    • Choose Advanced system settings.
    • In the System Properties window, choose Environment Variables.
    • In the Environment Variables window, you will see a list of User variables and System variables. Under System variables, find and select the variable named Path, then click on Edit.
    • In the Edit Environment Variable window, move the cursor to the end of the Variable value line, add a semicolon (;) and then add the path to the 'bin' directory in the FFmpeg folder you downloaded earlier. For example, if you extracted FFmpeg to C:\FFmpeg, you would add C:\FFmpeg\bin.
    • Click OK to close each window.

Installing FFmpeg on Linux (Ubuntu)

On Ubuntu, you can install FFmpeg from the official repositories by running the following command in your terminal:

sudo apt update
sudo apt install ffmpeg

More prerequisites

Install Lame for mp3 converter.

Install on Debian

$ sudo apt-get install lame

Install on MacOS with brew

$ brew install lame

Install on Windows

  1. Go to the the Lame Download Page and download the EXE or ZIP file.
  2. Navigate to the directory Lame was installed in (most commonly C:\Program Files (x86)\Lame For Audacity).
  3. Add the directory to your Environment Variables.

few-time-at-home's People

Contributors

sermmor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.