cineform codec information
some user in #mplayer asked about this cineform codec support. http://www.dvinfo.net/conf/printthread.php?t=36679 (guy who said it plays in mplayer might be incorrect) http://www.cineform.com http://www.cineform.com/downloads/ConnectHD210b16dl060228.zip (might be timestamped url, click connecthd, and fill out form for 15day trial codec) videocodec cineform info "cineform codec" status working fourcc CFHD ; format 0x44484643 driver dshow dll "CFDecode2.ax" guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83, 0xc5, 0xa9 out YV12,YUY2,BGR32 it cant connect to output pin. http://www.royaltyfreehdtv.com/footage/MT_BeartoothHighway_1min_Cineform.avi for sample -compn
Hi,
some user in #mplayer asked about this cineform codec support.
http://www.dvinfo.net/conf/printthread.php?t=36679 (guy who said it plays in mplayer might be incorrect) http://www.cineform.com http://www.cineform.com/downloads/ConnectHD210b16dl060228.zip (might be timestamped url, click connecthd, and fill out form for 15day trial codec)
videocodec cineform info "cineform codec" status working fourcc CFHD ; format 0x44484643 driver dshow dll "CFDecode2.ax" guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83, 0xc5, 0xa9 out YV12,YUY2,BGR32
it cant connect to output pin.
probably not all of the above colorspaces supported, and you use different vo than the user who reported it's working... he probably didnt test all. note that yv12 is not supported by most windows codec. (windows dont have correct support for planar modes, only hacks, so they prefer the more "compatible" yuy2 instead) A'rpi
On Sat, 01 Apr 2006 23:15:49 +0200 (CEST) Arpi <arpi@thot.banki.hu> wrote:
Hi,
out YV12,YUY2,BGR32
it cant connect to output pin.
probably not all of the above colorspaces supported, and you use different vo than the user who reported it's working... he probably didnt test all. note that yv12 is not supported by most windows codec. (windows dont have correct support for planar modes, only hacks, so they prefer the more "compatible" yuy2 instead)
A'rpi
hmm? i was under the impression that output pin != output colorspace? and i think the guy in that forum post was incorrect about it working in mplayer, or at least he didnt provide any information... Opening video decoder: [dshow] DirectShow video codecs Warning: DS_Filter() could not connect to output pin. (DLL=CFDecode2.ax, r=0x8004022a) Failed to create DirectShow filter -compn
Hi,
probably not all of the above colorspaces supported, and you use different vo than the user who reported it's working... he probably didnt test all. note that yv12 is not supported by most windows codec. (windows dont have correct support for planar modes, only hacks, so they prefer the more "compatible" yuy2 instead)
hmm? i was under the impression that output pin != output colorspace?
yes, but they are closely related. output pin is the object (driver) the codec sends its output data to. in case of mplayer's directshow emu, output pin is the vf layer wrapper. if the colorspace (selected by vf layer, to best fit next filter/vo) is not acceptable for the codec, it cannot connect to that 'output pin'. try to remove YV12 from the out list, and test again...
and i think the guy in that forum post was incorrect about it working in mplayer, or at least he didnt provide any information...
probably he copied the whole codec desc, and modified dll name only... he tried, and it may be worked for him, if his vo used a colorspace which is really supported by this codec... A'rpi
On Sun, 02 Apr 2006 00:10:21 +0200 (CEST) Arpi <arpi@thot.banki.hu> wrote:
Hi,
hmm? i was under the impression that output pin != output colorspace?
yes, but they are closely related. output pin is the object (driver) the codec sends its output data to. in case of mplayer's directshow emu, output pin is the vf layer wrapper. if the colorspace (selected by vf layer, to best fit next filter/vo) is not acceptable for the codec, it cannot connect to that 'output pin'.
try to remove YV12 from the out list, and test again...
out YUY2 out BGR16 same error. i thought the output pin message meant that mplayer could not find/connect to it? but i see where it requires the right colorspace to accept it. is this output pin different on win32 mplayer? iirc someone said mplayer uses native dshow loader instead of emulation. maybe i should stop asking noob questions. mphq2/incoming/CFDecode2.ax if anyone wants to test on linux. there is also CFDecode.ax but i didnt see it in graphedit list. (and tried replacing cfdecode2.ax with cfdecode.ax in codecs.conf, but got same pin problem.) C:\Program Files\Common Files\CineForm>ls CFDecode.ax CFEncode.ax CFTSSink.ax CFVideoSource.ax CFDecode2.ax CFEncoder2.ax CFTSSourcePush.ax CFDemuxer.ax CFSampleRate.ax CFTempoChange.ax CFDumper.ax CFStrider.ax CFVideoChange.ax -compn
participants (2)
-
Arpi -
compn