Hello
I'm trying to make a video subtitling program (my own) run on Wine, and mostly i have succesfully gotten it up and running, everything seems to be working apart from the cruicial video part.
The video part of the application is running directshow and Wines implementation of Directshow seems to be severely lacking, so my question is: Is anybody working on that part of wine? or should i simply try and get it to run with VLC as Videorenderer?
I'm asking this question as nothing seems to have happened on that part of Wine when i last checked it 2 years ago.
Cheers
Directshow in wine
-
- Level 5
- Posts: 336
- Joined: Mon Nov 24, 2008 8:10 am
Currently our DirectShow is not in a very good shape but it should be usable for a lot of tasks if you install a codec pack. Work is being done on improving DirectShow. As part of a google summer-of-code project Trevor Davenport is extending gstreamer support to it, so that Wine can take advantage of codecs installed on the system.
-
- Level 1
- Posts: 8
- Joined: Mon Feb 16, 2009 11:12 am
-
- Level 1
- Posts: 8
- Joined: Mon Feb 16, 2009 11:12 am
I can see from Trevors description page that it is exactly what i need, a simple renderfile implementation that is scheduled to be finished by 17 of august:
http://wiki.winehq.org/Trevor_Davenport/gstreamer
How can i contact him? when i click on his name i just go to a default seach page for his name.
http://wiki.winehq.org/Trevor_Davenport/gstreamer
How can i contact him? when i click on his name i just go to a default seach page for his name.
-
- Level 5
- Posts: 336
- Joined: Mon Nov 24, 2008 8:10 am
His contact details are e.g. at http://github.com/tdaven/ and parts of his work are there as well.