How do I do recording in GStreamer?
See http://www.gingerblue.org/ for my wizard that not yet supports recording, but supports the GStreamer infrastructure in the build files. Thanks in advance. Best, Ole _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello Ole, There is too little info for a such mailing list. The basic pipeline for recording is: videtestsrc ! filesink Then, you can add any encoders or other things that may be possibly needed. Best regards, Anton. On Mon, Jul 13, 2020 at 12:36 PM Ole Aamot <[hidden email]> wrote: How do I do recording in GStreamer? _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello Anton, I have implemented Gingerblue, a graphical GTK+/GNOME wizard for storing metadata, selecting input line and in the future recording audio written in C code. You can view six screenshots of on https://blogs.gnome.org/oleaamot/2020/07/05/gnome-gingerblue/ and download it from https://www.gingerblue.org/ and unpack it from The last mile is to implement recording for the Record button in the wizard with the Gstreamer C API in gingerblue-0.1.4/src/gingerblue-record.c Note that the code in Gingerblue 0.1.4 is not yet working for recording, so this is why I am seeking assistance from the mailing list. Thanks for your help so far. Best, Ole Aamot On Tue, Jul 14, 2020, 10:37 AM Anton Pryima <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Ole Aamot
Preliminary recording now works from the microphone in Ogg Vorbis format in "$HOME/Music/Your Name - Song.ogg" in GNOME Gingerblue! See http://www.gingerblue.org/ and download/support release 1.8.0 plan to record music or voice on GNU/Linux systems running GNOME. Thanks to Anton Pryima! Best, Ole Aamot On Mon, Jul 13, 2020 at 11:36 AM Ole Aamot <[hidden email]> wrote: How do I do recording in GStreamer? _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |