Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1435 closed defect (fixed)

Support for CDVH codec (Canopus DVCPRO HD)

Reported by: tbartdev@… Owned by: r_togni@…
Priority: normal Component: vd
Version: HEAD Severity: trivial
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

The sample shows a Panasonic P2 camera's video and audio, but unwrapped out of its MXF and put into an AVI. The fourCC needed so it plays nicely on the Other OS with the colored flag as well is "CDVH".
Mplayer does not have any problem decoding this file (other than maybe the wrong aspect ratio, but it I don't think that's a bug as the pixels aren't square), but it need to be forced to use ffdv for it.
So either add "-vc +ffdv" and it will play the file or add the following (the first line has only been extended by a comment, I thought it might be useful)

fourcc CDVC,cdvc ; Canopus DV (seems compatible to DVSD)
fourcc CDVH,cdvh ; Canopus DVCPRO HD

(around line 1474 in codecs.conf)

Change History (3)

comment:1 by compn, 15 years ago

added to svn, thanks.

did the .mxf file play in mplayer?
if not, could you provide that sample as well?

comment:2 by compn, 15 years ago

Cc: patriotact@… added
Resolution: fixed
Status: newclosed

marking bug as fixed.

comment:3 by tbartdev@…, 15 years ago

(In reply to comment #1)

added to svn, thanks.

did the .mxf file play in mplayer?
if not, could you provide that sample as well?

No it did not play. And I think I can provide you with lots of video files from different cameras (SD and HD) and NLEs whenever I find something does not play. We are a small multimedia company and I am trying to build several solutions upon FOSS and help projects wherever I find I can/have to.

To keep this sorted I opened a new bug:
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1436

Note: See TracTickets for help on using tickets.