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: Apr 2020
Posts: 4
|
Using for loop with imagewriter
Is there any chance to use a for loop and inside this loop to have executed a series of imagewriters? One at each step of the loop, in order to write some frames of a clip? I have already tried:
for (i=0,3,1) { imagewriter (clip,"path",start=i,end=i,type="jpg") } But it seems that ONLY for the last value of i, the imagewriter is executed. How could I tell the imagewriter to be executed for my specific number of steps, not only for the last one? Thank you for any advice! |
|
|
|
| Tags |
| clip, for-loop, image, imagewriter, jpg image decoding |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|