logo Sign In

Howard The Duck - special edition (Released) — Page 5

Author
Time
if dark jedi's other stellar hd2dvd releases are any indication this should be a great release.

“Always loved Vader’s wordless self sacrifice. Another shitty, clueless, revision like Greedo and young Anakin’s ghost. What a fucking shame.” -Simon Pegg.

Author
Time
Originally posted by: skyjedi2005
if dark jedi's other stellar hd2dvd releases are any indication this should be a great release.


I concur! Monster Squad was beyond belief!

DJ: what problems are you having with the h.264 codec?

What’s the internal temperature of a TaunTaun? Luke warm.

Author
Time
I too can't wait to see this. He has top men working on it right now. Top men.

It's gonna be cool, kids!
Author
Time
I got Dark Jedi's "TZ: The Movie" HD2DVD, which I was SO grateful to have after my own lousy attempts to convert the HD transport stream I downloaded! It seems to me I never said a proper thank you for that, so... thank you, DJ...

And if that conversion is any indication, we are indeed in for a treat!

BTW, any intention of re-adding or re-incorporating the missing shots? I'm guessing they could be taken from an LD source, matted to match, then sandwiched in? (Hmmm... something's telling me that might get a bit grainy...

Well anyway, TIA to DJ and his secret helper!
Author
Time
Originally posted by: slark
I got Dark Jedi's "TZ: The Movie" HD2DVD, which I was SO grateful to have after my own lousy attempts to convert the HD transport stream I downloaded! It seems to me I never said a proper thank you for that, so... thank you, DJ...

And if that conversion is any indication, we are indeed in for a treat!

BTW, any intention of re-adding or re-incorporating the missing shots? I'm guessing they could be taken from an LD source, matted to match, then sandwiched in? (Hmmm... something's telling me that might get a bit grainy...

Well anyway, TIA to DJ and his secret helper!


Wait...those shots were cut out?! Can anyone confirm this?

What’s the internal temperature of a TaunTaun? Luke warm.

Author
Time
Originally posted by: Mavimao


Wait...those shots were cut out?! Can anyone confirm this?


I was assuming that the source we're talking about here is the PAL HD sat ("Sky") broadcast mentioned a few pages ago...

D'Led an XviD of a SD capture of that broadcast a few weeks ago and it is indeed the edited UK version.

No biggie, really.

Author
Time
i am le sad

What’s the internal temperature of a TaunTaun? Luke warm.

Author
Time
"DJ: what problems are you having with the h.264 codec?"

I cant convert this damn h264 file into something that avisynth and cce can work with properly,it is entirely different than the normal .ts HD files,so if you have any ideas,fire away.

someone mentioned to use ConverXtoDVD,well for shits and giggles I tried it on a sample clip,the video actually didnt look to bad,but the sound was way out of whack,but i would prefer to use the avisynth method I used on ALL my other HD2DVD projects,because I like the better control you have,plus I want to do a NTSC and PAL version.

so like I said,if any one has any ideas,let them fly,because I am not going to spend months on trying to figure this out,I came close to deleting everything a couple of times already LOL

DJ
Author
Time


directshowsource("D:\Home Projects\HTD\howard.the.duck.1920x1080p.dd2.0.ts", fps=25, convertfps=true)
Crop(0,0,0,-8)
lanczos4resize(720,576)
ConverttoYUY2

as long as you have x264 playback (coreAVC perhaps) this will pipe it into CCE just fine
Rip the ac3 with projectx but make sure you have it replace frames or blank because of the stream error at around 5 minutes in. if not it will knock out your ac3 timing. when its demuxed you will find that you will have to resync the audio by around -3000ms to -4000ms (i forget what now exactly)

NTSC

Change resize and pipe in to CCE at 25fps and use CCE's 23.97 framerate. be sure to turn off pulldown because CCE tries to IVTC (you dont want to do this) or I guess you could try and use assumefps(23.976) in avisynth instead. then run pulldown.exe on the file
pitch PAL audio (the one you resynced) to NTSC and resync
Author
Time
Originally posted by: dark_jedi
"DJ: what problems are you having with the h.264 codec?"

I cant convert this damn h264 file into something that avisynth and cce can work with properly,it is entirely different than the normal .ts HD files,so if you have any ideas,fire away.

someone mentioned to use ConverXtoDVD,well for shits and giggles I tried it on a sample clip,the video actually didnt look to bad,but the sound was way out of whack,but i would prefer to use the avisynth method I used on ALL my other HD2DVD projects,because I like the better control you have,plus I want to do a NTSC and PAL version.

so like I said,if any one has any ideas,let them fly,because I am not going to spend months on trying to figure this out,I came close to deleting everything a couple of times already LOL

DJ

You could try a program called Super
http://www.erightsoft.net/S6Kg1.html

Author
Time
ProjectX for me,wont open the file,it is a h264.ts file,please keep the suggestions coming,believe me I will try ALL.
thanks
DJ
Author
Time
version 0.90.4.00 (doom9 has it) opens h264, I've used it for my own personal (not being released) HTD conversion. you just wont be able to see anything (will get a error while decoding frame..etc..), however, you can still demux the ac3 fine though.
Drag howard.the.duck.1920x1080p.dd2.0.ts into the filename bit then click on the file it will display 2 PIDs in the Preview screen

0x201(H.264)
0x295(AC-3)
This just shows that it has identified the streams even if it can't play them

Click on the prepare button, goto Presettings/audio tick fill gaps with previous frame (your preference), go to output and have only AC3/DTS Audio ticked in 'stream types to process' then close presettings. make sure in Action - demux is ticked and process it. it will take a while.

Alternatively you could use CCE to dump the ac3 as a WAV or mp2....


Author
Time
thanks CW I found it,I will try it tonight.
Author
Time
OK CW I tried your script above and the video turned out great,but the sound is a mile off,what proggie do you use to set a delay of 1 minute LOL,the speech is waaaaay ahead of the mouths.
DJ
Author
Time
Can't reply to PM because my box is full atm

but to answer your questions,

Audio sync

I use Media Player Classic because by using the + & - keys on your number pad you can resync audio - it just takes a while. I then use dvdlab pro to render a new ac3 without the delay using the audio delay tool. you could also use a tool called delaycut.exe - that does the same thing

alternatively you could use something like hypercube or besweet to dump the ac3 to wav (its only 2ch audio so that helps alot) but you could lose about 3db of volume with besweet and use something like vegas video* to normalise & sync it all up visually, then use besweet or vegas ac3 encoder or dvdlabpro with tmpgenc plugin to convert back to ac3..

*vegas video doesn't like Mpeg2 elementary video streams, use TMPGENC tools to mux video + no audio to get an mpg that vegas will open.

NTSC

In the PAL version I used convertfps=true - you dont actually need this really because the source is PAL ( I cant remember why I used it now - must have been a reason) take it out for NTSC (convertfps does frame blending rather than slowing down frame timings)
The Fps=25 tells directshow the framerate of the source - it needs to know this to playback correctly. Changing it to fps=23.976 doesn't 'break' anything but I prefer to leave it at 25 and use CCE to do the 23.97 itself because its doing the job anyway even when you use avisynth to do it... so..

directshowsource("D:\Home Projects\HTD\howard.the.duck.1920x1080p.dd2.0.ts", fps=25)
Crop(0,0,0,-8)
lanczos4resize(720,480)
ConverttoYUY2

Using CCE to change framerate
or

directshowsource("D:\Home Projects\HTD\howard.the.duck.1920x1080p.dd2.0.ts", fps=23.976)
Crop(0,0,0,-8)
lanczos4resize(720,480)
ConverttoYUY2

CCE receives correct frame rate but does it itself anyway

or even

directshowsource("D:\Home Projects\HTD\howard.the.duck.1920x1080p.dd2.0.ts", fps=25)
Crop(0,0,0,-8)
Assumefps(23.976)
lanczos4resize(720,480)
ConverttoYUY2

CCE receives correct frame rate but does it itself anyway

NTSC Audio

convert the audio (usually if your ac3 is 5.1 but 2.0 is ok too) with besweet - the belight frontend seems quite good - theres a setting to do 25000 to 23976 you do loose about 3db of volume doing this but its not that noticable by most people

or you could pitch the audio in vegas..

You should have enough to go on now, also, doom9 is your friend - as is the avisynth documentation
Author
Time
Originally posted by: CW
Can't reply to PM because my box is full atm

but to answer your questions...



Damn, man - if you're a "Padawan Learner", I aint a gleam in a lustful Jedi's eye!
Author
Time
OK I have some samples I wouldnt mind if some of you guys would check out before I go nuts encoding the whole thing,so if interested,the PAL version sample is up on RS now,the NTSC version is being uploaded right now,so links available soon for that version,now keep in mind,this is ONLY a 2 pass CCE encode,I will have it much higher on the final,but my main concern is A\V synch,I think I got it,but after looking at it so much,I think I might just WANT to have it,so I need more eyes LOL.
I dont think I can post links in the open,so just PM me and I will give you the links,the files are roughly 215 meg VOB samples.
thanks to CW for all his help
DJ

UPDATE - The NTSC version is upped now too,so I can give you either links or both,I would like both checked,thanks.
(BOTH files are 16:9 Anamorphic Widescreen and in DD 2.0)

http://img175.imageshack.us/img175/999/howardkn8.jpg
http://img175.imageshack.us/img175/9426/howiewz5.jpg
Author
Time
Hey DarkJedi,

Looking good. I'm looking to do something with HowardHD myself, and I was wondering if you had done anything about the amount of dirt which appears on the print?

Again, Nice Job!

Save London’s Curzon Soho Cinema

Author
Time
So, as far as I can understand from the thread, there are two brief cuts. Are they going to be included at all? Maybe as a minor extra?

To contact me outside the forum, for trades and such my email address is my OT.com username @gmail.com

Author
Time
Originally posted by: klokwerk
So, as far as I can understand from the thread, there are two brief cuts. Are they going to be included at all? Maybe as a minor extra?
Perhaps someone could add windowboxed versions of the shots from a VHS? It would suck, but the film should be "complete". If not, adding them in as an "extra" the same way would be nice.

Also, what else is definitely going to be on this release?

DVDTalk Reviews | Twitter | facebook | Blu-Rays

1 The Guard | 2 The Tree of Life | 3 Another Earth | 4 Drive | 5 Contagion

Author
Time
I just want to thank the 3 people to look at these clips,Slark,DarthBoMan,and my friend Cassidy,your input is greatly appreciated

I have another question though,does anyone have from either laserdisc or something of where the chapter stops should be on this,or should I just guess?
also if anyone has some nice wallpapers or anything that would be good for the dvd-rom folder,please let me know,I would like to add some cool goodies.

Plus I think I am ready to start doing the DVD's now,I have deleted ALL test clips and samples,and have finalised my avi scripts,so stay tuned for anyone that is interested.

DJ

Author
Time
dark jedi I am very much interested in getting a copy, those screenshots were awesome!

“Always loved Vader’s wordless self sacrifice. Another shitty, clueless, revision like Greedo and young Anakin’s ghost. What a fucking shame.” -Simon Pegg.

Author
Time
Originally posted by: dark_jedi
I just want to thank the 3 people to look at these clips,Slark,DarthBoMan,and my friend Cassidy,your input is greatly appreciated

I have another question though,does anyone have from either laserdisc or something of where the chapter stops should be on this,or should I just guess?
also if anyone has some nice wallpapers or anything that would be good for the dvd-rom folder,please let me know,I would like to add some cool goodies.

Plus I think I am ready to start doing the DVD's now,I have deleted ALL test clips and samples,and have finalised my avi scripts,so stay tuned for anyone that is interested.

DJ


WOW! I haven't even managed to get the sample (I am having some minor problems with rapidshare)... but that is great news! Do you still want my opinion of the clip when I'm done downloading?

Thanks for doing this DJ!
/DBM

-x- I aim to misbehave -x- www.gamerworld.se -x-

Author
Time
"WOW! I haven't even managed to get the sample (I am having some minor problems with rapidshare)... but that is great news! Do you still want my opinion of the clip when I'm done downloading?"

yes indeed I do,I welcome ALL comments

DJ