[FFmpeg-user] generating a poster uses all my ram
chovy
chovy at protonmail.ch
Wed Dec 30 05:20:57 CET 2015
-------- 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: cehoyos at ag.or.at
To: ffmpeg-user at ffmpeg.org
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?
More information about the ffmpeg-user
mailing list