We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21951be commit 6c20fa4Copy full SHA for 6c20fa4
src/QtHtmlReader.cpp
@@ -117,7 +117,7 @@ void QtHtmlReader::Open()
117
info.height = height;
118
info.pixel_ratio.num = 1;
119
info.pixel_ratio.den = 1;
120
- info.duration = 60 * 60 * 24; // 24 hour duration
+ info.duration = 60 * 60 * 1; // 1 hour duration
121
info.fps.num = 30;
122
info.fps.den = 1;
123
info.video_timebase.num = 1;
0 commit comments