#134 closed enhancement (fixed)
codecs.conf stanza for PNG-encoded QT streams
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | 1.0pre5 | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I have noticed a question on the mailing list that is asked but not answered:
"how do i play quicktime streams that are png encoded?"
This stanza in codecs.conf worked for me, on http://www.veer.com/ideas/move/
(html file embedding http://www.veer.com/download/moveyourfeet.mov )
videocodec PNG
info "PNG images decoder"
status working
comment "Gray scaled PNG with Alpha channel not supported"
fourcc "png "
dll "libpng"
driver mpng
out BGR32,BGR24
Note:
See TracTickets
for help on using tickets.
Added a fourcc "png " line to the already existing "videocodec mpng" section.
Please try current CVS.