Masking a MJPEG - help us fix it and we will pay you
Posted: 2009-10-12T17:01:13-07:00
NOTE: I have read the instructions about posting here and I will follow it but my disclaimer is this - I am an engineer developing a very cool website. My camera guy set up some things with IM. We need to add one small feature of a mask to the script but he is no longer available. I am not a programmer. I know that IM is a powerful tool but I cannot devote the time to understanding the syntax. So forgive me for my IM shortcomings but we really need help and I am willing to pay for it. Thank you.
*****************************************************
We are taking about 45 jpgs for a motion jpg. These jpgs are numbered sequentially with the following code:
imconvert FILE_*.jpg +repage -scene 001 FILE_%%03d.jpg
Then we assemble them into an AVI for FTP.
My question is this - we need to go back and add a mask to these jpgs. This is what we have come up with:
for /f %%a IN ('dir /b *.jpg') do convert %%a -scene 001 %2 -composite %3\%%a "d:\images" "d:\video mask.png" d:\final
Getting errors about not recognizing most every attribute and / or not expecting it. If I have to debug this my head will explode.
Anybody?
*****************************************************
We are taking about 45 jpgs for a motion jpg. These jpgs are numbered sequentially with the following code:
imconvert FILE_*.jpg +repage -scene 001 FILE_%%03d.jpg
Then we assemble them into an AVI for FTP.
My question is this - we need to go back and add a mask to these jpgs. This is what we have come up with:
for /f %%a IN ('dir /b *.jpg') do convert %%a -scene 001 %2 -composite %3\%%a "d:\images" "d:\video mask.png" d:\final
Getting errors about not recognizing most every attribute and / or not expecting it. If I have to debug this my head will explode.
Anybody?