mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
ffmpeg: added conversion
This commit is contained in:
parent
f159c6c125
commit
f0113f087d
@ -3,6 +3,14 @@
|
|||||||
[ffmpeg](https://www.ffmpeg.org) is a free and open-source suite consisting of
|
[ffmpeg](https://www.ffmpeg.org) is a free and open-source suite consisting of
|
||||||
many audio and video tools and libraries.
|
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
|
## Concatenate multiple video files with matching audio-tracks
|
||||||
|
|
||||||
First you need to create a text file `files.txt` that includes a line for every
|
First you need to create a text file `files.txt` that includes a line for every
|
||||||
|
Loading…
x
Reference in New Issue
Block a user