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:
How can I change the ffmpeg command to avoid these artifacts?