|
|
2014-05-27
, 10:38
|
|
|
Posts: 6,346 |
Thanked: 20,673 times |
Joined on Sep 2012
@ UK
|
#153
|
| The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
|
|
2014-05-27
, 13:30
|
|
|
Posts: 1,986 |
Thanked: 7,697 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#154
|

|
|
2014-05-27
, 13:51
|
|
|
Posts: 1,986 |
Thanked: 7,697 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#155
|
gst-launch-1.0 -v ximagesrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! dspmp4venc ! queue ! matroskamux ! filesink location=pathAndNameOfFile.mkv
(And yeah, "pathAndNameOfFile" should be replaced with whatever you want to call the file.)
|
|
2014-05-28
, 08:30
|
|
|
Posts: 5,028 |
Thanked: 8,614 times |
Joined on Mar 2011
|
#156
|


| The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
|
|
2014-05-28
, 12:29
|
|
|
Posts: 1,986 |
Thanked: 7,697 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#157
|
I wasn't aware that something like this might be thrown together so quickly.
[ ... ]
are you sure that it fits Orecchiette, and shouldn't become separate program?
I did intend for Orecchiette to be just a "little ear", and so tailored to audio recording tasks, but it might work as a general front-end to GStreamer tasks of all sorts. Certainly, using Orecchiette here allows you to take advantage of Pichlo's work on file naming, and (once I get things working properly) should let you control both video and audio encoding formats. (And yeah, I don't see why we couldn't just throw in options for the front and back video camera sources too... GStreamer can be a fantastically powerful tool.
)| The Following 3 Users Say Thank You to Copernicus For This Useful Post: | ||
|
|
2014-05-28
, 15:52
|
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#159
|
|
|
2014-05-28
, 15:53
|
|
|
Posts: 1,986 |
Thanked: 7,697 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#160
|
![]() |
| Tags |
| nokia n900, pasta, recording |
| Thread Tools | |
|
I'm not entirely sure how to remedy this (at least within GStreamer); I guess there might be some way to access the frame buffer directly?
BTW, the error messages that pop up in the Hildon banners are also sent to the "STDERR" stream. So if you'd like, you should be able to catch them if you run Orechiette from the command line...