[FFmpeg-user] "Using AVStream.codec ... deprecated, use AVStream.codecpar instead" on output to wav

Ashley Hooper ashleyghooper at gmail.com
Fri Sep 30 12:37:37 EEST 2016


Thanks. Your feedback was very helpful - the error was my own.

Right near the top of the output was an error pertaining to the absence of
the 32-bit (i386) version of libstdc++6.

Apologies for the disturbance.



On 30 September 2016 at 22:06, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2016-09-30 10:53 GMT+02:00 Ashley Hooper <ashleyghooper at gmail.com>:
> > I'm trying to convert an mp3 to wav for input to neroAacEnc as below.
> This
> > has always worked in the past, but with the current version of
> > ffmpeg/avconv in Debian Testing (version 3.1.3-1+b3) no longer does.
>
> If this issue is not reproducible with current FFmpeg git head (the only
> version supported here), you should report it to Debian.
>
> > The command line I'm using is:
> >
> > ffmpeg -i "test.mp3" -f wav - | neroAacEnc -ignorelength -if - -q 0.25
> > -of "test"
>
> Whenever you ask for support here, please do not just provide a
> command line but the command line you used together with the
> complete, uncut console output.
>
> Note that the wav format is not really suitable for piping (but if Nero
> accepts it, I understand that you don't care) but if it worked in the
> past, we would of course like to fix it.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list