Hi.
Our next goal is to encode video. Gstreamer seems to be the most suitable for us. I try to use the following pipeline, but with no luck.
root@dm814x-evm:~# gst-launch -v videotestsrc ! 'video/x-raw-yuv, width=1920, height=1080, format=(fourcc){NV12}, framerate=30/1' ! omx_h264enc ! 'video/x-h264'
! queue ! gstperf ! filesink location=colorbar.264 sync=false
Setting pipeline to PAUSED ...
vmap allocation for size 197136384 failed: use vmalloc=<size> to increase size.
gst-launch-0.10: DomxProcMgrIf_HLOS.c:316: DomxCore_mapPhyAddr2UsrVirtual: Assertion `(status >= 0)' failed.
Aborted
I found this pipeline on the forum. But i didn't find any recommended example to encode video. Can anyone suggest for sure working pipeline?
Here are bootargs: mem=169M notifyk.vpssm3_sva=0xBF900000 mem=170M@0xA0000000
Ezsdk is ti-ezsdk_dm814x-evm_5_04_00_11.
Best regards,
Alexander Vasiljev.