Assuming I have a video stream that has very very few scene changes for very long periods of time (minutes to hours), and I am using something like FFmpeg to transcode the raw video to h.264, what settings can I play with to get to take advantage of the mega redundancy?
Is it as simple as setting the setting the minimum key frame interval to the max (whatever that is)?
Is there room in the h.264 spec to enhance FFmpeg to take further advantage of very long periods of time with no scene changes?
