https://bugzilla.redhat.com/show_bug.cgi?id=928609 --- Comment #31 from T.C. Hollingsworth <tchollingsworth@xxxxxxxxx> --- (In reply to Antoine Martin from comment #30) > Although they are related, webm != vpx > webm (aka webp) is for single frames, vpx is for video streams. Ah, it does WebP not VP8. (And I should have remembered that since it uses libwebp and not libvpx, d'oh!) It turns out it wasn't showing up in xpra_launcher with my package because of an unbundling fail. :-/ > Xpra's webp codec does not require anything beyond "python-webm", be aware > though that the upstream project is unresponsive and that others (at least > Debian for sure) are now using our more up to date version. (which you will > need to support webp encoding of transparent windows) I'm applying your patches to our separate python-webm too, BTW. :-) > Xpra's vpx codec requires swscale on the server for converting BGRA pixels > from the X11 server into a YCbCr 420 planar. On the client side, vpx *could* > work without swscale if we added code to enable vpx with the OpenGL codepath. Okay, if client-side libvpx-without-swscale becomes a reality one day, please let me know and I'll enable it. In the meantime, I'd prefer not to drag in a libvpx dependency that won't do anything with the Fedora build (and might mislead people into thinking this hobbled build supports VP8 when it doesn't at all). People who want the video-based codecs instead of the image ones (i.e. everybody) will just have to grab them from that other repo. ;-) > I hope this clarifies things. Thanks a lot! -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review