aboutsummaryrefslogtreecommitdiffstats
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-11-19 19:16:26 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-11-19 19:16:26 +0000
commit47d944d2be6ab5a70f69f619ef10179ed3fd32b1 (patch)
tree6c60c12649eef61acd6e239be2351c4414d82b55 /doc/faq.texi
parentb242baa411976134d950d8106aa86a6e2a7eb3c9 (diff)
downloadffmpeg-47d944d2be6ab5a70f69f619ef10179ed3fd32b1.tar.gz
doc update
Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 1adc4341f8..351ba42ff2 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -46,6 +46,10 @@ The same system is used for the other image formats.
No. FFmpeg only supports open source codecs. Windows DLLs are not
portable, bloated and often slow.
+@section How can I read from the standard input or write to the standard output ?
+
+Use @file{-} as filename.
+
@chapter Development
@section Can you support my C compiler XXX ?