[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Add -toeof option to stop writing relative to EOF
Gyan Doshi
gyandoshi at gmail.com
Sun Jun 10 21:10:32 EEST 2018
On 10-06-2018 10:01 PM, morten.with at gmail.com wrote:
>
> + at item -toeof @var{position} (@emph{input})
> +Stop writing the output at @var{position} relative to the "end of file". That is negative
> +values are later in the file, 0 is at EOF.
Should be,
"Stop reading the input at @var{position} relative to the "end of file".
That is, larger negative values are earlier in the file, 0 is at EOF."
> + { "toeof", HAS_ARG | OPT_TIME | OPT_OFFSET | OPT_INPUT, { .off = OFFSET(stop_time_eof) },
> + "record or transcode stop time relative to EOF", "time_stop" },
"input stop time relative to EOF"
Regards,
Gyan
More information about the ffmpeg-devel
mailing list