Ahh - only screwed up for removebackground - artfilter works OK, The product testing continues to fail dismally (this is not the only filname related issue I discovered today)…
Should be a bit quicker a it don’t have to decompress thee exe, load Java, start server and all that crap …
Unix-style paths?
No joy for removebackground …
./dae removebackground -input c:/dae/chunk/running-frames/ -output c:/dae/chunk/zzz/
pdae is renamed deeparteffectsclu]
Also tried
c:\dae\chunk\dae removebackground -input c:\dae\chunk\running-frames -output c:\dae\chunk\zzz
c:\dae\chunk\dae removebackground -input c:\dae\chunk\running-frames\ -output c:\dae\chunk\zzz
c:\dae\chunk\dae removebackground -input c:\dae\chunk\running-frames* -output c:\dae\chunk\zzz*
c:\dae\chunk\dae removebackground -input c:\dae\chunk\running-frames*.* -output c:\dae\chunk\zzz*.*
[runnung-frames has 196 images in it, zzz is empty]
Stuff like …
c:\dae\chunk\dae removebackground -input running-frames\image-065.jpg -output transparent-frames\alpha-065.jpg
Works fine so I ended up writing a for(i=0; i<197; i++) { … } hack