Am 09.04.2012 03:43, schrieb Murray Strome: > I think the scale has to come before the crop (at least this worked, whereas > when I tried it before with the crop before the scale, the crop was > completely ignored).
As I wrote you: it was ignored, because we (both) used the wrong syntax. Append all filters separated just with comma, and they won't be ignored. Of course you can scale first if you like; in this case, obviously, you must base your numbers for cropping on the size of the already scaled image, not the input size. And also (obviously) you're wasting work (you calculate scaled pixels just to crop them away). In many cases this won't matter much, though. Cheers, Hermann PS: did the command line I wrote you work as expected? _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
