Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#161 closed enhancement (fixed)

Codec format for Kodak camera MOV files

Reported by: andrew@… Owned by: alex@…
Priority: normal Component: ad
Version: 1.0pre5 Severity: minor
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I have a Kodak CX6230 digital camera, which makes MOV files described by Kodak
as "quicktime". Mplayer and Xanim play the motion JPEG video, but not the audio.

I just discovered I can enable the audio by adding the following to codecs.conf

audiocodec qtkdk

info "Quicktime Kodak"
status working
format 0x454E4F4E ; "NONE"
driver qtaudio
dll "QuickTime.qts"

The audio then appears to play OK with the following on stdout:
Audio bits: 8 chans: 1 rate: 11025
..
AUDIO: 11025 Hz, 1 ch, 16 bit (0x10), ratio: 11025->22050 (88.2 kbit)

Change History (2)

comment:2 by r_togni@…, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in CVS with a different fix (audio is raw pcm, so use pcm decoder instead
of quicktime binary decoder)

Note: See TracTickets for help on using tickets.