LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Need gui wrapper and programs for application to capture live video and audio (https://www.linuxquestions.org/questions/programming-9/need-gui-wrapper-and-programs-for-application-to-capture-live-video-and-audio-715595/)

JOnkka 03-30-2009 04:42 PM

Need gui wrapper and programs for application to capture live video and audio
 
I'm looking for a gui to wrap around an app that will capture a live video feed to avi and four concurrent live audio feeds to mp3 files.

Also I am looking for the programs that will capture the video and audio. This will create five files per incidence and the overall will create about 800 files in a day.

Thanks

fozner 04-01-2009 05:13 AM

Ffmpeg
 
Just use glade-3 with Python's PyGTK or C's gtk2. Stick some buttons on there and have it call "ffmpeg" with command line options to do stuff or, if you want to get really fancy, use the ffmpeg libraries directly by linking with ffmpeg-libs-devel.

JOnkka 04-13-2009 07:03 AM

Thanks. I'll give that a try.


All times are GMT -5. The time now is 03:45 PM.