[FFmpeg-user] framerate in ffserver

kms kmskmskms at comtube.ru
Sun Mar 3 10:18:04 CET 2013


why is the output from the ffserver I get a frame rate of the same as at the input with a web camera (30fps)? despite the fact that I wrote in the settings ffserver VideoFrameRate 1

config:

Port 8090 BindAddress 0.0.0.0 
MaxHTTPConnections 2000 
MaxClients 1000 
MaxBandwidth 1000 
CustomLog - 
NoDaemon

<Feed feed1.ffm>
        File /tmp/feed1.ffm
        FileMaxSize 100K
        # Launch ffmpeg -f v4l2 -i /dev/video0
        ACL allow 127.0.0.1
</Feed>

<Stream live.ogv>
        Format ogg
        Feed feed1.ffm

        VideoCodec libtheora
        VideoFrameRate 1
        VideoBitRate 256
        VideoSize 352x288
        VideoQMin 2
        VideoQMax 20
        #VideoGopSize 12
        Preroll 1
        #AVOptionVideo flags +global_header
        VideoBufferSize 40
        #VideoIntraOnly

        NoAudio
</Stream>


More information about the ffmpeg-user mailing list