Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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