[FFmpeg-user] generating a poster uses all my ram
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Dec 30 01:22:26 CET 2015
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
More information about the ffmpeg-user
mailing list