Search found 3 matches

Go to advanced search

by pat_3
22 Nov 2015 21:23
Forum: Coffee Corner
Topic: simple tkinter GUI for vlc.py (python 3.4)
Replies: 6
Views: 20056

Re: simple tkinter GUI for vlc.py (python 3.4)

Patrick Fay This script was part of a project to find highlights (meta-data) in my kids soccer game videos. I extract the audio from the video, graph the loudness over the video, and look for the referee's whistle (break the audio into segments, do FFTs to get the frequency, look for a whistle signa...
by pat_3
23 Sep 2015 19:26
Forum: Coffee Corner
Topic: simple tkinter GUI for vlc.py (python 3.4)
Replies: 6
Views: 20056

simple tkinter GUI for vlc.py (python 3.4)

Hello, Below is tk_vlc.py, a simple tkinter based GUI wrapper for vlc.py. I'm using python 3.4 and windows 10. tk_vlc.py is based on vlc-python/wxvlc.py. I haven't tested it on linux, or on python 2.x or anywhere else. #! /usr/bin/python # -*- coding: utf-8 -*- # # tkinter example for VLC Python bin...
by pat_3
10 Sep 2012 20:11
Forum: Development around libVLC
Topic: Embedding VLC into a wxPython app
Replies: 3
Views: 2340

Re: Embedding VLC into a wxPython app

Hello silpa. This is probably a dead issue but here is my experience. There is a line in wxvlc.py: self.player.set_xwindow(self.videopanel.GetHandle()) Based on an entry from an 'OS if stmt' from http://code.google.com/p/wxtoutv/source/browse/trunk/MainFrame.py?r=3 if sys.platform.startswith('win'):...

Go to advanced search