vtl: use mpeg4 with intra frames for internal seek format

This commit is contained in:
Robin Gareus 2013-04-03 17:22:57 +02:00
parent da260ef5f9
commit 399aee309d
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,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("mjpeg");
argp[9] = strdup("mpeg4");
argp[10] = strdup("-an");
argp[11] = strdup("-intra");
argp[12] = strdup("-g");