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
- Host: GitHub
- URL: https://github.com/qiuhaotc/convertvideotoaudio
- Owner: qiuhaotc
- License: gpl-3.0
- Created: 2020-05-07T13:25:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T11:17:31.000Z (over 1 year ago)
- Last Synced: 2024-03-09T12:25:45.785Z (over 1 year ago)
- Topics: audio-processing, convert, video-processing
- Language: C#
- Homepage:
- Size: 303 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"

### 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|[](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Forks|[](https://github.com/qiuhaotc/ConvertVideoToAudio)
|License|[](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Issues|[](https://github.com/qiuhaotc/ConvertVideoToAudio)
|Release Downloads|[](https://github.com/qiuhaotc/ConvertVideoToAudio/releases)