Open webtonicAI opened 2 months ago
I had to make a patch to get a transparent mov file to not show the alpha channel as black. In the video.js file I changed:
Line 53 - this.voImageExtra = conf.voImageExtra === undefined ? 'png' : conf.voImageExtra; //jpg to png
Line 318 - let opts = -loglevel info -start_number 0 -vf fps=${fps},format=rgba -qscale:v ${qscale}.split(' '); //added format=rgba
-loglevel info -start_number 0 -vf fps=${fps},format=rgba -qscale:v ${qscale}
I'd appreciate if you added this fix to the core project.
Oh, you can submit PR thanks
I had to make a patch to get a transparent mov file to not show the alpha channel as black. In the video.js file I changed:
Line 53 - this.voImageExtra = conf.voImageExtra === undefined ? 'png' : conf.voImageExtra; //jpg to png
Line 318 - let opts =
-loglevel info -start_number 0 -vf fps=${fps},format=rgba -qscale:v ${qscale}
.split(' '); //added format=rgbaI'd appreciate if you added this fix to the core project.