diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2003-04-09 02:16:01 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2003-04-09 02:16:01 +0000 |
commit | e322ea480b42e741ff49c827a298d5d26d0b5a25 (patch) | |
tree | f711305566ddf8c40685439a4d84d78d9ab12099 /doc | |
parent | 8553d9f4fdefdb24c2f7037881a829e831636b02 (diff) | |
download | ffmpeg-e322ea480b42e741ff49c827a298d5d26d0b5a25.tar.gz |
* 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')
-rw-r--r-- | doc/ffserver.conf | 8 |
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 |