ffmpeg/speed
This commit is contained in:
parent
6ee74df827
commit
b18aab5a3a
1 changed files with 12 additions and 0 deletions
|
@ -93,3 +93,15 @@ Closest I frames
|
||||||
-to 00:00:02.000 \
|
-to 00:00:02.000 \
|
||||||
-codec copy \
|
-codec copy \
|
||||||
-y output.mkv
|
-y output.mkv
|
||||||
|
|
||||||
|
Change speed
|
||||||
|
============
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
-r 120 \
|
||||||
|
-filter:v "setpts=0.5*PTS"
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
-filter:a "atempo=2.0"
|
||||||
|
|
Loading…
Reference in a new issue