> For subtitles, what if the content of .srt or .ass file is being > updated at every second. Will ffmpeg crash because the file is being > ‘locked’ by another process that is updating it?
If you're going to update it every second, how come textfile/reload=1 won't work? I put my textfile in /tmp which is a tmpfs filesystem so that it remains in memory the whole time (fast, no disk access) if you're worried about disk I/O. Cheers, Adam. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
