Giter VIP home page Giter VIP logo

ffmpus's Introduction

ffmpus

This repository contains Windows builds of ffmpeg and opus.

Usage

In order to use this it is recommended to add this to the path environment variable.

It is also recommended to have git in the path as well beforehand so you can git clone this before adding this to the path.

Before cloning this ensure you clone it in the root of the partition that Windows is installed in.

And then after you are in the root you can do:

git clone https://github.com/DecoraterBot-devs/ffmpus.git

This is to ensure you are able to update your ffmpeg and opus binaries with the ones in current master on this repo.

Adding to path

To add this to the path you need to run pthmgr.exe like this:

pthmgr add %SystemDrive%\ffmpus

Which would result in the following when done correctly:

Added 'E:\ffmpus' to path.

(Yes %SystemDrive% here is partition E:) Since people can have windows installed on different partitions than C:\ I recommend using %SystemDrive% when possible to avoid consequences / bugs later.

Note: You must restart cmd.exe (if present on Windows), powershell, and any other command line programs for the changes to take affect.

Why add this to path?

Well if you are using python, having opus and ffmpeg in the path ensures not having to have to manually download and install / manage ffmpeg.

It also ensures that opus can be found and up to date.

Note: for using 64 bit opus with 64 bit python you must use ctypes for your code to know about the 64 bit version of python so it loads up opus64.dll instead of opus.dll which would result in a crashed python interpreter.

ffmpus's People

Contributors

arahaan avatar

Stargazers

 avatar

Watchers

 avatar  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.