fix typos

This commit is contained in:
Greg Gauthier 2021-04-05 09:51:46 +01:00
parent 4977456a20
commit e429024a7c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ffmpeg -i {input-video}.mp4 -vcodec libx265 -crf 28 {output-video}.mp4
### Extracting audio from video
For converting video to audo, so I can post it on your podcast:
For converting video to audo, so I can post it on my podcast:
```
ffmpeg -i input.mp4 -vn -ar 44100 -ac 2 -ab 128 -f mp3 output.mp3