media
This commit is contained in:
parent
4214e03aa4
commit
4281505f35
7 changed files with 2 additions and 2 deletions
7
in/public/media/ffmpeg/index.rst
Normal file
7
in/public/media/ffmpeg/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
######
|
||||
FFMPEG
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
snippets
|
10
in/public/media/ffmpeg/snippets.rst
Normal file
10
in/public/media/ffmpeg/snippets.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
||||
|
||||
Change container
|
||||
================
|
||||
|
||||
.. code:: bash
|
||||
|
||||
ffmpeg -i input.avi output.mkv
|
7
in/public/media/imagemagick/index.rst
Normal file
7
in/public/media/imagemagick/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
###########
|
||||
ImageMagick
|
||||
###########
|
||||
|
||||
.. toctree::
|
||||
|
||||
snippets
|
3
in/public/media/imagemagick/snippets.rst
Normal file
3
in/public/media/imagemagick/snippets.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
9
in/public/media/index.rst
Normal file
9
in/public/media/index.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
Media
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
imagemagick/index
|
||||
ffmpeg/index
|
||||
mkvtoolnix/index
|
3
in/public/media/mkvtoolnix/index.rst
Normal file
3
in/public/media/mkvtoolnix/index.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
##########
|
||||
MKVtoolnix
|
||||
##########
|
Loading…
Add table
Add a link
Reference in a new issue