dunnow just wondering, if the signed int64 keeps a bit for its sign so it would sure have 2^63 possible numbers, not 2^64…
but i’m sure mistaking, i can’t reach a too high time frames number when playing the video… correct me if i’m wrong…
anyway i can’t just get the movie play. i obtain a black component every time i try to addAndMakeVisible, loadMovie and play. i have to load and play in a different function than the constructor ?
Hmm - I’d suggest that the constructor’s a bad place to load or play, because the window won’t be completely initialised yet, and quicktime probably needs to run a few messages before it’s ready to go.
no in tracktion the window is black (and no QT controller bar anyway) but right clicking make appear the context menu. anyway opening the same mov with vlc it works nicely.
mmnh, actually i don’t have QT installed, i only downloaded the QT SDK and compiled the project… doh! i thought the sdk would let u open and visualize mov files without QT… maybe installing QT i can see something (of course) ?
and how the guys of VLC have done this without needing QT on the machine ? i have to investigate their source code…
bah… QT or not QT ? that is the question…