Re: [FFmpeg-user] Inserting text at exact timestamps

2016-10-15 Thread Sven C. Dack

On 15/10/16 12:49, Bet Scape wrote:

Is it possible to insert text into a video at the exact timestamps?

Assuming video is 10 minutes long and I have over 500 messages to display
for 1 second each and I only have the timestamps of when the messages
should appear.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


Subtitles come to mind. They do just that.

Otherwise see the drawtext filter:

https://ffmpeg.org/ffmpeg-filters.html#drawtext-1


___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Inserting text at exact timestamps

2016-10-15 Thread Bet Scape
Is it possible to insert text into a video at the exact timestamps?

Assuming video is 10 minutes long and I have over 500 messages to display
for 1 second each and I only have the timestamps of when the messages
should appear.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".