From 399aee309d4e81d73be463cc0890906acfdc09d9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 3 Apr 2013 17:22:57 +0200 Subject: vtl: use mpeg4 with intra frames for internal seek format --- gtk2_ardour/transcode_ffmpeg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/transcode_ffmpeg.cc b/gtk2_ardour/transcode_ffmpeg.cc index 7780c4f02b..854b7def22 100644 --- a/gtk2_ardour/transcode_ffmpeg.cc +++ b/gtk2_ardour/transcode_ffmpeg.cc @@ -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"); -- cgit v1.2.3