Hello!
I wrote a script that can write in seconds the map data list for the RemapFrames() function.
More info here:
https://forum.videohelp.com/threads/349357-need-help-witch-the-plugin-RemapFrames?p=218...=1#post2188041
The nightmare is to write it all ..
Think to yourself how much it hurts to write such a list, for example:
[192 195] [192 195]
[204 205] [204 205]
[218 392] [218 392]
399 399
[405 414] [405 414]
[431 538] [431 538]
[540 541] [540 541]
[545 745] [545 745]
[834 840] [834 840]
..
It can take over 500 lines!
It's not human to do such a thing.
So I had a brilliant idea!
All thanks to the help i got here. and also for sanlyn!
Because the idea could not be realized without that help.
what the script does is writing all this map data. but first You must to sync your tow caps so they will be Exactly the same.
Both recordings must have the same numbers!
after that you mast to create tow logs file from the Function Dup().
for example:
Dup(cap1, debug=true,log="cap1 log.txt")
and after that:
Dup(cap2, debug=true,log="cap2 log.txt")
after that you must to run my script in AutoIt3 SciTE Editor.
save the script as .au3 file.. for example MapDataCreator.au3
at the same folder put your logs files.
in the script on line 6 put your log for your first capture.
on line 7 put your log for your second capture.
after that Press F5 in AutoIt3 SciTE Editor.
Wait a few seconds and you will see that the script does all the work for you!
Example:
the script:
after that copy this info to this:Code:Source code has been deleted. Previous algorithm made serious mistakes.
RemapFrames(cap1, mappings="
# Put here the script reply
", SourceClip=cap2)
're Done!!
You just have to go and check out all the video ..
Nothing is perfect. It just saves a lot of hours to write all this
If you like it, then tell me if it would be very useful to you then I'll work on software (exe) for this purpose.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by gil900; 14th Apr 2013 at 19:01.
-
Last edited by gil900; 14th Apr 2013 at 19:48.
Similar Threads
-
need help witch the plugin RemapFrames
By gil900 in forum RestorationReplies: 51Last Post: 8th Nov 2023, 02:03 -
is there algorithm that can make for me the frame maping for RemapFrames()?
By gil900 in forum RestorationReplies: 0Last Post: 21st Feb 2013, 16:57 -
trouble adding a different script to a trimmed section in my script
By unclescoob in forum RestorationReplies: 20Last Post: 11th Aug 2012, 22:59 -
To Script or Not To Script, that is the Question... (Custom Videos)
By TheMcD in forum EditingReplies: 2Last Post: 21st Oct 2010, 10:11 -
My LCD just won't map 1 to 1!
By moaspled in forum DVB / IPTVReplies: 4Last Post: 7th Mar 2010, 15:19