Directshow in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
GreatMilenko
Level 1
Level 1
Posts: 8
Joined: Mon Feb 16, 2009 11:12 am

Directshow in wine

Post by GreatMilenko »

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
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

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.
GreatMilenko
Level 1
Level 1
Posts: 8
Joined: Mon Feb 16, 2009 11:12 am

Post by GreatMilenko »

That would indeed be a very welcome addition, because as it is now i cannot even render a simple mjpeg .avi file, even though the right codec is installed.
Will gstreamer be used to render video files?
GreatMilenko
Level 1
Level 1
Posts: 8
Joined: Mon Feb 16, 2009 11:12 am

Post by GreatMilenko »

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.
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

His contact details are e.g. at http://github.com/tdaven/ and parts of his work are there as well.
GreatMilenko
Level 1
Level 1
Posts: 8
Joined: Mon Feb 16, 2009 11:12 am

Post by GreatMilenko »

ok thanks
Locked