I don't seem to be able to find any option to use a directory with *names.jpg files and convert them all in one operation to *names.webp files - does this exit?
--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webp-discuss...@webmproject.org.
To post to this group, send email to webp-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webp-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/groups/opt_out.
I don't seem to be able to find any option to use a directory with *names.jpg files and convert them all in one operation to *names.webp files - does this exit?
I mean like according to the documentation, I should be able to get a sequential batch of PNGs in a folder and put them together into an animated webp. Is this what that method achieves? Thanks.
does img2webp use multicore/hyperthreading?
does img2webp use multicore/hyperthreading?
mfg from berlin
--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webp-discuss...@webmproject.org.
To post to this group, send email to webp-d...@webmproject.org.
Visit this group at https://groups.google.com/a/webmproject.org/group/webp-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/d/optout.
-o path_to_output\to_webp_375.webp -min_size path_to_png_1/to_webp_380001.png path_to_png_2/to_webp_380002.png path_to_png_3/to_webp_380003.png
sorry, I found the solution. But I think the documentation is not clear to everyone. The example of command: img2webp execute.txtexecute.txt should contain the FULL command, for example:
-o path_to_output\to_webp_375.webp -min_size path_to_png_1/to_webp_380001.png path_to_png_2/to_webp_380002.png path_to_png_3/to_webp_380003.png
On Friday, May 1, 2020 at 12:47:22 AM UTC+3, Сергей Вдовин wrote:
"via a text file containing a list of command line parameters" - could you explain, please? Maybe the example of this file...
On Friday, October 26, 2018 at 6:08:35 AM UTC+3, James Zern wrote:Hi,
On Thursday, October 25, 2018 at 10:40:28 AM UTC-7, bach99 wrote:I mean like according to the documentation, I should be able to get a sequential batch of PNGs in a folder and put them together into an animated webp. Is this what that method achieves? Thanks.cwebp is meant for a single file, to encode multiple images this method would encode each file sequentially. Currently img2webp works on multiple files all given on the command line or via a text file containing a list of command line parameters, it doesn't read a folder itself. If the documentation isn't clear we can address that, which are you referring to?It would be possible for img2webp to read a folder, but this would limit your ability to change settings (e.g., -lossy/-lossless) for individual frames. If this doesn't matter then something like 'ls *.png > FILES; ./img2webp FILES' or 'dir *.png > FILES & ./img2webp.exe FILES' should work.
--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webp-discuss...@webmproject.org.
To view this discussion on the web visit https://groups.google.com/a/webmproject.org/d/msgid/webp-discuss/2fd46c17-8032-4f79-aadd-5e74f8a7b333%40webmproject.org.