Add command for extracting cover file
This commit is contained in:
parent
33ca633746
commit
7d7c7a9e72
@ -11,6 +11,11 @@ ffmpeg-normalize *.m4a -v -pr -c:a libopus -ext opus
|
|||||||
ffmpeg-normalize *.opus -v -pr -c:a libopus -ext opus
|
ffmpeg-normalize *.opus -v -pr -c:a libopus -ext opus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## ffmpeg extract cover image form audio file
|
||||||
|
```
|
||||||
|
ffmpeg -i "file.flac" "cover.jpg"
|
||||||
|
```
|
||||||
|
|
||||||
## ffmpeg extract images from video
|
## ffmpeg extract images from video
|
||||||
```bash
|
```bash
|
||||||
ffmpeg -i "file.mpg" -r 4/1 xyz%03d.png
|
ffmpeg -i "file.mpg" -r 4/1 xyz%03d.png
|
||||||
|
Loading…
Reference in New Issue
Block a user