View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#17
NP. The original video recorder might take advantage of the hardware acceleration somehow. I just pull this command straight from gst-launch man page so it's hardly perfect. ^^

I final figure out how to process sound with gst-launch in N900, but the quality is ever lower as it took even more processing power. Just for you and others reference only:

Code:
gst-launch v4l2camsrc device=/dev/video0 ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! queue ! videorate ! ffmpegcolorspace ! jpegenc ! queue ! mux. pulsesrc ! audioconvert ! audioresample ! nokiaaacenc ! queue ! mux. avimux name=mux ! filesink location=/home/user/MyDocs/output.avi
(Remember, do not stop the recording so quick, as the video streaming to file is taking tooo much time)
 

The Following User Says Thank You to 9000 For This Useful Post: