we using now fps filter instead of framerate

This commit is contained in:
jb-alvarado 2020-01-20 16:25:07 +01:00 committed by GitHub
parent 7404ac8cfa
commit 5007aed54d

View File

@ -31,7 +31,7 @@ Features
- add filters to input, if is necessary to match output stream: - add filters to input, if is necessary to match output stream:
- **yadif** (deinterlacing) - **yadif** (deinterlacing)
- **pad** (letterbox or pillarbox to fit aspect) - **pad** (letterbox or pillarbox to fit aspect)
- **framerate** (change fps) - **fps** (change fps)
- **scale** (fit target resolution) - **scale** (fit target resolution)
- **aevalsrc** (if video have no audio) - **aevalsrc** (if video have no audio)
- **apad** (add silence if audio duration is to short) - **apad** (add silence if audio duration is to short)