Code Monkey home page Code Monkey logo

ara-ara's Introduction

Go Project Setup Guide

This guide will walk you through setting up and initializing the Go project to utilize the functionalities provided in the main.go file.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Project Initialization

  1. Clone the repository or create a new directory for your project.

    git clone <repository-url>
  2. Navigate to the project directory.

    cd <project-directory>
  3. Create a new Go module (if not already initialized).

    go mod init <module-name>

Running the Project

  1. Open the main.go file in your preferred text editor.

  2. Make sure to update the values of inputFilePath, outputFilePath, and outputAudio variables if needed. It takes input in both HH:MM:SS format or simple SS only

  3. Run the project using the following command:

    go run main.go
  4. Follow the on-screen prompts to interact with the program:

    • Select the desired operation (Video Download Full, Download Audio, Trimmed Video, or Audio Trim).
    • Provide the necessary input such as URL, start time, and end time as prompted.

Demo:

Demo Video

Additional Notes

  • This project uses external commands such as yt-dlp and ffmpeg, make sure they are properly installed and accessible in your system's PATH.
  • Ensure that you have appropriate permissions to read, write, and execute files in the specified directories.
  • Modify the code as per your requirements and extend its functionalities as needed.

ara-ara's People

Contributors

sahil-gulihar avatar pawann-2000 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.