interlaced slow motion >> Forum Sponsors >> Our Forum Techna

techna.site

Our Forum Techna



SearchSearch   Users   Registration   Entrance
Today: 02.08.2025 - 16:50:07
Pages:  1  2  

interlaced slow motion

Advertising


AuthorMessage

SHV

users




Statistics:
Messages: 310
Registration: 10.13.2003

(2 instances changefps() and fieldseparated video does not work for unknow reasons... I've gotten such weirdness in past, too) this is much easier to achieve with a full framerate deinterlacer (bobber) like kerneldeint. my script to do so: Code:

---------------------
Message # 1 25.05.25 - 02:01:04
RE: interlaced slow motion

KilljoyM3

users




Statistics:
Messages: 615
Registration: 02.27.2001

you rock, thank you... nice to know my theary was corret and it was just an avisynth strangness... this should be fixxed as the events leading up the error can be very common.

---------------------
Message # 2 25.05.25 - 02:05:47
RE: interlaced slow motion

gooten1

users




Statistics:
Messages: 965
Registration: 11.23.2003

wow, that is a tricky script... good thing I use alot of (a ? b : c) in my perl scripting or I would not be able to grasp it... as it is, it looks nice, and I can grasp it, and it seems as tho it would work in all sorts of strange situations. did you develop the routine after reading my question, or did you have it before?

---------------------
Message # 3 25.05.25 - 02:13:10
RE: interlaced slow motion

bbg325is

users




Statistics:
Messages: 506
Registration: 08.18.2002

I've done this kiind of speedup/slowdown earlier but it wasn't built into an AVS function. I've just written down it out of my head within some minutes... Tested it a little bit, and now you have the ultimative speed-changer for AVS :)

---------------------
Message # 4 25.05.25 - 02:23:47
RE: interlaced slow motion

madddskillz

users




Statistics:
Messages: 630
Registration: 07.28.2003

where do I get 'mvtools.dll version 0.9.2.2'?

---------------------
Message # 5 25.05.25 - 02:30:12
RE: interlaced slow motion

cheech

users




Statistics:
Messages: 139
Registration: 11.10.2003

Get it here:

---------------------
Message # 6 25.05.25 - 02:39:59
RE: interlaced slow motion

jpropane

users




Statistics:
Messages: 286
Registration: 08.25.2002

To affect just some frames clip.Trim(900,1025),ChangeSpeed(....) This will return just those clips changed in speeds, then use the ++ operator to join the sections you did not want changed. To change the speed of audio without pitch distortions use the timestretch command: put "sound = a.TimeStretch(tempo=((1/factor)*100))" at the beggining, and: "AudioDub(sound)" at the end.

---------------------
Message # 7 25.05.25 - 02:45:42
RE: interlaced slow motion

m3pete

users




Statistics:
Messages: 11
Registration: 06.27.2003

Q1 - scharfis_brain's "changespeed" function works well except when attempting to uses mode "2" (motion compensated frame interpolation). I am assuming this is due to my using MaskTools_1.5.1.0. Does it no longer include the required "mvconvertfps"? While on the subject of the "changespeed" function...anyone see a reason why "KernelDeint" could not be replaced with "LeakKernelDeint"? Just don't want to be unpleasantly surprised. Q2 - Valky! How did you get that script to allow a segmented slow-motion request? My attempts keep failing. I was also advised that mixed framerates are illegal in an avs script. Regards, Tio

---------------------
Pete 2002 M Coupe 2011 X3 2008 M3/4 sold 1998 M3/4 sold
Message # 8 25.05.25 - 02:52:38
RE: interlaced slow motion

95DinanM3

users




Statistics:
Messages: 49
Registration: 05.30.2002

Tio - 1. mvtools and masktools are entirely different filters. You can find both on that page. 1a. The simple API this function uses is fully compatible with Leak's. 2. changespeed does not change the fps, it inserts or removes frames as necessary, but more intelligently than my earlier lame suggestion. ;p Thanks for digging this up, I should save that script. Edit: You might need to use one of the old versions, since later versions changed a lot of the internals. In particular, 0.9.5 was current when this thread was hot.

---------------------
Message # 9 25.05.25 - 03:01:01
RE: interlaced slow motion

RoyL

users




Statistics:
Messages: 117
Registration: 12.20.2003

@foxyshadis Thanks for tagging along and setting me on the straight and narrow again regarding the items listed above. ;-) Me thinks the frustration factor blinded me to the fact I was looking at two completely different filters. I can verify though that the latest "mvtools" is different from the one suggested by scharifs_brain and will not work with the "changespeed" function. The earlier one is 5kb larger so I am guessing that functionality may have been removed. I might also add that now being able to use that mode has stunned me. The output looks great but getting there is a trial of patience. I usually encode HD material at 6fps but using mode 2 on this function/filter I get 3spf (seconds per frame)! Thankfully I am only encoding 3 seconds of slo-motion. Appreciate all your input!

---------------------
The most effective way to hide the truth is to make those that see it appear as fools.
Message # 10 25.05.25 - 03:05:06
RE: interlaced slow motion
Any laptops with good firewire/express card slots still available? : Previous topicNext topic: Vocal part too high for my range,what to do
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants