steptoe
16th June 2008, 21:41
Is there a simple function that I could use to get my video source the right MOD for some functions or filters that require the sizes to be a specific size
I know some require it to be say MOD 8 and if it isn't you could end up with strange results or the filter even failing
EG
MOD(1280,1200,8)
Yes I know these values are correct, but its just an example without trying to find some weird source that has strange dimension
Where the first two are you width and height and the third is the actual MOD that you require to get the images sizes as they should be so the filter won't fail or do weird things to the source as its not dimensions that the filter or function was expecting
I know some require it to be say MOD 8 and if it isn't you could end up with strange results or the filter even failing
EG
MOD(1280,1200,8)
Yes I know these values are correct, but its just an example without trying to find some weird source that has strange dimension
Where the first two are you width and height and the third is the actual MOD that you require to get the images sizes as they should be so the filter won't fail or do weird things to the source as its not dimensions that the filter or function was expecting