Hello,
today I have started playing with dm365evdm. I have the base board only and also no monitor with composite input, yet so I wanted to try video encoding using some artificial signal and saving to a file. Unfortunately with following gstreamer commad I had a bad luck.
gst-launch -v \
videotestsrc \
! "video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30/1, width=(int)${WIDTH}, height=(int)${HEIGHT}" \
! queue \
! TIVidenc1 codecName=h264enc engineName=codecServer contiguousInputFrame=TRUE bitRate=1000000 \
! queue \
! avimux \
! filesink location=sample.avi
Gstreamer create an avi file, but the content does not correspond to a standard videotestsrc pattern. It is more or less some noise even if the correct pattern can be seen on the background. I have tried also mpe4 encoder with no muxing, but the result was the same.
Could please anyone give me some advice how to make this working properly?
with best regards
Jan