ffmpeg: add tokens around crf value

coverage
Agniva De Sarker 2017-12-28 17:35:56 +05:30 committed by GitHub
parent f90823802f
commit 0a5a374553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@
- 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:
`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`
`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`