[FFmpeg-devel] [PATCH] support 16k nellymoser in flv demuxer

Thierry Foucu tfoucu
Tue Nov 2 22:56:56 CET 2010


On Tue, Nov 2, 2010 at 1:30 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Thierry Foucu <tfoucu <at> gmail.com> writes:
>
> > $Subject
>
> Could you upload a sample?
> (Or point to one on samples.mplayerhq.hu)
>
>
I followed the instruction from the ffmpeg.org to upload the file.
The sample is in the directory:
/MPlayer/incoming/flv_16k_nellymoser

The file name is flv_16k_nellymoser.flv

Before the patch, we get:
[flv @ 0xab3f020]Unsupported audio codec (4)
    Last message repeated 209 times
[flv @ 0xab3f020]Could not find codec parameters (Audio: 0x0004, 5512 Hz, 1
channels, s16)
Input #0, flv, from 'test.flv':
  Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: flv, yuv420p, 640x360, 1k tbr, 1k tbn, 1k tbc
    Stream #0.1: Audio: 0x0004, 5512 Hz, 1 channels, s16

with the patch, we get:
Input #0, flv, from 'test.flv':
  Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: flv, yuv420p, 640x360, 1k tbr, 1k tbn, 1k tbc
    Stream #0.1: Audio: nellymoser, 16000 Hz, mono, s16



> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>



More information about the ffmpeg-devel mailing list