#1435 closed defect (fixed)
Support for CDVH codec (Canopus DVCPRO HD)
Reported by: | Owned by: | ||
---|---|---|---|
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 , 16 years ago
comment:2 by , 16 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
marking bug as fixed.
comment:3 by , 16 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
added to svn, thanks.
did the .mxf file play in mplayer?
if not, could you provide that sample as well?