Skip to content

Commit

Permalink
Update ffpmeg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Nov 16, 2018
1 parent 7cfb767 commit 07fbdec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ffmpeg/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,16 @@ Convert an animated gif to an mp4 file
https://unix.stackexchange.com/a/294892
Extract screen shot for a video at a given time
-----------------------------------------------
.. code-block:: bash
$ ffmpeg -ss 00:00:03 -i input.mp4 -vframes 1 -q:v 2 output.jpg
https://stackoverflow.com/a/27573049

0 comments on commit 07fbdec

Please sign in to comment.