mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 06:18:17 +01:00
Update ffmpeg.md
if so → and
This commit is contained in:
parent
0a5a374553
commit
39099ebea3
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@
|
|||
|
||||
`ffmpeg -i {{input_video}}.mkv -codec copy {{output_video}}.mp4`
|
||||
|
||||
- Convert MP4 video to VP9 codec. For the best quality, use a CRF value (recommended range 15-35) if so, -b:video MUST be 0:
|
||||
- Convert MP4 video to VP9 codec. For the best quality, use a CRF value (recommended range 15-35) and -b:video MUST be 0:
|
||||
|
||||
`ffmpeg -i {{input_video}}.mp4 -codec:video libvpx-vp9 -crf {{30}} -b:video 0 -codec:audio libopus -vbr on -threads {{number_of_threads}} {{output_video}}.webm`
|
||||
|
|
Loading…
Reference in a new issue