Skip to content

Commit

Permalink
Fix videotestsrc format in sample script
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Dec 15, 2023
1 parent 3fb19b3 commit 4cf972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/video_test_src.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

gst-launch-1.0 videotestsrc ! videoconvert ! video/x-raw,format=NV12,framerate=60/1,width=1280,height=720 ! vaapih264enc bitrate=4000 keyframe-period=3 rate-control=cbr max-bframes=0 ! rtph264pay config-interval=-1 ! udpsink host=localhost port=5602
gst-launch-1.0 videotestsrc ! videoconvert ! video/x-raw,format=NV12,framerate=60/1,width=1280,height=720,format=I420 ! vaapih264enc bitrate=4000 keyframe-period=3 rate-control=cbr max-bframes=0 ! rtph264pay config-interval=-1 ! udpsink host=localhost port=5602

0 comments on commit 4cf972b

Please sign in to comment.