Спасибо всем, кто откликнулся On Wed, 7 Nov 2001, Pavel Epifanov wrote:
>=If somebody has played with simple JPG image processing like: >== rotate JPG +/-90 degrees >== convert to a smaller one 2000x1500 -> 640x480 -> 120x80 >== changing sharpness and brightness >== save a piece of image to another JPG file Есть несколько кандидатов, но наиболее вероятен ImageMagick. Запасной вариант - netpbm. >=There is also a dream about rotating (+/-90 degrees) of QuickTime movie (AVI >=320x240). But I don't think this is possible at all. Это должно быть возможно, но не так просто. Камера (как и многие другие устройства) делает 30 секундный ролик без звука в формате Motion JPEG (24 bit color), который ранее поддерживался только комерческими производителями. Сейчас есть non-free codec для xanim/OpenQuickTime, но также поддержка добавлена а libaudiofile, так что программы типа fffmpeg могут помочь. Буду пробовать следующий алгоритм: MJPG -> fffmpeg (MPEG-2) -> ImageMagic (merge+rotate) -> ffmpeg (DivX:) >=If somebody used <gimp> in command line mode with macros for similar tasks >then gimp - слишкон большой монстр для подобных задач. Павел.

