Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#134 closed enhancement (fixed)

codecs.conf stanza for PNG-encoded QT streams

Reported by: twopir@… Owned by: moritz@…
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

Change History (2)

comment:1 by reimar, 19 years ago

Resolution: fixed
Status: newclosed

Added a fourcc "png " line to the already existing "videocodec mpng" section.
Please try current CVS.

comment:2 by twopir@…, 19 years ago

Works. thanks.

Note: See TracTickets for help on using tickets.