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. > configuration: > --enable-pthreads --enable-vda Unrelated: This options have no effect, please remove them. > --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.) Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
