Hello,
I have tried the examples in the documentation of BrightScript and I was not able to play a custom part of the video. My script (the example) always shows the full video file:
v=CreateObject("roVideoPlayer")
a=CreateObject("roAssociativeArray")
a["Filename"] = "output.ts"
a["SourceX"] = 100
a["SourceY"] = 100
a["SourceWidth"] = 1000
a["SourceHeight"] = 500
v.PlayFile(a)
while true
end while
The example with Multiscreen... is running and shows the right portion of the source video.
I tried different source video formats (Transport Stream and mov). What I am doing wrong or is there a bug?
Thanks
Timo
HD1022 with FW 7.0.60



