All Projects → CrypticSignal → Av Converter

CrypticSignal / Av Converter

Licence: gpl-3.0
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Av Converter

Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (+96.91%)
Mutual labels:  wav, audio, mp3, mp4, aac, flac
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (+85.57%)
Mutual labels:  wav, audio, mp3, mp4, aac, flac
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (+42.27%)
Mutual labels:  wav, audio, mp3, mp4, aac, flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (+62.89%)
Mutual labels:  wav, audio, music, mp3, mp4, flac
Musicdownloader
Material design YouTube mp3/mp4 downloader
Stars: ✭ 70 (-27.84%)
Mutual labels:  music, converter, mp3, mp4, downloader, youtube
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+159.79%)
Mutual labels:  wav, audio, mp3, aac, flac
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (+50.52%)
Mutual labels:  wav, audio, mp3, aac, flac
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+30.93%)
Mutual labels:  mp4, mp3, aac, wav, flac
Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (-34.02%)
Mutual labels:  audio, mp3, mp4, downloader, youtube
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+369.07%)
Mutual labels:  wav, audio, mp3, mp4, flac
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+477.32%)
Mutual labels:  audio, converter, mp3, mp4, flac
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (+84.54%)
Mutual labels:  wav, audio, mp3, mp4, flac
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+434.02%)
Mutual labels:  audio, converter, mp3, aac, flac
Audioworks
A cross-platform, multi-format audio conversion and tagging suite
Stars: ✭ 35 (-63.92%)
Mutual labels:  music, mp3, aac, flac
nipper
🌶 💽 Nipper - Youtube playlist (& video) ripper
Stars: ✭ 23 (-76.29%)
Mutual labels:  downloader, mp4, mp3, aac
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+902.06%)
Mutual labels:  wav, mp3, aac, flac
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-60.82%)
Mutual labels:  mp3, aac, wav, flac
Gogglesmm
Goggles Music Manager
Stars: ✭ 41 (-57.73%)
Mutual labels:  mp3, mp4, aac, flac
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-76.29%)
Mutual labels:  mp4, mp3, aac, flac
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (-57.73%)
Mutual labels:  mp4, mp3, wav, flac

HitCount contributors welcome

On https://av-converter.com you can:

  • Convert an audio file to another format - MP3, AAC, WAV, Opus, Vorbis, FLAC, ALAC, AC3, DTS or CAF.
  • Convert a video to an audio-only file (to any of the above formats).
  • Convert a video to the MP4 or MKV format.
  • Change the audio codec of a video to MP3, AAC, AC3, DTS, WAV, FLAC or ALAC.
  • Download a YouTube video or just the audio.

Features (audio/video converter):

  • You can see the file upload progress as a percentage and also amount uploaded (MB) in realtime.
  • Upload completion time is shown in realtime.
  • Whilst the file is being converted, an alert shows how much of the file (HH:MM:SS) has been converted so far. The alert is updated every second.

Features (YouTube downloader):

  • Download the video. MP4 format is available.
  • Download the audio only. MP3 format is available.

Supported Filetypes:

Many filetypes are supported, click here for details.

Requirements for running locally:

You can run the Flask app locally for development purposes or if you want audio/video conversion to be quicker as the file(s) will not need to be uploaded to my server.

  • npm
  • Python 3.6+
  • FFmpeg
  • cd backend, pip3 install -r requirements.txt

How to self-host:

  • Clone this repository.
  • add "proxy": "http://127.0.0.1:5000" to frontend/package.json.
  • Change the value of ffmpeg_path in converter.py to the correct path.

Open 2 terminal windows.

Window 1:

  • cd backend
  • pip3 install -r requirements.txt
  • python3 main.py

Window 2:

  • cd frontend

  • npm install

  • Enter npm start and after a moment you should be taken to http://127.0.0.1:3000

If you want to convert to AAC when running this web application locally:

When running locally, you will not be able to convert to AAC unless your build of FFmpeg has --enable-libfdk-aac in the configuration (if unsure, enter ffmpeg -buildconf in the terminal and look under configuration:). This is because this web application uses the high quality fdk-aac AAC encoder, and "the license of libfdk_aac is not compatible with GPL" (source). Therefore, you cannot download a pre-built FFmpeg binary that supports that encoder. Here's how to complile FFmpeg on Ubuntu/Debian/Mint with libfdk_aac support, if your build of FFmpeg does not have --enable-libfdk-aac. Or, if you know what you're doing, you can edit the code in converter.py to use FFmpeg's native AAC encoder instead.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].