I am trying to capture video(alongwith audio) from a webcam.
I need to record the video and save it to a file,for further processing.
Would like to do it through CLI.
Any ideas how to do it using ffmpeg or gstreamer.
I am getting these errors:
1.gstreamer:- erroneous pipeline: no element "xvimagesink".
2.ffmpeg :- unable to find suitable output format for video4linux2.
Any help is appreciated.
but i am using gstreamer(gst-launch-0.10) not streamer – python_beginner Jul 10 '12 at 11:52
/dev/dsp
is no more available. It is replaced byalsa
. see this – sourav c. Mar 24 '16 at 06:32/dev/dsp: No such file or directory
on Unbuntu 2015.10. And by the way, the streamer command records in quality much lower than what a correct ffmpeg command produces. – Nicolas Raoul Mar 24 '16 at 06:33