Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[versions] Star Trek II The Wrath of Khan (1982)
#1
It's probably a good idea to have a generic thread to discuss this film, especially the different versions of it.  This thread is also where I'l park useful links and other information for future reference.

IMDb
UCLA Workprint Details
2016 BD Review


The ShoWest Trailer
Reply
Thanks given by: PDB , eldiablosuizo
#2
Synchronizing the R1 DVD to the 2016 BD

The R1 DVD of the DC differs in frame-count compared to the relevant playlist (00801.mpls) on the 2016 BD.

Demux the DVD with PGCDemux.  Make an index with DGIndex,ensuring that Field Operation is set to Honor Pulldown Flags.
Code:
DVD = \
MPEG2Source("filepath.d2v") \
.TFM(d2v="filepath.d2v",slow=2) \
.TDecimate()

sync = \
blankclip(DVD,length=2) ++ \
DVD \
.DuplicateFrame(153968,144365) \
.DeleteFrame(141034) \
.DuplicateFrame(128821,73323,29592) ++ \
++blankclip(DVD,length=50)

return sync

Synchronizing the Sky HDTV Broadcast to the R1 DVD

After you correctly slow down the Sky HDTV cap of the DC, you need add only an initial delay of 42 frames to sync it to the R1 DC DVD; consequently, you can mux in the audio tracks from the latter after applying a negative delay (and accounting for the +4ms delay with which the DVD's tracks are flagged).

Code:
eac3to input output -1747ms
(-42*41.7ms=-1751.4ms)
-1751+4ms=-1747ms

Synchronizing the Sky HDTV Broadcast to the 2016 BD

Code:
Loadplugin("filepath\dgdecnv2053\DGDecodeNV.dll")

HDTV=DGSource("filepath.dgi")

HDTV2 = \
blankclip( HDTV, length=44 ) ++ \
HDTV.DuplicateFrame(153926,144323) \
.DeleteFrame(140992) \
.DuplicateFrame(128779,73281,29550) \
++blankclip(HDTV,length=85)

Theatrical Cut 2016 BD
01064.m2ts
01065.m2ts
01067.m2ts
01068.m2ts
01070.m2ts
01116.m2ts
01073.m2ts
01074.m2ts
01076.m2ts
01077.m2ts
01079.m2ts
01080.m2ts
01082.m2ts
01083.m2ts
01085.m2ts
01086.m2ts
01088.m2ts

Director's Cut 2016 BD
01064.m2ts
01066.m2ts
01067.m2ts
01069.m2ts
01070.m2ts
01072.m2ts
01073.m2ts
01075.m2ts
01076.m2ts
01078.m2ts
01079.m2ts
01081.m2ts
01082.m2ts
01084.m2ts
01085.m2ts
01087.m2ts
01088.m2ts
Reply
Thanks given by:
#3
Very nice thread Chew. Here is one more you can include:

The ShoWest Trailer (which has the same deleted scenes, alt takes and longer takes)

FIRE!
Reply
Thanks given by:
#4
Thanks!  I've added the ShoWest trailer to the OP.

I've also posted a script to sync the R1 DVD (DC) to the 2016 BD.

EDIT:  I've added my syncing details to post#2.

Star Trek II Titles NEW



Behind the Scenes Photos


A Redone Effects Sequence

Reply
Thanks given by:
#5
The old Read Along version...



Reply
Thanks given by:
#6
I’ve seen a lot of examples of redone effects in modern cgi for TWOK. But this has always been my favorite. It reminds me of the old vector graphics of the era.

Reply
Thanks given by: spoRv
#7
Thanks for the link, PDB; this reminded me the old Vectrex console, even if this is a glorified supercharged version... just great, kudos to the creator!
Reply
Thanks given by:
#8
^^ Yeah, that one does a nice retro feel.

This series of videos is the most technically impressive I've seen.

Code:
https://www.youtube.com/playlist?list=PLCjcrLTw49pIi9zpAINqSHUwT4NPI1Lya
Reply
Thanks given by:
#9
finally found confirmation that the 70mm did not include the II on the title which is weird since the UK 70mm print did include it

   
Reply
Thanks given by:
#10
(2019-01-04, 11:56 AM)Bigrob Wrote: finally found confirmation that the 70mm did not include the II on the title which is weird since the UK 70mm print did include it

Two vintage and faded US 35mm prints that showed up on eBay were missing the II also. So it’s not just a 70mm thing as previously thought.
Reply
Thanks given by: Bigrob


Possibly Related Threads…
Thread Author Replies Views Last Post
  Are Adywan’s Star Wars revisited lightsabers going to look like this? jedimasterplo 0 990 2021-12-13, 01:39 AM
Last Post: jedimasterplo
  When it comes to the Star Wars prequels and the original trilogy cgi. jedimasterplo 11 3,206 2021-09-02, 07:38 PM
Last Post: jedimasterplo
  About Hard-Coded Subs on Star Wars Saga 4K bendermac 7 4,597 2020-05-01, 11:15 PM
Last Post: Beber
  Disney+ Star Wars is 4K Hitcher 79 40,415 2020-04-07, 09:03 PM
Last Post: Beber
  Blade Runner (1982): color-timing; different versions; audio mixes Chewtobacca 30 29,361 2017-11-23, 09:53 PM
Last Post: Chewtobacca

Forum Jump:


Users browsing this thread: 1 Guest(s)