<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: VC-1/WMV9 on Mac OS X/PowerPC</title>
	<atom:link href="http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html</link>
	<description>My personal space for ideas &#38; information.</description>
	<pubDate>Fri, 21 Nov 2008 22:18:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Banana</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-920</link>
		<dc:creator>Banana</dc:creator>
		<pubDate>Mon, 15 May 2006 07:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-920</guid>
		<description>argh!
I can understand nearly all the instructions, just a few little bits I don't understand!

"edit libavcodec/vc9.c, go the very end of the file, and add #if 0/#endif around the wmv3_decoder AVCodec structure; this will keep it from conflicting with the new SMPTE WMV3 decoder" I couldn't understand this, so I just commented out the wmv3_decoder stuff with a /* stuff */

it all works good, starts compiling, but errors out at "cc -Wl,-dynamic,-search_paths_first -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavcodec/libvc1 -lvc1 -L./libavformat -lavformat -L./libavcodec -lavcodec(BUILDSUF) -L./libavutil -lavutil  -lz 
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `cc -Wl,-dynamic,-search_paths_first -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavcodec/libvc1 -lvc1 -L./libavformat -lavformat -L./libavcodec -lavcodec(BUILDSUF) -L./libavutil -lavutil  -lz '"

can anyone help? 

Thanks</description>
		<content:encoded><![CDATA[<p>argh!<br />
I can understand nearly all the instructions, just a few little bits I don&#8217;t understand!</p>
<p>&#8220;edit libavcodec/vc9.c, go the very end of the file, and add #if 0/#endif around the wmv3_decoder AVCodec structure; this will keep it from conflicting with the new SMPTE WMV3 decoder&#8221; I couldn&#8217;t understand this, so I just commented out the wmv3_decoder stuff with a /* stuff */</p>
<p>it all works good, starts compiling, but errors out at &#8220;cc -Wl,-dynamic,-search_paths_first -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavcodec/libvc1 -lvc1 -L./libavformat -lavformat -L./libavcodec -lavcodec(BUILDSUF) -L./libavutil -lavutil  -lz<br />
/bin/sh: -c: line 1: syntax error near unexpected token `(&#8217;<br />
/bin/sh: -c: line 1: `cc -Wl,-dynamic,-search_paths_first -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavcodec/libvc1 -lvc1 -L./libavformat -lavformat -L./libavcodec -lavcodec(BUILDSUF) -L./libavutil -lavutil  -lz &#8216;&#8221;</p>
<p>can anyone help? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-586</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 07 Mar 2006 11:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-586</guid>
		<description>a, I'm not exactly sure of the implementation details, but certainly on x86, the .dll files that contain Windows Media decoders from windows should be able to be called from mplayer like they can on Linux and Windows. Whether additional work is required to make this work on OS X, or whether it will work with a plain build would be something interesting to see.</description>
		<content:encoded><![CDATA[<p>a, I&#8217;m not exactly sure of the implementation details, but certainly on x86, the .dll files that contain Windows Media decoders from windows should be able to be called from mplayer like they can on Linux and Windows. Whether additional work is required to make this work on OS X, or whether it will work with a plain build would be something interesting to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-585</link>
		<dc:creator>a</dc:creator>
		<pubDate>Tue, 07 Mar 2006 10:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-585</guid>
		<description>With the advent of the x86 Intel Mac, its possible that no solution could have emerged before the whole situation became a non issue, as .dll hooking will work on the new Intel Macs, allowing them to play back these kinds of streams.

Sorry, am not terribly savvy. Does that mean that I could then simply install, say, MPlayer or VLC (without having to compile it myself, find codecs, etc) and be able to view wmv9 video?</description>
		<content:encoded><![CDATA[<p>With the advent of the x86 Intel Mac, its possible that no solution could have emerged before the whole situation became a non issue, as .dll hooking will work on the new Intel Macs, allowing them to play back these kinds of streams.</p>
<p>Sorry, am not terribly savvy. Does that mean that I could then simply install, say, MPlayer or VLC (without having to compile it myself, find codecs, etc) and be able to view wmv9 video?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-545</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Fri, 24 Feb 2006 09:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-545</guid>
		<description>Hi,

I could successfully make it work ;-)... "Use the source, Luke"... it was an easy fix, afterall.

Now I have an issue: you say that you could re-encode the files with a different codec. I have done it with the XVID one, but the files I obtain take 100% of my CPU and mplayer can't play them. I have tried many options (1 pass encoding, 2 pass encoding, fixed bitrate...) but I always get the same results. I know this is not a mencoder forum (I already tried them, btw...) but could you share the settings you used to re-encode the files? That shouldn't violate any law. :-)

If you could do it, I'd greately appreciate it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I could successfully make it work ;-)&#8230; &#8220;Use the source, Luke&#8221;&#8230; it was an easy fix, afterall.</p>
<p>Now I have an issue: you say that you could re-encode the files with a different codec. I have done it with the XVID one, but the files I obtain take 100% of my CPU and mplayer can&#8217;t play them. I have tried many options (1 pass encoding, 2 pass encoding, fixed bitrate&#8230;) but I always get the same results. I know this is not a mencoder forum (I already tried them, btw&#8230;) but could you share the settings you used to re-encode the files? That shouldn&#8217;t violate any law. <img src='http://www.jonsimpson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you could do it, I&#8217;d greately appreciate it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-538</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 07 Feb 2006 14:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-538</guid>
		<description>I've purposely avoided detailing the exact step by step process I used to use the SMPTE VC-1 with mplayer, because I'm not really sure about the legal issues surrounding the use of the VC-1 code.

I'll see what I can do about getting together a few pointers or something that can at lesat point you guys in the right direction.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve purposely avoided detailing the exact step by step process I used to use the SMPTE VC-1 with mplayer, because I&#8217;m not really sure about the legal issues surrounding the use of the VC-1 code.</p>
<p>I&#8217;ll see what I can do about getting together a few pointers or something that can at lesat point you guys in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-537</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Tue, 07 Feb 2006 11:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-537</guid>
		<description>Hi, how did you make it work for you? I followed your instructions to build mplayer from cvs and it works fine, but I cannot add wmv3 support. Compilation goes fine, but no playback.
Thinking I could have done something wrong, I then tried building ffmpeg itself, but again I get no errors and no decoder. :-(

When I run "./ffmpeg -formats &#124; grep wmv3" I get this (empty) output:
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  
  libavutil version: 49.0.0
  libavcodec version: 51.1.0
  libavformat version: 50.0.0
  built on Feb  7 2006 12:24:08, gcc: 4.0.1 (Apple Computer, Inc. build 5250)

Is there something which must be done that is not mentioned in the other blog?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi, how did you make it work for you? I followed your instructions to build mplayer from cvs and it works fine, but I cannot add wmv3 support. Compilation goes fine, but no playback.<br />
Thinking I could have done something wrong, I then tried building ffmpeg itself, but again I get no errors and no decoder. <img src='http://www.jonsimpson.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>When I run &#8220;./ffmpeg -formats | grep wmv3&#8243; I get this (empty) output:<br />
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard<br />
  configuration:<br />
  libavutil version: 49.0.0<br />
  libavcodec version: 51.1.0<br />
  libavformat version: 50.0.0<br />
  built on Feb  7 2006 12:24:08, gcc: 4.0.1 (Apple Computer, Inc. build 5250)</p>
<p>Is there something which must be done that is not mentioned in the other blog?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-11-27/vc-1wmv9-on-mac-os-xpowerpc.html#comment-515</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Tue, 03 Jan 2006 04:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonsimpson.co.uk/?p=33#comment-515</guid>
		<description>The link above lists instructions for modifying the build of ffmpeg; it's a little unclear how to modify the mplayer cvs build as detailed in your next post to include this patch....</description>
		<content:encoded><![CDATA[<p>The link above lists instructions for modifying the build of ffmpeg; it&#8217;s a little unclear how to modify the mplayer cvs build as detailed in your next post to include this patch&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
