summaryrefslogtreecommitdiff
path: root/doc/ffserver.conf
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2003-04-09 02:16:01 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2003-04-09 02:16:01 +0000
commite322ea480b42e741ff49c827a298d5d26d0b5a25 (patch)
treef711305566ddf8c40685439a4d84d78d9ab12099 /doc/ffserver.conf
parent8553d9f4fdefdb24c2f7037881a829e831636b02 (diff)
* Add Video4MotionVector in a stream description to behave like the -4mv flag
* Add ReadOnlyFile which behaves like File, but does not permit changing of the file. This can be used to prevent deleting of saved ffm files. Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver.conf')
-rw-r--r--doc/ffserver.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf
index 7aa87aeb16..15637efd75 100644
--- a/doc/ffserver.conf
+++ b/doc/ffserver.conf
@@ -46,6 +46,10 @@ NoDaemon
File /tmp/feed1.ffm
FileMaxSize 200K
+# You could specify
+# ReadOnlyFile /saved/specialvideo.ffm
+# This marks the file as readonly and it will not be deleted or updated
+
# Specify launch in order to start ffmpeg automatically
#Launch
@@ -110,6 +114,10 @@ VideoSize 160x128
# frames Video synchronization can only begin at an I frames.
VideoGopSize 12
+# More MPEG4 parameters
+# VideoHighQuality
+# Video4MotionVector
+
# Choose your codecs:
#AudioCodec mp2
#VideoCodec mpeg1video