processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

VP9 video not playing #161

Open oTree-org opened 3 years ago

oTree-org commented 3 years ago

Hello, I am trying to play a vp9 encoded video in a .webm container (as downloaded from YouTube). When I play the file, nothing happens (no output or errors). mp4 videos work fine.

Here I see that webm is supported by gstreamer: https://gstreamer.freedesktop.org/features/

And it seems there is a vp9 library: https://gstreamer.freedesktop.org/documentation/vpx/vp9enc.html?gi-language=c

Is there a way to get vp9 videos to play?