我需要两个gst-launch-1.0命令行
1)第一个是简单的播放视频(.mp4)而不使用任何硬件加速。
2)第二个是使用硬件加速播放视频(.mp4),我使用带有i965驱动程序的Intel HD图形。
我已经安装了gstreamer插件。
任何帮助,将不胜感激。
1:使用libav
gst-launch-1.0 filesrc location=[FILENAME] ! qtdemux ! avdec_h264 ! queue ! videoconvert ! autovideosink
2:使用Vapi
gst-launch-1.0 filesrc location=[FILENAME] ! qtdemux ! vaapih264dec ! vaapisink