Skip to content

A simple, open-source application that allows you to convert audio formats using FFmpeg and download audio from YouTube videos using yt-dlp.

License

Notifications You must be signed in to change notification settings

RinkyDinkyNooble/AudioMorph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A simple, open-source application that allows you to convert audio formats using FFmpeg and download audio from YouTube videos using yt-dlp.

Features

  • Convert audio formats: Easily convert between multiple audio formats like MP3, WAV, FLAC, and anything supported by FFmpeg.
  • Download audio from YouTube: Download audio from any YouTube video by providing a YouTube video URL.
  • Standalone Package: No need for manual installation of dependencies. Everything you need is included in the provided .zip file.

Installation

  1. Download the ZIP file: Download the latest version of the application for you operating system (found at the releases page).

  2. Extract the ZIP file: Once downloaded, extract the contents of the .zip file to your desired location.

References

  1. FFmpeg: https://github.com/FFmpeg/FFmpeg
  2. yt-dlp: https://github.com/yt-dlp/yt-dlp
  3. PyQt6: https://pypi.org/project/PyQt6/#description
  4. PyInstaller: https://github.com/pyinstaller/pyinstaller

License

This application is licensed under the GNU General Public License Version 3. It is NOT licensed under a commercial license and is compliant with all the relevant licenses mentioned below.

LGPL v2.1 / GPL v3 | FFmpeg

FFmpeg legal considerations: https://www.ffmpeg.org/legal.html The FFmpeg directory in this application comes with the GPL-v3 license and the website considers FFmpeg licensed under LGPL. FFmpeg source code can be found at https://github.com/FFmpeg/FFmpeg/commit/19a2d26177

GPL v3 | PyQt6

PyQt6 is released under the GPL v3 license and under a commercial license that allows for the development of proprietary applications.

GPL v2.0 | PyInstaller

PyInstaller is distributed under a dual-licensing scheme using both the GPL 2.0 License. More information at https://pyinstaller.org/en/stable/license.html

Unlicense / Public Domain | yt-dlp

yt-dlp is in the public domain. More information at https://github.com/yt-dlp/yt-dlp?tab=Unlicense-1-ov-file

Note: License compliance among several different licenses is complicated. Therefore, I provided as much information as I could find. The 'redundent' information is for clarity purposes.

About

A simple, open-source application that allows you to convert audio formats using FFmpeg and download audio from YouTube videos using yt-dlp.

Topics

Resources

License

Stars

Watchers

Forks

Languages