Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
UPSTREAM_SOURCE | 2016-11-22 | ||
PATCHES | 2016-11-22 | ||
install.readme.txt | 2016-11-22 | 969 Bytes | |
ffplay-mjpeg-3.1.5-r1.tar.gz | 2016-11-22 | 11.6 MB | |
Totals: 4 Items | 11.7 MB | 0 |
This is a quick-n-dirty recompile/hack of ffplay from the ffmpeg project. I created this program to view security webcams on unix-like desktops. I currently use it with some simple scripts that rotate camera screens or display them all in parallel. I'm not a professional programmer, this is a hobby. To try this reconfiguration of ffplay/ffmpeg follow this route. #./configure #make #make install and optionally #make uninstall *Note: I rewrapped this package fast. I'm not ready to rewrite the ffmpeg configure file at this time, but will in the future to consolidate. Hence, ./configure is cmd line stanza for the real configure which i renamed configure.full. Expect breakage if you feel explorish. MINI_FAQ: Why not ffmpeg 3.2? A) I'm still on SDL version 1.2 for now. Besides 3.1.5 is still warm enough for me. B) Long answer. SDL 2 works but displays the windows centered in a different behavior that i didnt desire to chase or understand at this time.