Hello everyone,
Can anyone help me with the pipeline to play .m2v files(MPEG-2 ) and MPEG-4 files on Gstreamer ?? Also if anyone could help me with the following errors : 1)failed to open codec engine Codecserver 2) gst-launch -v filesrc location=sample.m2v ! TIViddec2 codecName=mpeg2dec engineName=decode ! TIDmaiVideoSink videoStd=D1_NTSC videoOutput=composite sync=false this pipeline fetched me the following error: failed to open codec engine "decoder" --
Pranshu Nahar B.E(Hons)EEE,Msc(Hons)Mathematics Bits-Pilani _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Just delete the "engineName=decode" ,and try again!
if it won't work yet, please check your configure about your DVSDK, and find what your "engineName" is!
2011/8/25 Pranshu Nahar <[hidden email]>
致 礼 联系人:宋喜佳 办公室座机:0431-84627053-8336 手机:15044157175 QQ:870578087 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Administrator
|
In reply to this post by pranshu24
Probably you want:
engineName=codecServer codecName=mpeg2dec
Look for a file with a name like gstticodecplugin_dm365.cfg (it'll be different if you aren't using dm365) in your DVSDK source. It lists your available codecs,
And, as always, remember MPEG-anything is UGLY – you get to pay to use it. Of course, if you use a TI development board, you've already paid
Wes
Wesley J. Miller
From: Pranshu Nahar <[hidden email]>
Reply-To: Discussion of the development of and with GStreamer <[hidden email]> Date: Thu, 25 Aug 2011 09:01:33 -0400 To: Discussion of the development of and with GStreamer <[hidden email]> Subject: .m2v file
CONFIDENTIALITY NOTE: This e-mail and any attachments are confidential. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please notify us immediately by returning it to the sender and delete this copy from your system. Thank you for your cooperation. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks a lot Wesley...using engineName=codecServer helped ...but i got a new error now that says
BufTab_chunk:assertion 'bufsize>0' failed Any about this one please?
On Fri, Aug 26, 2011 at 1:49 AM, Wesley J. Miller <[hidden email]> wrote:
-- Pranshu Nahar B.E(Hons)EEE,Msc(Hons)Mathematics Bits-Pilani _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |