video
  • 30 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

video

  • Dark
    Light

Article Summary

Record to video

This example will use NEON-20xA to record a video named "demo.mkv". You can refer to the previous "Capture" section to change the image source.

Download pygraph

Recordring_by_Neon_20xA.pygraph

Graph in EVA IDE

4-2

Command for this sample

gst-launch-1.0 v4l2src ! capsfilter caps="video/x-raw, width=(int)1280, height=(int)720" ! videoconvert ! tee name="tee1" tee1.src_0 ! queue ! xvimagesink tee1.src_1 ! queue ! capsfilter caps="video/x-raw" ! nvvideoconvert ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location="demo.mkv"


Was this article helpful?

What's Next