#5004: ffmpeg leaks memory decoding mpeg2video/encoding mpeg1video
-------------------------------------+-------------------------------------
Reporter: c-14 | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by ronag):
Workaround is to pipe through raw video:
{{{
ffmpeg -f mpegvideo -i - -f nut -c:v rawvideo -pix_fmt yuv420p - | ffmpeg
-f nut -i - -f mpeg1video - > /dev/null
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5004#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac