logo Sign In

Chewtobacca

This user has been banned.

User Group
Banned Members
Join date
25-Jul-2009
Last activity
19-May-2021
Posts
2,093

Post History

Post
#982071
Topic
Motion Compensated Frame Rate Conversion -- free/cheap alternative?
Time

For the second option in my post above, I deinterlaced the clip with QTGMC and then used SmoothFPS2, which uses MVTools.

function SmoothFPS2(clip source, int num, int den) { 
super = MSuper(source, pel=2, hpad=0, vpad=0, rfilter=4)
backward_1 = MAnalyse(super, chroma=false, isb=true, \
blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24))
forward_1 = MAnalyse(super, chroma=false, isb=false, \
blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24))
backward_2 = MRecalculate(super, chroma=false, backward_1, \
blksize=8, searchparam=1, search=3)
forward_2 = MRecalculate(super, chroma=false, forward_1, \
blksize=8, searchparam=1, search=3)
backward_3 = MRecalculate(super, chroma=false, backward_2, \
blksize=4, searchparam=0, search=3)
forward_3 = MRecalculate(super, chroma=false, forward_2, \
blksize=4, searchparam=0, search=3)
MBlockFps(source, super, backward_3, forward_3, num, den, mode=0)
}

MPEG2Source("25i Thomas.d2v")
QTGMC()
SmoothFPS2(60000,1001)

EDIT: Here’s an improvement. Replace the second part (that is, after the function) with what follows.

MPEG2Source("25i Thomas.d2v")
QTGMC()
SmoothFPS2(60,1)
ChangeFPS(60000,1001)

This is better (as far as I’m concerned) because the video goes from 50p to 60p before being brought down to 59.94fps, resulting in fewer interpolated frames. Using ChangeFPS() results in one frame in every 1001 being discarded, but with so many interpolated frames, it hardly matters. And it’s better than calling AssumeFPS() and having to adjust the audio (at least to me).

Post
#977869
Topic
Info: Star Trek HD Caps
Time

pittrek said:
Correct, that’s the thing I’m searching for. Reason : I have a youtube channel where I compare various versions of different Trek episodes / movies. So if any of you guys could upload somewhere the said segment I’d be grateful

Oh, I see. You could recreate it quite easily because the error is only a visual one: a shot of Sulu is incorrectly repeated, but the audio track is correct, so all you’d have to do is swap the shot to make your comparison.

http://trekcore.com/blog/2016/06/one-more-change-in-the-new-star-trek-wrath-of-khan-directors-cut/

Post
#961514
Topic
How to pitch shift an AC3 file without affecting length/tempo?
Time

NeonBible said:
How would I achieve this without re-compressing the AC3?

If you’re talking about modifying the file itself, then you can’t. This sort of change requires re-encoding.

If you want to do it on playback, some people use ReClock. I’ve never used it myself and don’t intend to start. Based on what you’ve described, I’d probably change the frame-rate of the video too and re-encode the audio.

0.94 would be about right.

If you decide to re-encode, try this.

LoadPlugin("TimeStretch.dll")
WhateverSource()
TimeStretchPlugin(pitch=94)

I’m not sure I understand your reference to 8%.

Post
#959328
Topic
The Place to Go for Emotional Support
Time

Mike O said:
I’m starting to think that your solution, while I don’t want to consider it, might be a necessity…
…I feel like a relapsing drug addict.

That is indeed an effective analogy. What you are going through has the hallmarks of anxiety, depression, and obsession, but it’s also in some ways like addiction. Addicts have to be mindful of people, places, and paraphernalia.

Post
#958913
Topic
The Place to Go for Emotional Support
Time

Why isn’t it simple to swap a smartphone for a basic model that can be used to call and text but little else? Such models are very cheap, the swap does not have to be long term, and the other activities that Mike O mentioned can be carried out in other ways.

And (though moviefreakedmind did) I wouldn’t suggest that Mike O get rids of his computer. In previous posts, I’ve suggested ways in which he could limit access but still carry out essential tasks.

Post
#957722
Topic
The Place to Go for Emotional Support
Time

Bingowings is right. You have to change your telephone. Get your family, friends, and colleagues to help you restrict your access to these videos. I mentioned this early in the thread and feel it’s a step that you should really try to take at this stage.

And we may be strangers on the internet, but that doesn’t stop us from genuinely caring about your welfare or from being here for you as much as we can be. Stay in touch.

Post
#955465
Topic
The Place to Go for Emotional Support
Time

Mike O said:
But I can stop repeating what I heard in my head, over and over, like a CD on repeat, racking through my mind.

That’s a sign of anxiety. What you’ve gone through is a kind of trauma, and that’s your mind’s response to it. Other people have experienced this response too: it is not something that is unique or abnormal about you. It is important that you know that.

The repetition that you are describing has stopped for other people, and it can stop for you too. But you will need the support (and care) of others. Above all, you need to allow yourself plenty of time to recover.

Post
#954837
Topic
team negative1 - star wars 1977 - 35mm theatrical version (Released)
Time

g-force said:
In general, I agree Chewie. But, my favorite method of viewing downloads lately is to put it on a USB drive and plug into my Blu-Ray player. My Blu-Ray player is not smart enough to know what to do with an iso. Just sayin’.

That’s true, but I’m talking about redistributing the original upload in a way in which people can have confidence that they have what is legit/uncorrupt. We’ve had all sorts of problems in the past when people get hold of corrupt copies. The confusion caused tends to run on and on and clog up threads. (It’s a bit like when studios release fixed versions of discs but vendors don’t replace their stock, so the threads on Blu-ray.com are filled with people asking about disc codes and marks on packaging and the like.)

towne32 said:
Oh okay. I was pretty sure that this was about extracting from rar files.

Ah, so the archive was extracted, rather than the ISO. That’s different. I didn’t imagine that someone would put rar files on the spleen.

Post
#954820
Topic
team negative1 - star wars 1977 - 35mm theatrical version (Released)
Time

towne32 said:
Do you mean they extracted it and rebuilt it for the spleen version?

I was referring to this post.

SnooPac said:
The version that ended up on spleen was just the exact extracted ISO from Usenet. No changes were made. Not intentionally, anyway.

I took it to mean that the ISO had been extracted – somebody always does this. People don’t always view extracting it as changing it, which is how I interpreted the second half of the post. Maybe I misinterpreted it, but it’s happened before that extracting the ISO has caused problems with checksums and the like.