Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ffplay-mjpeg-3.1.5.patch | 2016-11-22 | 602.0 kB | |
Totals: 1 Item | 602.0 kB | 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.