diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-23 19:26:08 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-23 19:26:08 +0000 |
commit | a0c84dc879f6feeb1c5715aa9096dc7c23644d6b (patch) | |
tree | aee28571d31cc876c2c04576c4d590c7b12beee8 /DOCS | |
parent | 49c4c519ca9169ca2ef65ec999a530b8e4d31764 (diff) |
Mention that you can use different image formats with mf://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21744 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 1d228ed4a7..25340a715f 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -609,6 +609,12 @@ mencoder mf://<replaceable>@list.txt</replaceable> -mf w=800:h=600:fps=25:type=j </para> </informalexample> +You can mix different types of images, regardless of the method you use +— individual filenames, wildcard or file with list — provided of +course they have the same dimensions. +So you can e.g. take title frame from PNG file, +and then put a slideshow of your JPEG photos. + <informalexample> <para> Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current |