Topic - How to capture audio with rawvideo input
Reply to this topic
-
Topic Starter
sblandford - Posted on Wednesday, May 9 2012 10:53:01 AM
-
I am using mplayer with a piped raw video input. I need to combine this with live audio from an alsa or pulse source.
Currently, the command I am using to watch the video is...
<some raw video programm> | mplayer -demuxer rawvideo -rawvideo "pal:format=uyvy:fps=25" -aspect 4:3 -
From searching and reading the man page I can only see how to use audio capture as an option for the tv input. Is it possible to capture sound with a rawvideo input?