Re: [FFmpeg-user] Failure with assertion "avpkt->buf failed at libavcodec/encode.c"

2019-11-18 Thread Carl Eugen Hoyos
Am Mo., 18. Nov. 2019 um 14:41 Uhr schrieb James E. Baird : > > >This issue was fixed over the weekend. > I am assuming I just need to recompile then? No, you have to update to current FFmpeg git head. > CONFIDENTIALITY NOTICE: This e-mail including attachments is covered by the > Electronic Co

Re: [FFmpeg-user] Failure with assertion "avpkt->buf failed at libavcodec/encode.c"

2019-11-18 Thread James E. Baird
>This issue was fixed over the weekend. > >Carl Eugen I am assuming I just need to recompile then? Thanks Carl CONFIDENTIALITY NOTICE: This e-mail including attachments is covered by the Electronic Communications Privacy Act, 18 U.S.C. ยงยง2510-2521, is confidential and may contain information

Re: [FFmpeg-user] Failure with assertion "avpkt->buf failed at libavcodec/encode.c"

2019-11-18 Thread Carl Eugen Hoyos
> Am 16.11.2019 um 01:35 schrieb James E. Baird : > > Assertion !avpkt->data || avpkt->buf failed at libavcodec/encode.c This issue was fixed over the weekend. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/

[FFmpeg-user] Failure with assertion "avpkt->buf failed at libavcodec/encode.c"

2019-11-15 Thread James E. Baird
Hello, I am getting a failure (the assertion at the end) trying to transcode using h264_nvenc. The error goes away only when I remove the h264_nvenc encoder. I cannot find any information on this error. Has anyone seen this before? Hostname:~$ ffmpeg -i 'udp://@239.1.1.92:59092' -vcodec h264_n