[FFmpeg-user] Hardening ffmpeg stream download?
Carl Zwanzig
cpz at tuunq.com
Thu Jun 9 19:26:44 EEST 2022
On 6/9/2022 9:16 AM, Bo Berglund wrote:
> Or if it is impossible given the output file format, is there some other format
> that can be used to harden the download?
mp4 files must be "finalized" so aren't a good choice for an application
which might be interrupted. If the download is an mpeg stream (probably, is
it?), record that then post-process into an mp4. That'll take up more space
but you recover that after the re-coding.
z!
More information about the ffmpeg-user
mailing list