I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
Not sure about how movies are filmed, but you don't have to shoot video frames at 1/FPS. That's just the slowest you can shoot. If you're shooting in broad daylight, each frame could be as quick as 1/8000, for example. Shooting at the slowest shutter speed possible should make the most fluid video.
Why movies look weird at 48fps, and games are better at 60fps
31–40 of 129 posts
Re: Why movies look weird at 48fps, and games are better at 60fps
#32I personally love HFR and have went out of my ways to watch the three The Hobbits in HFR (I traveled to Paris, the only place in France where they have it in HFR). When people complain about 48fps being weird I just feel like they're just not used to it. It does look weird but after 20 minutes it looks amazing. I'm personally tired of not understanding anything in action movies that uses 24fps. It is kind of a luxury…
Re: Why movies look weird at 48fps, and games are better at 60fps
#33I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
Re: Why movies look weird at 48fps, and games are better at 60fps
#34So, basically, at 24FPS things are blurry enough that you can't see the fine details, which means that special effects and costumes look realistic. Increase the frequency to 48FPS and the blur goes away, meaning that we can see the fine detail, and suddenly sets look like sets, costumes look like costumes, and CGI looks like a computer game.
To be fair, CGI creatures look like a computer game regardless. A very pretty computer game, but still. Sometimes it seems like people want to believe that CGI is a whole lot better than it actually is. People raved about Gollum in the LOTR films, but go back and look at it. Even at 24fps, it's not great. It certainly doesn't look real.
Re: Why movies look weird at 48fps, and games are better at 60fps
#35I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
For instance if you have a digital camera where you can select the framerate (pretty common these days) and if the exposition time was simply the frame period, it would mean that the image at 30fps would be exposed twice as long as 60fps and the resulting picture would look very differently.
Of course you can mitigate that by changing the aperture and other parameters but in my experience in practice you can select the exposition time and framerate independently on digital cameras. With very sensitive sensor and/or good lighting you can achieve very small exposition times, much smaller than the frame period. If you're filming something that moves and unless you want to be blurry on purpose you probably want to reduce the exposition time as much as possible in order to have a clean image, just like in the video games.
Re: Why movies look weird at 48fps, and games are better at 60fps
#36I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
Re: Why movies look weird at 48fps, and games are better at 60fps
#37I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
I always use this fact as a kind of analogue to explain position-momentum uncertainty in physics. From a blurry photo of an object, you can easily measure the speed, but the position is uncertain due to the blur. From a very crisp photo, you can tell exactly where it is, but you can't tell how fast it is moving because it is a still photo. It's a good way to start building an intuition about state dependencies.
Re: Why movies look weird at 48fps, and games are better at 60fps
#38I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
The corollary is that it should be possible to produce a movie-like quality in games, by over-framing and compositing a blur between frames. The result would have actual motion blur and update at say 30 fps, but without the jerkiness we normally associate with that frame rate.
So over-framing game frames will not produce motion blur, it'll simply merge two still images together. You need to simulate motion blur (usually as a post-process). This of course takes more time to render, potentially lengthening the frame times.
Re: Why movies look weird at 48fps, and games are better at 60fps
#39I personally love HFR and have went out of my ways to watch the three The Hobbits in HFR (I traveled to Paris, the only place in France where they have it in HFR). When people complain about 48fps being weird I just feel like they're just not used to it. It does look weird but after 20 minutes it looks amazing. I'm personally tired of not understanding anything in action movies that uses 24fps. It is kind of a luxury…
Re: Why movies look weird at 48fps, and games are better at 60fps
#40I liked the article, but, as a game developer who does not specialize in graphics, I really liked one of the comments: Joe Kilner - One extra issue with games is that you are outputting an image sampled from a single point in time, whereas a frame of film / TV footage is typically an integration of a set of images over some non-infinitesimal time. This is something that, once stated, is blatantly obvious to me, but i…
[1] some renderers even take advantage of that to increase performance since you get a more human oriented feel by rendering less precisely.