ikarus
11th August 2003, 11:44
Hi
I had google search for the above, i did look through the forum for something like it, i didn't find it.
If i didn't look hard enough please let me know. But if i did, i wonder if anyone else would find such a filter useful.
I do alot of tv recording. i wrote some batch files to make my day easier. but still entering the crop and trim ranges to my avs scripts is "unhandy".
So i thought of a kind of extendes vdub-cropping dialouge, which should allow me to get the crop-values (maybe plus resize) to an avs-script.
since most tv shows contain commercials and o record about 3 minutes before and after to get the whole show, i have to trim the video, so that it just contains the show without any commercials etc.
To do so i use the avisynth "trim" function. i have to figure out the frame where to start and stob, copy&paste it via mouse. so it would be nice to have a filter do that, requiring me just to click an "in" and "out" button in the filter dialouge.
the output-file would be the the input-avs, which should be selcted by the filter.
i had a look at the vdub filter sdk, but well. im no programmer. i think it would take me at least 6 month to learn c (if i had the time to study it full time, which i don't), i figure someone with skills in C should be able to code that filter in one day or even less.
so maybe theres some kind programmer out there. or some skilled user that finds that idea appealing and could make it happen.
i unfortunately can't. :(
i have a quite clear idea of how that filter should/could work but i have no clue how to code it.
any suggestions or help is greatly appreciated.
maybe someone can toss me to that C stuff.
as i think of that filter, most urgent information would be, where to find the functions / variables containing the crucial data (input height and width, cropping values from the dialouge, outut dimensions, current preview frame number).
i hope i didn't annoy anoyone
best regards
ikarus
I had google search for the above, i did look through the forum for something like it, i didn't find it.
If i didn't look hard enough please let me know. But if i did, i wonder if anyone else would find such a filter useful.
I do alot of tv recording. i wrote some batch files to make my day easier. but still entering the crop and trim ranges to my avs scripts is "unhandy".
So i thought of a kind of extendes vdub-cropping dialouge, which should allow me to get the crop-values (maybe plus resize) to an avs-script.
since most tv shows contain commercials and o record about 3 minutes before and after to get the whole show, i have to trim the video, so that it just contains the show without any commercials etc.
To do so i use the avisynth "trim" function. i have to figure out the frame where to start and stob, copy&paste it via mouse. so it would be nice to have a filter do that, requiring me just to click an "in" and "out" button in the filter dialouge.
the output-file would be the the input-avs, which should be selcted by the filter.
i had a look at the vdub filter sdk, but well. im no programmer. i think it would take me at least 6 month to learn c (if i had the time to study it full time, which i don't), i figure someone with skills in C should be able to code that filter in one day or even less.
so maybe theres some kind programmer out there. or some skilled user that finds that idea appealing and could make it happen.
i unfortunately can't. :(
i have a quite clear idea of how that filter should/could work but i have no clue how to code it.
any suggestions or help is greatly appreciated.
maybe someone can toss me to that C stuff.
as i think of that filter, most urgent information would be, where to find the functions / variables containing the crucial data (input height and width, cropping values from the dialouge, outut dimensions, current preview frame number).
i hope i didn't annoy anoyone
best regards
ikarus