Manipulating frame order on all files in a folder >> Investment Strategies >> Forum
Forum

Forum



SearchSearch   Users   Registration   Entrance
Today: 12.07.2025 - 05:45:53
Pages:  1  

Manipulating frame order on all files in a folder

Advertising

.
MessageAuthor

IanB, is there an advantage of using + instead of ++ when we don't care about audio/video sync ? Speed ? I tend to use ++ all the time just in case I modify later my script, but I never checked if there was a speed penalty.. ?

-------------------------------

einhander

users




Statistics:
Messages: 979
Registration: 10.01.2002
25.02.25 - 05:43:36
Message # 1
RE: Manipulating frame order on all files in a folder

Great! This works: SetWorkingDir("L:\") file = "I:\SmallMovies-S\S_15-Love01.avi" clip1 = AVISource(file) count = Framecount(clip1) - 2 clip2 = clip1.Trim(1,count) clip2 = reverse(clip2) clip2 = clip1 + clip2 clip2 = FlipVertical(clip2) return clip2 I wrote now a script in the mIRC client to generate script files for a whole folder AVI's. All the manual parrot work I did in the past now done with one command. Can't believe I never discovered this before. Thanks!

-------------------------------

EaglEye

users




Statistics:
Messages: 845
Registration: 11.17.2003
25.02.25 - 05:49:28
Message # 2
RE: Manipulating frame order on all files in a folder

@Alain2, AlignedSplice and UnAlignedSplice are both zero cost filters. i.e. they mearly adjust the parameters of the GetFrame and GetAudio chains, they do not actually process any data.

-------------------------------
'Imagine whirled peas' *"no matter how hot she looks, some other guy is sick and tired of her shit"

Cyrus

users




Statistics:
Messages: 429
Registration: 05.24.2002
25.02.25 - 05:58:14
Message # 3
RE: Manipulating frame order on all files in a folder
Became a Reaper today! : Previous topic
Pages:  1  

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


Participants