ffmpeg/filters
This commit is contained in:
parent
b18aab5a3a
commit
c6763e961a
1 changed files with 14 additions and 2 deletions
|
@ -94,8 +94,20 @@ Closest I frames
|
||||||
-codec copy \
|
-codec copy \
|
||||||
-y output.mkv
|
-y output.mkv
|
||||||
|
|
||||||
Change speed
|
Filter
|
||||||
============
|
======
|
||||||
|
|
||||||
|
* comma separated
|
||||||
|
|
||||||
|
Crop
|
||||||
|
----
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
-filter:v "crop=1280:720:0:0"
|
||||||
|
|
||||||
|
Speed
|
||||||
|
-----
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue