An open API service indexing awesome lists of open source software.

https://github.com/qiuhaotc/convertvideotoaudio

Use ffmpeg and Xabe.FFmpeg to extract audios from videos, such as convert video like mp4 or mkv to mp3 or aac
https://github.com/qiuhaotc/convertvideotoaudio

audio-processing convert video-processing

Last synced: 5 months ago
JSON representation

Use ffmpeg and Xabe.FFmpeg to extract audios from videos, such as convert video like mp4 or mkv to mp3 or aac

Awesome Lists containing this project

README

          

# ConvertVideoToAudio

Use ffmpeg and Xabe.FFmpeg to extract audios from videos.

Such as convert video like mp4 or mkv to mp3 or aac.

Use ffmpeg and Xabe.FFmpeg to concatenate audios or videos.

## Usage

### Quick start for win64

1. Download the last release of Release-X-with-win64-ffmpeg.zip
2. Drag the video files you want to convert to the "ConvertVideoToAudio.exe"

![Convert To Audio](https://raw.githubusercontent.com/qiuhaotc/ConvertVideoToAudio/master/doc/ConvertToAudio.gif)

### Advanced use

1. Download ffmpeg from , extract the bin files to your local PC

2. Change appsettings.json section "FFmpegExecutablePath" value to your ffmpeg folder that contains the "ffmpeg.exe" and "ffprobe.exe", like "C:\ffmpeg\bin"

3. You can also change the audio you want to convert to, like mp3, aac. Override existing files or not. Threads count. They all placed in App.config.

4. Compile the solution, the bin file is placed in "ConvertVideoToAudio\bin\net6.0"

5. Drag the video files you want to convert to the "ConvertVideoToAudio.exe"

6. Wait converting finshed

## Misc

|Status|Value|
|:----|:---:|
|Stars|[![Stars](https://img.shields.io/github/stars/qiuhaotc/ConvertVideoToAudio)](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Forks|[![Forks](https://img.shields.io/github/forks/qiuhaotc/ConvertVideoToAudio)](https://github.com/qiuhaotc/ConvertVideoToAudio)
|License|[![License](https://img.shields.io/github/license/qiuhaotc/ConvertVideoToAudio)](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Issues|[![Issues](https://img.shields.io/github/issues/qiuhaotc/ConvertVideoToAudio)](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Release Downloads|[![Downloads](https://img.shields.io/github/downloads/qiuhaotc/ConvertVideoToAudio/total.svg)](https://github.com/qiuhaotc/ConvertVideoToAudio/releases)