Disable All Advertising
Image
EAN-130096009990695   EAN-13 barcode 0096009990695
UPC-A096009990695   UPC-A barcode 096009990695
Product NameMidnight Horror Collection Puppet Master V.2
LanguageEnglish
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionDVD
Amazon.comA Buy on Amazon ~ B0050UEVFA
Price New0.94 US Dollars    (curriencies)
Price Used0.47 US Dollars    (curriencies)
RatingR - Restricted
IMDbNot on IMDb
Run Time240 minutes
CastChandra West, Gordon Currie, Jason-Shane Scott, Nicholas Guest
GenreHorror
Run Time240 minutes
Width5.5 inches    (convert)
Height0.5 inches    (convert)
Length7.5 inches    (convert)
Weight20 hundredths pounds    (convert)
BindingDvd
FormatMultiple Formats, Color, Full Screen, NTSC
Published07/12/2011
Run Time240 minutes
Long DescriptionPuppet Master IV Blade, Tunneler, Pinhead and the newest head-swapping puppet, Decapitron, go toe-to-toe with their most menacing enemy yet—a team of terrifying, gremlin-like creatures targeting a young scientist, Rick ( Gordon Currie , Highwaymen ). As the creatures attempt to terminate his research, they leave a deadly path of destruction...until the puppets get in their way. Puppet Master IV has "creative effects and a sense of fun" that make it a must-have title in this classic horror series (Blood Brothers). Puppet Master V In the fifth installment of the classic horror series, the greedy Dr. Jennings has come to capture Blade, Six Shooter, Jester, Pinhead, Torch, Tunneler and Decapitron to sell them as military weapons. Meanwhile, Sutec—a dark pharaoh from another dimension—has sent his minion, Totem, to kill Puppet Master, Rick ( Gordon Currie ), and steal the magic which animates the puppets. Caught between the two foes, the half-pint heroes must revive Decapitron and preserve the magic formula which gives them life...while Rick's life hangs in the balance. Curse of the Puppet Master Andre Toulon's puppets have a new master in backwoods scientist, Dr. Magrew. While desperately attempting to duplicate the great Puppet Master's work, Dr. Magrew convinces a young wood carver to join his team. But when the doctor starts to experiment with humans all Hell breaks loose. As captives in Dr. Magrew's "House of Marvels," the puppets have watched silently as lives have been destroyed with every failed experiment. Now, the deadly puppets' hunger for revenge is the only way to stop the legacy of evil.
Similar Items0096009967291: Midnight Horror Collection Puppet Master
Created04-17-2012 8:08:22pm
Modified04-29-2020 11:20:20am
MD5a993e8a29b60760dde1b33c29dfd8ddb
SHA2564a35fdf8843d86fd749c4365fdfa56f7c247197758f9fcac123f0a22d8e6ef8d
Search Googleby EAN or by Title
Query Time0.0091610

An article of interest

The Main EANData blog

MSI Barcodes

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.