Weird video artifacts when streaming from ffmpeg to gstreamer

960 views Asked by At

I'm seeing weird video artifacts when trying to stream from ffmpeg to gstreamer 0.10.

Sending command:

ffmpeg -re -i test.mp4 -an -pix_fmt yuv420p -crf 0 -b 1000k -f mpegts udp://10.33.1.2:9968

Receiving command:

gst-launch-0.10 udpsrc port=0068 caps='video/mpeg,width=480,height=360' ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink

This is what the video looks like: enter image description here

enter image description here

How can I change the ffmpeg command to avoid these artifacts?

0

There are 0 answers