[FFmpeg-user] Alternative to Dynamic Text

Carl Zwanzig cpz at tuunq.com
Tue Nov 9 18:43:38 EET 2021


On 11/9/2021 3:01 AM, Nicolas George wrote:
> It is the responsibility of whoever writes the file to ensure
> that the writing does not overlap with the reading.

Never heard that one, usually it's the reverse unless _both_ have some form 
of mutex/file-lock implemented. Given than it's not likely that either 
program expects a need to cooperate with another, the best you can do is 
make the reader less sensitive to the errors.

Later,

z!


More information about the ffmpeg-user mailing list