comparison etc/codecs.conf @ 31524:083786e4aaf2

MP3 decoding through libmpg123 patch by Thomas Orgis, thomas-forum orgis org
author diego
date Wed, 30 Jun 2010 09:55:14 +0000
parents c9ebd748dfc8
children 1474401afe45
comparison
equal deleted inserted replaced
31523:7ab5787e625c 31524:083786e4aaf2
4161 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) 4161 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
4162 fourcc "MP3 " ; used in .nsv files 4162 fourcc "MP3 " ; used in .nsv files
4163 fourcc "LAME" ; used in mythtv .nuv files 4163 fourcc "LAME" ; used in mythtv .nuv files
4164 driver mp3lib 4164 driver mp3lib
4165 4165
4166 audiocodec mpg123
4167 ; this is preferred over ffmp2/ffmp3 since it is faster, generally
4168 info "MPEG 1.0/2.0/2.5 layers I, II, III"
4169 status working
4170 comment "High-performance decoder using libmpg123."
4171 format 0x50 ; layer-1 && layer-2
4172 format 0x55 ; layer-3
4173 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
4174 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
4175 format 0x55005354 ; broken file
4176 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
4177 fourcc "MP3 " ; used in .nsv files
4178 fourcc "LAME" ; used in mythtv .nuv files
4179 driver mpg123
4180
4166 audiocodec ffmp3on4float 4181 audiocodec ffmp3on4float
4167 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" 4182 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio"
4168 status working 4183 status working
4169 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc 4184 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc
4170 driver ffmpeg 4185 driver ffmpeg