mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user