我可以用以下管道对测试视频进行编码和解码:
gst-launch-0.10 -v videotestsrc num-buffers=2000 ! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=sample.264
gst-launch-0.10 -v filesrc location=sample.264 ! TIViddec2 codecName=h264dec engineName=codecServer ! filesink location=sample.raw但是,我不能用以下管道编码像sample.raw这样的原始视频文件:
发布于 2016-05-05 19:32:24
您需要在filesource元素之后使用录象元素。这将为编码器提供适当的解析和媒体类型。
https://stackoverflow.com/questions/37027045
复制相似问题