ok, curious if anyone knows the answer to this:
I'd like to watch quicktime trailers and the ilk on the web (in opera and in IE7) WITHOUT installing quicktime, quicktime alternative, QT Lite, quicktime source, etc.
I've already fixed the part of being able to play back all quicktime content in directshow players (like WMP11, media player classic), by installing the following filters:
- MPCVideoDec.ax standalone video decoder filter from MPC-HC, which supports DXVA playback of H264, as well as normal playback of the older Sorensen codecs (SVQ1/3?)
- MP4Splitter.ax standalone mov/mp4 file splitter filter from MPC-HC
- CoreAAC decoder filter for AAC playback (probably can use ffdshow-tryouts for this as well)
- ffdshow-tryouts for playback of some weird audio codecs that old quicktime files use (and if you like you can use it to play back SVQ1/3 video codecs too, instead of the MPCVideoDec.ax filter)
so this allows me to play back all .mov/.mp4 files I've found so far. However, in my web-browsers, on pages like www.apple.com/trailers I get 'install quicktime to view content' crap. I already can play the content and wish to do so with the WMP plug-in instead of quicktime... so, how does one pull this off?
edit: I wonder if it's just a question of registering the mime types used by quicktime to open with WMP plugin in the browsers?
I'd like to watch quicktime trailers and the ilk on the web (in opera and in IE7) WITHOUT installing quicktime, quicktime alternative, QT Lite, quicktime source, etc.
I've already fixed the part of being able to play back all quicktime content in directshow players (like WMP11, media player classic), by installing the following filters:
- MPCVideoDec.ax standalone video decoder filter from MPC-HC, which supports DXVA playback of H264, as well as normal playback of the older Sorensen codecs (SVQ1/3?)
- MP4Splitter.ax standalone mov/mp4 file splitter filter from MPC-HC
- CoreAAC decoder filter for AAC playback (probably can use ffdshow-tryouts for this as well)
- ffdshow-tryouts for playback of some weird audio codecs that old quicktime files use (and if you like you can use it to play back SVQ1/3 video codecs too, instead of the MPCVideoDec.ax filter)
so this allows me to play back all .mov/.mp4 files I've found so far. However, in my web-browsers, on pages like www.apple.com/trailers I get 'install quicktime to view content' crap. I already can play the content and wish to do so with the WMP plug-in instead of quicktime... so, how does one pull this off?
edit: I wonder if it's just a question of registering the mime types used by quicktime to open with WMP plugin in the browsers?
Comment