Re: [Frameworks] single frames online?

2012-09-17 Thread Alistair Stray
The only way to do it with really good results with H264 I guess is to set the Keyframes to 1 so basically you just get a stream of I-Frames (as in fully encoded stills). Basically an Intra file, a file with a GOP of 1 (group-of-pictures). Wherever you host it though is going to reencode it with a

Re: [Frameworks] single frames online?

2012-09-17 Thread Alistair Stray
Actually, a good H264 encoder should cope with what you're doing. The mainconcept encoder (which is very tweakable) would use scene change detection to automatically start a new GOP where the frame changes dramatically. What would happen to it on vimeo when it streams though is out of your