open-wa/wa-automate-nodejs
The issue has been closed
Add option to enable/disable logging the ffmpeg command on sendMp4AsSticker #1250
WaxArsatia posted onGitHub
https://docs.openwa.dev/classes/client.html#sendmp4assticker
Every run its will log
Started ffmpeg -f mp4 -i pipe:0 -y -vcodec libwebp -vf crop=w='min(min(iw,ih),500)':h='min(min(iw,ih),500)',scale=500:500,setsar=1,fps=10 -loop 0 -ss 00:00:00.0 -t 00:00:05.0 -preset default -an -vsync 0 -s 512:512 -f webp C:\Users\Administrator\AppData\Local\Temp\processing.2d9kwpmorl.webp
This is solution to hide it, but how can im add the parameter to hide ffmpeg command? https://superuser.com/questions/326629/how-can-i-make-ffmpeg-be-quieter-less-verbose
Its should be nice if next update can choose to enable or disable the output command log