我們將 YUV420 格式視頻編碼為 H264 格式視頻。 gst-launch-1.0 filesrc location=/gstreamer/video/yuv420_p352x288.yuv ! videoparse format=2 \ width=352 height=288 ! video/x-raw,width=352,height=288 ! vpuenc_h264 ! queue ! \ h264parse ! qtmux ! filesink location=yuv2h264.mp4
|
|