1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

ffmpeg: added conversion

This commit is contained in:
tiyn 2022-11-15 02:37:36 +01:00
parent f159c6c125
commit f0113f087d

View File

@ -3,6 +3,14 @@
[ffmpeg](https://www.ffmpeg.org) is a free and open-source suite consisting of
many audio and video tools and libraries.
## Convert from format to another
The following line is an example for a conversion of a video and audio capable
format - in this case `.webm` - to an audio format - in this case `.flac`:
`ffmpeg -i audio.webm -c:a flac audio.flac`.
For audio to audio conversion the following example is used:
`ffmpeg -i audio.m4a -f flac audio.flac`.
## Concatenate multiple video files with matching audio-tracks
First you need to create a text file `files.txt` that includes a line for every