Several video sinks supported by gstreamer

Source: Internet
Author: User
Tags gstreamer
  1. Ximagesink: XWindow output is supported.
  2. Xvimagesink: xvideo extension output is supported only when a large number of libraries are installed in Ubuntu.
  3. Sdlvideosink: The SDL Library output must be installed.
  4. Dfbvideosink: Output Using the directfb library. It can be used only after apt-Get install directfb * is installed.
  5. Cacasink: The libcaca library is used to display images in the console by adding color to the character. It is similar to the setconsoletextattribute function in Win32 and supports X11, S-Lang, ncurses and raw are output in the ncurse mode: caca_driver = ncurses GST-launch filesrc location = test. avi! Decodebin! Ffmpegcolorspace! Cacasink
  6. Fpsdisplaysink: The current and average framerate can be printed on the console.
  7. Aasink: outputs images in the console in the form of ASCII characters, similar to cacasink, but does not support color

Use the following method to display images on the current console in the curses library. The default method without driver is to open an X Window.

GST-launch filesrc location = test. Avi! Decodebin! Ffmpegcolorspace! Aasink driver = curses

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.