-------- Original Message -------- Subject: Re: [FFmpeg-user] generating a poster uses all my ram Local Time: December 29 2015 4:22 pm UTC Time: December 30 2015 12:22 am From: [email protected] To: [email protected]
chovy <chovy <at> protonmail.com> writes: > ffmpeg -y -i "index_700_av-p.m3u8" -vf fps=1/60 > -update 1 "./poster.png" -hls_time 10 -hls_list_size 10 > -hls_wrap 10 -hls_flags delete_segments > -hls_segment_filename "./video%03d.ts" -c:v copy -c:a copy > test.m3u8 > test.log 2>&1 & > > Here is the log: > > ffmpeg version 2.8.3 Copyright (c) 2000-2015 the FFmpeg developers I cannot reproduce the memory issue, please test current FFmpeg git head. It happens on both local machine and server for me. I'm using a pre-built version of ffmpeg from http://johnvansickle.com/ffmpeg/ > configuration: > --enable-pthreads --enable-vda Unrelated: This options have no effect, please remove them. I don't know how to disable these > --cc=clang --host-cflags= --host-ldflags= These should probably also be removed. > --enable-libvo-aacenc The native encoder is of better quality nowadays... (I was not allowed to add a warning at runtime.) How do I enable this with pre-built from link above? _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
