Trim video sections with slow motion >>
My Forum

My Forum



SearchSearch   Users   Registration   Entrance
Today: 22.08.2025 - 11:11:30
Pages:  1  

Trim video sections with slow motion

Advertising


AuthorMessage

m3mike

user




Statistics:
Messages: 142
Registration: 11.09.2003

AviSynth works with frames and not timecodes, so to make a part of the video run slower (increase the length), what you should do is first ChangeFPS(original_framerate*slowdown) and then do AssumeFPS(original_framerate). I am also going to assume that you do not want to run SeparateFields/LanczosResize on only vid3, but rather on the entire source. See this example: Code:

---------------------
Message # 1 27.02.25 - 22:33:29
RE: Trim video sections with slow motion

CDCJON551

user




Statistics:
Messages: 2,387
Registration: 05.27.2002

thewebchat , Gavino , thanks for your answers .. The idea is to slow motion by three small parts of the video, for example, from 1951 to 2100, From 3000 to 3200, from 4000 to 4300 .. and the rest in normal video and all together. normal-slow-normal-slow-normal-slow-normal. (video to 23.976 fps) I will try the script, ... ok

---------------------
ICS production
Message # 2 27.02.25 - 22:42:16
RE: Trim video sections with slow motion

BodhiBMW

user




Statistics:
Messages: 36
Registration: 01.31.2002

Please :script:

---------------------
Message # 3 27.02.25 - 22:48:41
RE: Trim video sections with slow motion

Captain Drifto

user




Statistics:
Messages: 4,682
Registration: 12.04.2003

I'm not sure what you're doing, but the script I posted works when I load one of the files I have lying around and run AVISource() on it.

---------------------
Message # 4 27.02.25 - 22:54:05
RE: Trim video sections with slow motion

Spooky36

user




Statistics:
Messages: 50
Registration: 08.19.2001

In principal, that script should work since vid1, vid2 and vid3 all have the same framerate given by 'original_framerate'. However, it is possible that they do not match exactly because of rounding approximations. Try this Code:

---------------------
** New Baby ** 2002 Carbon Black/Caramel M5 Tubi Exhaust
Message # 5 27.02.25 - 23:03:04
RE: Trim video sections with slow motion

MrBlonde

user




Statistics:
Messages: 8,874
Registration: 12.18.2002

why don't you just do an AssumeFPS(vid1) there instead of actually figuring out the exact framerate?

---------------------
Message # 6 27.02.25 - 23:12:08
RE: Trim video sections with slow motion

erikras

user




Statistics:
Messages: 206
Registration: 09.05.2003

Hi, .. thanks Yes, Gavino script now loads, but does the slow motion, start in the frame 729 (keyframe) until the end .. Code:

---------------------
Erik R. '89 325i - SOLD April '06. I miss her. '03 Acura RSX - Daily Driver ASE Master Tech & L1 Adv. Engine Perf. and Mechanical Engineer
Message # 7 27.02.25 - 23:18:42
RE: Trim video sections with slow motion

///MWorkin

user




Statistics:
Messages: 266
Registration: 06.09.2002

It wasn't clear from your original script which parts you wanted to slow down, so the solutions posted earlier did not match your expectations. Here's a revised version, changing the method slightly and incorporating kemuri-_9's suggestion. Code:

---------------------
Message # 8 27.02.25 - 23:28:29
RE: Trim video sections with slow motion

jb325

user




Statistics:
Messages: 544
Registration: 02.05.2002

I made a function for this. Search for RangeFPS.

---------------------
Message # 9 27.02.25 - 23:32:44
RE: Trim video sections with slow motion
Recommended System for Mix Plus System : Previous topicNext topic: Can u import more than 1 Quicktime movie?
Pages:  1  

Message
Name
Message

Click on the dot next to the name to address the participant

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


Participants