yukichigai
Mar 2005
 Video Tech Geek
|
Meh
Though it hardly surprises me, yet again a group releases a hollywood movie with the speed increased so it matches 25fps. There is no reason to do that on a DivX/XviD release, period. I really don't like it when all the actors sound just a little bit like the chipmunks, since the audio's been sped up to match.
Fortunately, my AVIsynth script works like a charm at getting around that. 
Anyway, the rating:
Video: 8
Crisp and sharp, but really dark in places. Face detail is lost because of this. If you're going to convert this to DVD/KVCD/whatever I highly suggest you do some preprocessing and crank up the contrast/brightness.
Audio: 9
Would be fine, but again, it's been sped up. Detail in the high ranges has been lost because of that, even if you use something like AviSynth to slow it back down. Otherwise it's great, not necessarily DVD quality but certainly hard to tell the difference. However, bonus points for makng the video and audio durations the same; if there's any startup delay on the audio it's impossible to fast-forward a movie in AviSynth without it going out of sync. That doesn't happen in this one.
Movie: 7
It had its moments, but the resolution didn't really resolve anything, and some of the plot twists were cliche and/or retarded. The movie seemed very jumbled. Action was pretty cool though.
And for anybody wanting to watch the entire film in one file at the proper framerate without having to switch files or mess with a playlist or any of that nonsense, download and install AviSynth and then do the following:
Make a file called "whatever.avs".
Open the file in notepad and paste this in:
AVISource("asteroids-the.island.cd1.avi",true)++AVISource("asteroids-the.island.cd2.avi",true)
AssumeFPS(23.976,true)
Save, close notepad. Open the file with your Media Player of choice.
Report this post to a moderator | IP: Logged
|