Tool/software: Linux
Hi,
We use vision sdk 3.05, and now manage to enable GST encode/decode with both IPUMM and VSDK-Linux on IPU-2 according to https://e2e.ti.com/support/processors/f/791/p/778002/2880838#2880838.
I get the resultant mp4 file with the following cmd on the device.
gst-launch-1.0 videotestsrc pattern=snow num-buffers=1000 ! 'video/x-raw,format=(string)NV12,width=1920,height=1080,framerate=(fraction)30/1' ! ducatih264enc level=level-51 profile=high ! queue ! h264parse ! mp4mux ! filesink location=test.mp4
but when I playback the video in the PC, I notice something abnormal.
1. the frame is solid colored, nothing as snow pattern.
2. the dimensions is 1920x1088 instead of 1920x1080.
Please help it, thanks a lot!
Regards,
Simon