[FFmpeg-user] ffmepg command error :Invalid sample format '(null)' Error opening filters!

Diaz Soho soho123.2012 at gmail.com
Wed Jun 25 13:06:02 CEST 2014


>
> You need to enable the pcm_s16be decoder if you want
> to transcode pcm_s16be.
>
>
Yes, you are right!!
Originally, the options in decoder for configure script is :
"--disable-decoders --enable-decoder=mjpeg,h264"
then I modify the option :
"--disable-decoders --enable-decoder=mjpeg,h264,pcm_s16le,pcm_s16be"
such that the command can work normally.


thanks a lot!!!


More information about the ffmpeg-user mailing list