Bug #382
Gstreamer码流测试,无法解析sony1.mp4(dtb id为8)
0%
Description
与dtb id为7的分支一样
Updated by 培旭 over 1 year ago
- Status changed from New to Closed
在脚本里,使用下面两条命令之一可以进行编解码
1、gst-launch-1.0 filesrc location=/home/neardi/Desktop/sony1.mp4 ! qtdemux ! h264parse ! mppvideodec ! kmssink sync=false async=false render-rectangle='<20,600,640,480>'
2、/usr/local/bin/gst-launch-1.0 filesrc location=/home/neardi/Desktop/sony1.mp4 ! qtdemux ! h264parse ! mppvideodec ! kmssink sync=false async=false render-rectangle='<20,600,640,480>'
Updated by 培旭 over 1 year ago
培旭 wrote in #note-2:
在脚本里,使用下面两条命令之一可以进行编解码
1、gst-launch-1.0 filesrc location=/home/neardi/Desktop/sony1.mp4 ! qtdemux ! h264parse ! mppvideodec ! kmssink sync=false async=false render-rectangle='<20,600,640,480>'
2、/usr/local/bin/gst-launch-1.0 filesrc location=/home/neardi/Desktop/sony1.mp4 ! qtdemux ! h264parse ! mppvideodec ! kmssink sync=false async=false render-rectangle='<20,600,640,480>'
要先安装gstreamer:
sudo apt-get update
sudo apt-get install gstreamer1.0