Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loading a movie from resource
11-18-2011, 06:41 AM
Post: #1
loading a movie from resource
hello ,

I am currently trying the Basic video on XE2 firemonkey (SP2).

I would like to know if it's possible to load a movie from the resource or a stream ?
component avi player seem to have only filename for input.


thanks

Yves
Find all posts by this user
Quote this message in a reply
11-20-2011, 08:21 AM
Post: #2
RE: loading a movie from resource
(11-18-2011 06:41 AM)yvesr Wrote:  I would like to know if it's possible to load a movie from the resource or a stream ?
component avi player seem to have only filename for input.

Hi Yves,

Thank you!
Currently you will need to use the SLGenericFilter to lay compressed video from stream. You can take a look at the VideoCompressionDemo in the DirectShow directory as example to see how you can play compressed video data. You can extract the data from a resource and then pass it to the generic filter.

With best regards,
Boian Mitov
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)