<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I'm experiencing something like <a href="http://stackoverflow.com/questions/33255390/gstreamer-artifacts-at-160x120">http://stackoverflow.com/questions/33255390/gstreamer-artifacts-at-160x120</a><br><br></div>With pipeline <br><br>v4l2src do-timestamp=true name=source  ! omxh264enc target-bitrate=20000000 control-rate=variable-skip-frames inline-header=true periodicty-idr=300 interval-intraframes=300 ! video/x-h264,profile=high  !  mpegpsmux  name=mux ! multisocketsink timeout=2000000000 sync-method=1  name=sink<br><br></div>If i have a 1920X1080 resolution, I get a green noise line at the bottom of my video (1080/16 = 67,5). Unfortunatly, full hd is a must In my project...<br><br></div>How can I fix this issue?<br></div>