Running MTV VideoConvert.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jayson
Newbie
Newbie
Posts: 2
Joined: Fri May 15, 2009 9:35 pm

Running MTV VideoConvert.exe

Post by Jayson »

Hi All,
I received a cheap mp4 type player a while back that plays .mtv format videos. The converter is called VideoConvert.exe. When I try to convert a video from wine, I get an alert box that says "Could not create SampleGrabber2", and the video conversion fails. Any ideas where I can look for a fix?
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running MTV VideoConvert.exe

Post by dimesio »

Jayson wrote:Hi All,
I received a cheap mp4 type player a while back that plays .mtv format videos. The converter is called VideoConvert.exe. When I try to convert a video from wine, I get an alert box that says "Could not create SampleGrabber2", and the video conversion fails. Any ideas where I can look for a fix?
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
Jayson
Newbie
Newbie
Posts: 2
Joined: Fri May 15, 2009 9:35 pm

Post by Jayson »

Sorry for the noob mistake. Here is the debug log I get from my app.

fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
err:quartz:Parser_Destroy pinref should be null, is 1, destroying anyway
err:ole:CoGetClassObject class {e41c6afe-738d-4a56-957c-c352f41b3275} not registered
err:ole:CoGetClassObject no class object {e41c6afe-738d-4a56-957c-c352f41b3275} could be created for context 0x1
err:ole:CoGetClassObject class {c1f400a0-3f08-11d3-9f0b-006008039e37} not registered
err:ole:CoGetClassObject no class object {c1f400a0-3f08-11d3-9f0b-006008039e37} could be created for context 0x1
fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Running MTV VideoConvert.exe

Post by austin987 »

On Sun, May 17, 2009 at 8:41 PM, Jayson <[email protected]> wrote:
Sorry for the noob mistake. Here is the debug log I get from my app.

fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
err:quartz:Parser_Destroy pinref should be null, is 1, destroying anyway
err:ole:CoGetClassObject class {e41c6afe-738d-4a56-957c-c352f41b3275} not registered
err:ole:CoGetClassObject no class object {e41c6afe-738d-4a56-957c-c352f41b3275} could be created for context 0x1
err:ole:CoGetClassObject class {c1f400a0-3f08-11d3-9f0b-006008039e37} not registered
err:ole:CoGetClassObject no class object {c1f400a0-3f08-11d3-9f0b-006008039e37} could be created for context 0x1
fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!
Try 'winetricks quicktime'.

--
-Austin
Locked