refactor level-meter widget: 5x2 stops meter colors
[ardour.git] / gtk2_ardour / transcode_ffmpeg.cc
index f14e472815d1bdb98765dc4b39485ff6d9a88262..657b79ffba70619642150438f2101ed0df4fcda8 100644 (file)
@@ -471,7 +471,7 @@ TranscodeFfmpeg::transcode (std::string outfile, const int outw, const int outh,
        argp[6] = (char*) calloc(10,sizeof(char)); snprintf(argp[6], 10, "%ix%i", width, height);
        argp[7] = strdup("-y");
        argp[8] = strdup("-vcodec");
-       argp[9] = strdup("mpeg4");
+       argp[9] = strdup("mjpeg");
        argp[10] = strdup("-an");
        argp[11] = strdup("-intra");
        argp[12] = strdup("-g");