summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 879389acbd..ccc7943d29 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1753,6 +1753,36 @@ audiocodec ffnellymoser
driver ffmpeg
dll "nellymoser"
+audiocodec pcm
+ info "Uncompressed PCM"
+ status working
+ format 0x0
+ format 0x1
+ format 0x3 ; IEEE float
+ format 0xfffe ; Extended
+ fourcc "raw " ; (MOV files)
+ fourcc twos ; (MOV files)
+ fourcc sowt ; (MOV files)
+ fourcc fl32 ; (MOV files)
+ fourcc 23lf ; (MOV files)
+; fourcc fl64 ; (MOV files)
+; fourcc 46lf ; (MOV files)
+ fourcc NONE ; (MOV files from Kodak CX6320)
+ fourcc in24 ; (MOV files)
+ fourcc 42ni ; (MOV files)
+ fourcc in32 ; (MOV files)
+ fourcc 23ni ; (MOV files)
+ fourcc lpcm ; (MOV files)
+ fourcc FL32 ; (aiff files)
+;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3)
+; format 0x6
+; format 0x7
+; format 0x11
+; format 0x50
+; format 0x2000
+;;;;
+ driver pcm
+
audiocodec ffpcmdaud
info "D-Cinema audio (FFmpeg)"
status untested