do you know of any issues with Maverick?
Did you contact figure53 support as per luckdaves post and get the Mavericks fix?
On Wed, Mar 19, 2014 at 1:51 PM, micpool <m...@micpool.com> wrote:Did you contact figure53 support as per luckdaves post and get the Mavericks fix?
I'm getting really confused with your description of PhotoJPEG as a codec that uses key frame differences. Unless we are talking about something else PhotoJPEG applies only spatial not temporal compression. None of my encoders allow keyframe settings for PhotoJPEG.
--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/6ywJFhCLbxo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
This works well if the computer can decompress the file quickly and keep the buffer full, but if the computer can't handle the file it never catches up and nothing ever plays.
It would be better if we could skip ahead in the actual decoding when we know we're far behind; presumably in some cases it will be better to drop frames regularly than it would be to not play at all."
I’m puzzled about the observation that a cue never plays again normally — my understanding of the issue doesn’t account for that behavior.
So if the desired playback rate is 4 then (with a 30fps video) you would only need every 4th frame to be decoded in order to maintain an output frame rate of 30fps.
One twist here of course is temporal encoding, which may rely on decoding the previous frames to be able to get the next frames. For codecs that do that, I don’t believe we could arbitrarily skip to any particular frame. It might be possible to skip to key frames, although I haven’t investigated enough to know if CoreVideo lets us specify doing something like that.
-C
One twist here of course is temporal encoding, which may rely on decoding the previous frames to be able to get the next frames.
. But beyond a certain point this becomes a little ridiculous, that point being the point at which you exceed the refresh rate of the projector.