Sponsored Content
The Lounge What is on Your Mind? Member Reviews of the Movie: Avatar Post 302382306 by pludi on Wednesday 23rd of December 2009 02:19:18 AM
Old 12-23-2009
Watched it in 3D yesterday, and I think it was extraordinary in terms of visual effects and music, but the plot and characters lacked depth, but that's more of a general Hollywood problem than specific to this movie.

The effects were... wow. Visually stunning and, IMO, well placed without taking too much attention except were they were the main focus (eg. the explosions), and kept as realistic as is possible in a science fiction / fantasy movie. Speaking of science fiction, the technology used by the humans does look more like science than fiction (except for the Avatar system). They/We're still relying on explosives and mechanics for most things.

The plot... well. It's pretty much standard Hollywood ("bad" guy gets guilty conscience, switches sides, gets the girl, a bit of "Romeo and Juliet" thrown in...). Don't expect too much of it, but it's done well enough to be an entertaining popcorn movie. The characters aren't really fleshed out and feel shallow. The viewer doesn't get any feeling for a characters motivations, which IMO is important at least for the mains (hero/villain).

And I've got a few personal issues, not necessarily limited to this movie:
  • What's with the shaky cam in current movies? IMO it doesn't add dynamics or anything to a scene if the viewer gets motion sick from the camera jumping around like a bouncy ball.
  • Same goes for slow motion scenes. If used correctly, they can add depth to a scene (see the short slow motion sequences used in the fight in "The Matrix"), but when draw out to a minute or more they get tedious, especially if used over and over again.
  • One thing that Avatar does better than most other movies is the shot length. Every shot that counted was long enough to see and understand the scene, instead of looking like the cutter had a nervous finger while on too much caffeine.

As for those with glasses: try to watch the movie in 3D. I've got them myself and had no problems with the plastics goggles handed out after I got them to sit right.
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

avatar

where can i upload an image for avatar (3 Replies)
Discussion started by: royal
3 Replies

2. Post Here to Contact Site Administrators and Moderators

Avatar problem

Hi, I wanted to change my avatar, but I get the message You may not upload animated images. How come that this user has one? https://www.unix.com/members/3394.html https://www.unix.com/avatars/perderabo.gif All users are equal, but some are more equal than other? Thanks. (0 Replies)
Discussion started by: Ebbi
0 Replies

3. What is on Your Mind?

How to get an avatar to work?

I have uploaded a small image, 64x64 and about 5k in size, that was about a week ago, I still do not see my image when I post, or maybe I just can't see it and others can? It helps me scroll through threads and find my own posts easier, but on this forum it either doesn't show up for me or is just... (1 Reply)
Discussion started by: raidzero
1 Replies

4. What is on Your Mind?

Unix and Linux Product Reviews

Do you think it would be useful to have a section where members review products? Please vote and comment :b: Thanks! (12 Replies)
Discussion started by: Neo
12 Replies

5. What is on Your Mind?

Member Reviews of the Movie: Sherlock Holmes

In our last review post, members reviewed Avatar. Now, let's discuss Sherlock Holmes. (3 Replies)
Discussion started by: Neo
3 Replies

6. What is on Your Mind?

Amazon Censorship on Book Reviews

Dystopia.? Censorship? Bad AI? My audiobook review of Russian Roulette on Audible (an Amazon company) was the top rated "Most Helpful" review. The "Most Helpful" review rating was 65 of 76 as of yesterday, ranking it at the top of the reviews for this audiobook. Then today, Audible (an... (1 Reply)
Discussion started by: Neo
1 Replies
TV_IMDB(1p)						User Contributed Perl Documentation					       TV_IMDB(1p)

NAME
tv_imdb - Augment XMLTV listings files with imdb.com data. SYNOPSIS
tv_imdb --imdbdir <dir> [--help] [--quiet] [--download] [--prepStage (1-7,all)] tv_imdb --imdbdir <dir> [--help] [--quiet] [--movies-only][--stats][--output FILE] [FILE...] DESCRIPTION
Very similar to tv_cat in symantics (see tv_cat) except whenever a programme appears with "date" entry the title and date are used to look up extra data by using the XMLTV::IMDB package. --output FILE write to FILE rather than standard output --quiet disable all status messages (that normally appear on stderr). --download try to download data files if they are missing (in --prepStage). --stats force output of grab stats (stats output disabled in --quiet mode). --movies-only only augment programs that look like movie listings (4 digit 'date' field). All programs are checked against imdb.com data (unless --movies-only is used). For the purposes of tv_imdb, an "exact" match is defined as a case insensitive match gainst imdb.com data (which may or may not include the transformation of '&' to 'and' and vise-versa. If the program includes a 4 digit 'date' field the following is matches are attempted, the first succeeding match is used: 1. an "exact" title/year match against movie titles is done 2. an "exact" title match against tv series (and tv mini series) 3. an "exact" title match against movie titles with production dates within 2 years of the 'date' value. Unless --movies-only is used, if the program does not include a 4 digit 'date' field the following matches are attempted, the first succeeding match is used: 1. an "exact" title match against tv series (and tv mini series) When a match is found in the imdb.com data the following is applied: 1. the 'title' field is set to match exactly the title from the imdb.com data. This includes modification of the case to match and any transformations mentioned above. 2. if the match is a movie, the 'date' field is set to imdb.com 4 digit year of production. 3. the type of match found (Movie, TV Movie, Video Movie, TV Series, or TV Mini Series) is placed in the 'categories' field. 4. the url to the www.imdb.com page is added 5. the director is added if the match was a movie or if only one director is listed in the imdb.com data (because some tv series have > 30 directors) 6. the top 3 billing actors are added. 7. genres added to 'categories' field (current list of genres are Short, Drama, Comedy, Documentary, Animation, Adult, Action, Family, Romance, Crime, Thriller, Musical, Adventure, Western, Horror, Sci-Fi, Fantasy, Mystery, War, Film-Noir, Music 8. imdb user ratings added to 'star-ratings' field. HOWTO In order to use tv_imdb, you need: 1. choose a directory location to use for the tv_imdb database (you'll need about 1/2 GB of free space), 2a. run 'tv_imdb --imdbdir <dir> --prepStage all --download' to download the list files from imdb.com. Or, 2b If you have a slow network connection you may prefer to omit the '--download' flag and be prompted for what you need to download by hand. See <http://www.imdb.com/interfaces> for the download sites. Then once you have the files rerun without '--download'. Note: '--prepStage' sucks a bit of memeory, but you can run each prepStage separately by running --prepStage with each of the stages (see --help for details). 3. Once you have the database loaded try 'cat tv.xml | tv_imdb --imdbdir <dir> > tv1.xml'. Feel free to report any problems with these steps to xmltv-devel@lists.sf.net. BUGS
The '--prepStage' needs a lot of memory to run at a reasonable speed, over 200 megabytes with the current imdb data files. For there to be 200 megabytes free for tv_imdb, the system will need at least 256 megabytes of RAM. Running with less can take hours (or days!) - although fortunately this stage needs to be run only once after downloading the data files. Could use a --configure step just like the grabbers so you do not have to specify the --imdbdir on the command line every time. Also this could step you through the prep stages with more description of what is being done and what is required. Configure could also control the number of actors to add (since some movies have an awful lot), currently we are adding the top 3. How and what to look up needs to be option driven. Needs some more controls for fine tuning "close" matches. For instance, currently it looks like the North America grabber only has date entries for movies, but the imdb.com data contains made for video movies as well as as real movies, ot is it's possible to get the wrong data to be inserted. In this case we may want to say "ignore tv series" and "ignore tv mini series". Along with this, we'd want to define what a "close" match is. For instance does a movie by the same title with a date out by 1 year or 2 years considered a match (currently we're using 2). Nice to haves include: verification/addition of programe MPAA/VCHIP ratings, addition of imdb.com user ratings (by votes) to programes. Potenially we could expand to include "country of origin", "description", "writer" and "producer" credits, maybe even "commentator". Heh, if the XMLTV.dtd supported it, we could even include urls to head shots of the actors :) SEE ALSO
xmltv(5) AUTHOR
Jerry Veldhuis, jerry@matilda.com perl v5.14.2 2011-06-22 TV_IMDB(1p)
All times are GMT -4. The time now is 09:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy