How to convert I420 frames to BGRA format with gst-launch-1.0?
问题 I had a raw video file named video.i420 based on I420 format. And I tried to convert it into BGRA format using gst-launch-1.0: gst-launch-1.0 filesrc location=video.i420 ! videoparse width=1920 height=816 format=2 framerate=24/1 ! videoconvert ! videoparse format=12 ! filesink location=video.bgra But the output file video.bgra sized only 48 bytes larger than the source file. Then I played the video.bgra with the followed command: gst-launch-1.0 filesrc location=video.bgra ! videoparse width