What videos can a GtkVideo play?

I’m trying to use a GtkVideo on some simple AVIs I have on my hard drive and I cannot get them to play.

What video codecs will GtkVideo work on, and is there any way I can increase the number of video types it can support?

Thanks

It depends on the media backends that gtk has available (ffmpeg or gstreamer) and the codec that the video is using. If you have the gstreamer backend installed, you would have to find the codec and then install the appropriate gst plugin.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.