content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
7
source/ffmpeg/index.rst
Normal file
7
source/ffmpeg/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
######
|
||||
FFMPEG
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
snippets
|
10
source/ffmpeg/snippets.rst
Normal file
10
source/ffmpeg/snippets.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
||||
|
||||
Change container
|
||||
================
|
||||
|
||||
.. code:: bash
|
||||
|
||||
ffmpeg -i input.avi output.mkv
|
Loading…
Add table
Add a link
Reference in a new issue