We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Oh, you can submit PR thanks
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: