Set still-image duration to 1 hour

This commit is contained in:
FeRD (Frank Dana)
2019-10-25 13:42:57 -04:00
parent acadab708f
commit e15c0c168b
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ void TextReader::Open()
info.height = image->size().height();
info.pixel_ratio.num = 1;
info.pixel_ratio.den = 1;
info.duration = 1;
info.duration = 60 * 60 * 1; // 1 hour duration
info.fps.num = 30;
info.fps.den = 1;
info.video_timebase.num = 1;