Movielogr

movie poster

Rating: 9 stars

Seen 1 time

Seen on: 07/08/2011

  • Watched on: TV
  • Format: DVD

View on: IMDb | TMDb

13 Assassins (2010)

Directed by Takashi Miike

Action

Most recently watched by noahphex, jenerator, sensoria

Overview

A bravado period action film set at the end of Japan’s feudal era in which a group of unemployed samurai are enlisted to bring down a sadistic lord and prevent him from ascending to the throne and plunging the country into a war-torn future.

Rated R | Length 141 minutes

Actors

Masachika Ichimura | Ittoku Kishibe | Kōji Yakusho | Tsuyoshi Ihara | Yuma Ishigaki | Kazue Fukiishi | Ikki Sawamura | Yûsuke Iseya | Takayuki Yamada | Sousuke Takaoka | Kôen Kondô | Takumi Saito | Mikijiro Hira | Mitsuki Tanimura | Ken Mitsuishi | Arata Furuta | Meguru Katô | Kazuki Namioka | Gorô Inagaki | Kôshirô Matsumoto | Hiroki Matsukata | Megumi Kagurazaka | Masaaki Uchino | Shinnosuke Abe | Masataka Kubota | Kazutoshi Yokoyama | Seiji Rokkaku

Viewing Notes

Sad I missed this in the theater (was only playing at the Music Box in Chicago and I just couldn’t seem to make it work), but glad to have finally caught it on DVD.

This is probably the strongest film from Miike since Audition, in my book. A really well done period drama that happens to have some epic action in it (rather than an epic action movie with some drama as a plot device), 13 Assassins really hit the mark for me.

I should note that the version I watched was the International version, which excises some of the goofier scenes with the 13th assassin in it, pitching it more as a straight up drama and keeping the tone more solemn. It does also cut some scenes that would have better explained bits of the plot. Overall, I think this version is better for the cuts, but I’d love to see a version that only excises the humorous scenes while leaving the bits of plot intact. I’m not sure what version played in theaters. (The DVD does contain all the cut scenes so you can see what’s missing)

There are a few things worth pointing out that help set 13 Assassins apart. One is the lack of dramatization of the violence. For the most part, violence is done pretty quickly without interjection from Miike. In other words, he doesn’t use music or other types of film conventions in an effort to make us feel one way or another; he’s not manipulating our emotions in that way. (There are a few key scenes where this DOES happen, but I’d agree with those choices)

The other is the lack of music throughout much of the final half of the movie, which is made up almost entirely of one epic battle. The effect of this cannot be understated. The audience gets to hear the clash of steel on steel, the disturbing sounds of swords penetrating and slicing through flesh, and all the other sounds of battle that are usually hidden from us via the score. The lack of music makes the violence real, and keeps it on an even footing for everyone. No matter who the violence is visited upon, it’s raw, unnatural and frank: a death is a death, no matter whether the character is a protagonist or antagonist.

Compare this to Transformers: Dark Side of the Moon, where the score is so chock full of chest swelling surges of patriotic jingoism that it overwhelms the action completely, letting you know exactly how the director wants you to feel and when and for whom.

13 Assassins is well worth the watch, and definitely on my list of top movies I’ve seen this year (that list seems to be full of movies NOT made in Hollywood. Go figure.)

Comments

No comments yet. Log in and be the first!

  BENCHMARKS  
Loading Time: Base Classes  0.0013
Controller Execution Time ( Members / Movie Detail )  0.0242
Total Execution Time  0.0255
  GET DATA  
No GET data exists
  MEMORY USAGE  
548,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
members/sensoria/movie_detail/7113
  CLASS/METHOD  
members/movie_detail
  DATABASE:  movielogr_dev (Members:$db)   QUERIES: 17 (0.0063 seconds)  (Hide)
0.0008   SELECT 1
FROM 
`ml_sessions`
WHERE `id` = 'f6fe7481e4b8fed28ea5f8fd720dbedea907d088'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT GET_LOCK('d4793c41990ddff4195d316cb1b815eb'300) AS ci_session_lock 
0.0002   SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'f6fe7481e4b8fed28ea5f8fd720dbedea907d088'
AND `ip_address` = '216.73.216.111' 
0.0003   SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'sensoria'
 
LIMIT 1 
0.0004   SELECT `MV`.`title_id`, `MT`.`tmdb_id`
FROM `ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
WHERE `MV`.`movie_id` = 7113
AND `MV`.`user_id` = 1
 LIMIT 1 
0.0003   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 1
 LIMIT 1 
0.0002   SET SESSION group_concat_max_len 12288 
0.0015   SELECT `MV`.`title_id`, `MV`.`movie_id`, COUNT(DISTINCT MV.title_id) AS mv_count, `title`, `prefix`, `year`, `imdb_link`, `MT`.`imdb_id`, `MT`.`tmdb_id`, `overview`, `certification`, `runtime`, `genre_id_01`, `genre_id_02`, `genre_id_03`, MAX(MP.filename) AS filename, `G1`.`genre_nameAS `genre_name_01`, `G2`.`genre_nameAS `genre_name_02`, `G3`.`genre_nameAS `genre_name_03`, `date_viewed`, `notes`, `MV`.`format_id`, `FMT`.`format_name`, `MV`.`source_id`, `SRC`.`source_name`, `MV`.`device_id`, `DVC`.`device_name`, `MV`.`rating_id`, `STR`.`star_rating`, `rewatch`, GROUP_CONCAT(DISTINCT(DR.director_name) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS directorsGROUP_CONCAT(DISTINCT(DR.tmdb_director_id) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS director_idsGROUP_CONCAT(DISTINCT(ACT.actor_name) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actorsGROUP_CONCAT(DISTINCT(ACT.tmdb_actor_id) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actor_ids
FROM 
`ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
LEFT JOIN `ml_movie_posters` `MPON `MV`.`title_id` = `MP`.`title_id`
LEFT JOIN `ml_lookup_genres` `G1ON `MV`.`genre_id_01` = `G1`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G2ON `MV`.`genre_id_02` = `G2`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G3ON `MV`.`genre_id_03` = `G3`.`genre_id`
LEFT JOIN `ml_lookup_formats` `FMTON `MV`.`format_id` = `FMT`.`format_id`
LEFT JOIN `ml_lookup_sources` `SRCON `MV`.`source_id` = `SRC`.`source_id`
LEFT JOIN `ml_lookup_devices` `DVCON `MV`.`device_id` = `DVC`.`device_id`
LEFT JOIN `ml_movie_ratings_ten_star` `STRON `MV`.`rating_id` = `STR`.`rating_id`
LEFT JOIN `ml_junction_movies_directors` `JMDON `MT`.`title_id` = `JMD`.`title_id`
LEFT JOIN `ml_directors_new` `DRON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
LEFT JOIN `ml_junction_movies_actors` `JMAON `MT`.`title_id` = `JMA`.`title_id`
LEFT JOIN `ml_actors_new` `ACTON `JMA`.`tmdb_actor_id` = `ACT`.`tmdb_actor_id`
WHERE `MV`.`movie_id` = 7113
AND `MV`.`user_id` = 1
ORDER BY 
`date_viewedDESC 
0.0002   SET SESSION group_concat_max_len 1024 
0.0003   SELECT `event_title`, `JME`.`event_id`
FROM `ml_junction_movies_events` `JME`
LEFT JOIN `ml_movie_events` `EVON `JME`.`event_id` = `EV`.`event_id`
WHERE `JME`.`movie_id` = 7113 
0.0003   SELECT `tag`, `JMT`.`tag_id`
FROM `ml_junction_movies_tags` `JMT`
LEFT JOIN `ml_tags` `MTON `JMT`.`tag_id` = `MT`.`tag_id`
WHERE `JMT`.`movie_id` = 7113 
0.0002   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 1
 LIMIT 1 
0.0002   SELECT `rating_id`
FROM `ml_movies` `MV`
WHERE `MV`.`user_id` = 1
AND `MV`.`movie_id` = 7113
 LIMIT 1 
0.0002   SELECT `star_rating`
FROM `ml_movie_ratings_ten_star` `MR`
WHERE `MR`.`rating_id` = '20'
 
LIMIT 1 
0.0004   SELECT `MV2`.`date_viewed`, `MV2`.`movie_id`
FROM `ml_movies` `MV`
LEFT JOIN `ml_movies` `MV2ON `MV`.`title_id` = `MV2`.`title_idAND `MV`.`user_id` = `MV2`.`user_id`
WHERE `MV`.`user_id` = 1
AND `MV`.`movie_id` = 7113
GROUP BY 
`MV2`.`movie_id`
ORDER BY `MV2`.`date_viewedDESC 
0.0003   SELECT `comment_id`, `comment`, `commenter_id`, `timestamp`, `username`, `email_address`
FROM `ml_comments` `MC`
JOIN `ml_users` `MUON `MU`.`user_id` = `MC`.`commenter_id`
WHERE `movie_id` = 7113 
0.0002   SELECT `username`, `date_viewed`, `MV`.`movie_id`
FROM `ml_users` `MU`
JOIN `ml_movies` `MVON `MV`.`user_id` = `MU`.`user_id`
JOIN `ml_movie_titles` `MTON `MT`.`title_id` = `MV`.`title_id`
WHERE `MT`.`title_id` = 3221
ORDER BY 
`date_viewedDESC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)