[FFmpeg-user] MP1 ACODEC NOT SUPPORTED

Lou lou at lrcd.com
Mon Jun 4 19:30:06 CEST 2012


On Mon, 4 Jun 2012 04:41:46 -0700 (PDT)
aqhil <syedaqhilahmed at gmail.com> wrote:

> this is in regards to ffmpeg mp1 audio codec. as when i type the supported
> codecs its showing in the black screen that mp1 is supported but when i do
> encoding to a file into mp1 then it shows unknown encoder.?? 
> kindly look into the matter.
> 
> Regards,
> Aqhil Syed.

$ ffmpeg -codecs
Codecs:
 D..... = Decoding supported
 .E.... = Encoding supported
 ..V... = Video codec
 ..A... = Audio codec
 ..S... = Subtitle codec
 ...S.. = Supports draw_horiz_band
 ....D. = Supports direct rendering method 1
 .....T = Supports weird frame truncation
 ------
 D A D  mp1             MP1 (MPEG audio layer 1)

Note the present "D" and the missing "E" indicating that mp1 is an
audio decoder only and not an encoder.

Please remember to at least provide enough information so the issue can
be easily duplicated by others. This includes your ffmpeg command and
the complete console output.


More information about the ffmpeg-user mailing list