Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Oct 2007
Posts: 4
|
process only frames mentioned in txt-file?
i'm trying to do a motion compensated timelapse. the idea is to throw frames away like changefps, but allow some variance for each interval, so that the motion of the timelapse will hopefully become smoother. (i's a very fast timelapse, so minimal temporal errors won't disturb)
the computation of the intervals will be done external, so i'm going to have a txt-file with the frame-numbers to keep. how can i use this file in avisynth? a fitler like conditional_keep_frames("path_to_txt") would be great any ideas? |
|
|
|
|
|
#2 | Link |
|
AviSynth Enthusiast
Join Date: Jul 2002
Location: California, U.S.
Posts: 1,267
|
Look at my RemapFrames plugin.
|
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Oct 2007
Posts: 4
|
that's it! thank you
![]() i've already got a first working heuristic. the next problem is a good cost function to distinguish between different types of motion. unfortunately deshaker or depan are not gpl.. sourcecode would help a lot. at least the timelapse has no more outlier-frames... |
|
|
|
![]() |
|
|