ffmpeg-python icon indicating copy to clipboard operation
ffmpeg-python copied to clipboard

Correct -re argument in example readme

Open LazerLotus opened this issue 1 year ago • 0 comments

According to the ffmpeg document(https://ffmpeg.org/ffmpeg.html), the -re argument is an input option, not a global argument .

-re (input)
Read input at native frame rate. This is equivalent to setting -readrate 1.

The example in the readme ## Stream from a local video to HTTP server part code is not work, so I made a tiny correction.

LazerLotus avatar Nov 07 '24 13:11 LazerLotus