diff --git a/modules/highgui/test/test_ffmpeg.cpp b/modules/highgui/test/test_ffmpeg.cpp index 8438f9014b..01afa8301e 100644 --- a/modules/highgui/test/test_ffmpeg.cpp +++ b/modules/highgui/test/test_ffmpeg.cpp @@ -104,7 +104,10 @@ public: frame_s = Size(1920, 1080);*/ if( tag == VideoWriter::fourcc('M', 'P', 'E', 'G') ) + { + frame_s = Size(720, 576); fps = 25; + } VideoWriter writer(filename, tag, fps, frame_s);