Tagged Questions
3
votes
1answer
295 views
Difference between Medibuntu end Multiverse repository?
What are the differences of the Packages: libavcodec-extra-52, libavformat-extra-52, libavdevice-extra-52, libswscale-extra-0 in the Medibuntu and Multiverse repository?
6
votes
1answer
4k views
How can I get ffserver to work?
I have a mp4 file which I wish to compress, resize and stream via RTSP.
My ffserver.conf file looks like this:
Port 9091
RTSPPort 5454
BindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
...
9
votes
3answers
8k views
How do I use ffmpeg's “-vf” / “-vfilters” option without recompiling ffmpeg myself?
I have ffmpeg install from apt (version 4:0.5.1-1ubuntu1). I have a video that is up-side-down, so I want to flip it vertically. The ffmpeg documentation says to use the -vf option (which I see was ...