logo Sign In

Brooks

User Group
Members
Join date
8-Jun-2012
Last activity
1-Dec-2016
Posts
310

Post History

Post
#589330
Topic
StarWarsLegacy.com - The Official Thread
Time

hairy_hen said:

...no one but LFL actually has any legal right to them whatsoever.  Believe me, I wish that were otherwise as much as anyone, but it isn't.  So when talking about making a film restoration from the kind of materials that Mike has access to, there is no way most of that can be mentioned openly in a public forum...

Sorry, don't mean to go off topic, but this is a question that's been bothering me for a while.  It's always been apparent that Lucas owns the rights to Empire and Jedi having funded them himself rather than going through the studios, but doesn't Fox have a say in Star Wars itself?  Does Lucasfilm have exclusive control of it as well?

As for the chats, I look forward to sitting in on one, though I doubt I'll have much to contribute other than encouragement.  I have precious little expertise in technical matters :)

Post
#588247
Topic
Making our own 35mm preservation--my crazy proposal
Time

negative1 said:

episode 5 is safely transferred.

however, there might be some improvements

coming. we'll see. i'm not involved with that.

also, there are some solid leads for return of

the jedi.

 

later

-1

That's great news, keep us informed on these two! Empire is my favorite as I was 6 when I saw it in 1980 and it began my star wars obsession.  And though Jedi isn't most people's favorite of the trilogy, it is, in my opinion, the one that was most grievously wounded by the special edition hacks. The space battle at the end and Luke's duel with Vader are pinnacle moments of the trilogy that deserve the full treatment.

Post
#585968
Topic
Making our own 35mm preservation--my crazy proposal
Time

lucasdroid said:

none said:

I'm not a lawyer and my advice cannot and should not be construed as legal advice, but the forums maybe better off with a general legality discussion thread to alleviate these as the thread turns and to collect our delusions of grandeur into one big humorous mess.

Good idea.

I second that idea.  Let's not derail the thread.

Also, this site (and the internet in general) is FULL of star wars re-edits and restorations.  This one might be higher quality than some others but it's still not competition for the blu rays (which are, themselves, easily downloaded by anyone inclined to do so).  I've seen articles about Adywan's versions on Cracked.com and other sites, he's not in jail (right?)

Post
#585752
Topic
Brooks's Adventures in VHS preservation (Released)
Time

Ok, I've attempted an ivtc.  I don't know if you can tell if it's working on vimeo or not (it looks all stuttery when I stream it on my computer, but my connection is really slow, does vimeo convert back to 30fps??), but here it is on vimeo and mediafire.  Does it look like it worked to you guys?

 

vimeo:

https://vimeo.com/45876395

 

(mediafire link 35mb):

http://www.mediafire.com/?7v3j5k3b362yc5i

Post
#585396
Topic
Harmy's STAR WARS Despecialized Edition HD - V2.7 - MKV (Released)
Time

These HD projects are a real revelation to me.  There's so much detail in the sets that I never noticed before (including watching it in theaters as a kid, I think we forget how crappy most theaters were in the olden days, at least in the small towns and army bases I lived on in the late 70's early 80's).

I can't wait for this one!  :)

Post
#585316
Topic
Brooks's Adventures in VHS preservation (Released)
Time

The Divx codec did the trick.  So now I've opened my script in vdub and tried looking for the frames like omegamattman said but I don't really know what to look for or how to count them.  

 here's about 100 frames uncompressed from vdub after running the separate fields script if any of you has the free time and inclination to look at it and see if you can help me figure out what frames need to go (57mb)

http://www.mediafire.com/?6i85yub38uzyram

This is a complicated hobby! :)

Post
#585162
Topic
Brooks's Adventures in VHS preservation (Released)
Time

OmegaMattman said:

If you want to make these progressive without stuttering, you may want to consider doing a manual IVTC to remove the pulldown.  This can be done fairly easily with AVISynth and VirtualDub (both free software).  It's a little time consuming, but there's less chance of error.

Assuming you're starting with an AVI file, start by separating the fields in an AVISynth script.

Example:
avisource ("yourvideo.avi")
separatefields

Next, open the script in VirtualDub.  Find an early section with some obvious movement (like the flying "Star Wars" logo)...and then get ready to start counting.  The goal is, out of 10 frames (actually fields), to figure out the duplicate "junk" frames and eliminate them.  You want to change the pattern from "2,3,2,3" to "2,2,2,2".  I'd recommend starting with a frame ending in "0".

Once you have the pattern counted, use the "selectevery" function in AVISynth to specify the frames you're keeping and then "weave" them back together.

Example:
avisource ("yourvideo.avi")
separatefields
selectevery (10,0,1,3,4,5,6,8,9)
weave


Then, just scan through your video for any combing.  When it appears, the pattern has changed and you'll need to go back and figure out a new IVTC pattern for that next segment.

 

I've been trying to do this, my virtualdubmod won't open my script.  It said "AVISource couldn't locate a decompressor for fourcc".  I looked it up and it seems it doesn't have a codec to read DV, so I installed the Cedocida DV codec and then I got the error "couldn't locate decompressor for format YV12."  This is feeling really complicated to me, is there no commercial program that can do this more simply?  Is the ivtc really a dramatic improvement?  :(