Where are instructions on how to build a pipeline with VDPAU? Do you
have an example? ;-)
Thanks in advance. Best Regards, -- Rob Krakora Senior Software Engineer MessageNet Systems 101 East Carmel Dr. Suite 105 Carmel, IN 46032 (317)566-1677 Ext. 206 (317)663-0808 Fax ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
tis 2009-11-10 klockan 21:55 -0500 skrev Robert Krakora:
> Where are instructions on how to build a pipeline with VDPAU? Do you > have an example? ;-) Something like: "gst-launch filesrc location=/path/to/mpegfile ! optional_demuxer ! mpegvideoparse ! vdpaumpegdec ! vdpauvideopostprocess ! vdpausink" should work. Where optional_demuxer is replaced by a suitable demuxer. // Carl-Anton ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
> Something like: "gst-launch filesrc location=/path/to/mpegfile !
> optional_demuxer ! mpegvideoparse ! vdpaumpegdec ! > vdpauvideopostprocess ! vdpausink" I don't have nvidia hardware available at the moment so can't test it, but can I feed back the decoded stream back into gstreamer? Would be interesting to accelerate transcoding with this. -- br, marc The best approach for you requires two steps. The first step is reading the Manual. Wolfgang Denk - u-boot mailing list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, 2009-11-13 at 12:27 +0100, Marc Leeman wrote:
> > Something like: "gst-launch filesrc location=/path/to/mpegfile ! > > optional_demuxer ! mpegvideoparse ! vdpaumpegdec ! > > vdpauvideopostprocess ! vdpausink" > > > I don't have nvidia hardware available at the moment so can't test it, > but can I feed back the decoded stream back into gstreamer? Would be > interesting to accelerate transcoding with this. Yes, there's the vdpauvideoyuv element to convert the VDPAU proxy buffers back into real YUV buffers. There's also a commensurate vdpauyuvvideo upload element. J. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
2009/11/13 Jan Schmidt <[hidden email]>
Note that these elements will probably go away and be replaced by caps negotiation, eg. vdpaumpegdec will be able to output video/x-vdpau-video and video/x-raw-yuv. // Carl-Anton ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |