请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
工具/软件:Linux
1、我使用以下命令将 h264解码为 YUV 格式
gst-launch-1.0 -v 文件 rc location=airshow_p352x288_nv12.h264 num-buffers=600! 排队! h264parse! ducatih264dec! 排队! 文件链接位置=1.YUV
2、调试信息如下
正在将管道设置为暂停...
管道是 PREROLLING ...
/GstPipeline0/GstH264Parse:h264parse0.GstPad:src:cap = video/x-h264、width=(int) 352、height=(int) 288、ex解 析=(布尔) true、stream-format=(string) byte-stream、 alignment=(string) au
/GstPipeline0/GstDucatiH264Dec:ducatih264dec0.GstPad:src:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1
/GstPipeline0/GstQueue:queue1.GstPad:sink:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1
/GstPipeline0/GstDucatiH264Dec:ducatih264dec0.GstPad:sink:cap = video/x-h264、width=(int) 352、height=(int) 288、trole=(布尔值) true、stream-format=(string) byte-stream、 alignment=(string) au
/GstPipeline0/GstQueue1.GstPad:src:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1
/GstPipeline:fipine0/GstFileSink:filesink0.GstPad:SINK:cap = VIDEO/x-RAW、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1
/GstPipeline0/GstDucatiH264Dec:ducatih264dec0.GstPad:src:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1、 ma-ref-frames=(int) 19.
/GstPipeline0/GstQueue:queue1.GstPad:sink:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1、 ma-ref-frames=(int) 19.
/GstPipeline0/GstQueue:queue1.GstPad:src:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1、 ma-ref-frames=(int) 19.
/GstPipeline:流水线0/GstFileSink:filesink0.GstPad:sink:cap = video/x-raw、format=(string) NV12、width=(int) 512、height=(int) 384、framerate=(fraction) 0/1、 ma-ref-frames=(int) 19.
管道是 PREROLLED...
正在将管道设置为正在播放...
新时钟:GstSystemClock
从元件"流水线0"获得 EOS。
0:00:01.493697666后结束执行
正在将管道设置为暂停...
正在将管道设置为就绪...
正在将管道设置为 NULL ...
正在释放管道...
我在 ducatih264dec 中找到、当分辨率从352x288变为512x284时、这是什么原因?
