galipmedia
galipmedia
Did anyone find a solution to the inclusion of images making the isLoaded: false ? Node-lottie is otherwise working well for me, I cannot use puppeteer-lottie because it is too...
@razvanmitre thank you I cannot wait to try this!
I have tested it and can confirm it is working! What a legend!
I love puppeteer-lottie because everything just works, but its very slow. Your implementation is about 20 times faster in my tests and I have a requirement for speed. However anything...
charting_library_min_js__WEBPACK_IMPORTED_MODULE_6__.widget is not a constructor I am having the same problem, can anyone explain how to fix this?
I was trying as per the vue example to include it as - import {widget} from '../../path to tradingview' . I have since just included it in the head of...
I would also like to know how to disable all the logging in node.
I would love to see at least 4.3... please :)
``` ffmpeg -f concat -safe 0 -protocol_whitelist file,https,tcp,tls -i /tmp/1272list.txt -i https://s3.amazonaws.com/xxx/tracks/99.mp3 -y -filter_complex [0:a]volume=1[finalSound];[1:a]volume=0.264, afade=t=in:st=0:d=2, afade=t=out:st=74.20:d=3[finalMusic];[finalSound][finalMusic]amix -acodec libmp3lame -vcodec copy -shortest /tmp/1272_tmp.mp4
Unfortunately not. On Tue, 21 Sep 2021, 8:11 am Paulo, ***@***.***> wrote: > @galipmedia Did you resolve this issue? I > am having the same problem when using concat +...