Mercurial > hg > aimc
diff src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc @ 603:087f3b3c36d3
Add option to dump strobes
author | tomwalters@google.com |
---|---|
date | Tue, 07 May 2013 14:24:33 +0000 |
parents | 0986e63dd1d7 |
children | 0bdd58ee6e92 |
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc Fri Apr 19 00:26:23 2013 +0000 +++ b/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc Tue May 07 14:24:33 2013 +0000 @@ -168,7 +168,7 @@ char sCmdLine[1024]; //!\todo check that snprintf does not want a larger buffer snprintf(sCmdLine, sizeof(sCmdLine)/sizeof(sCmdLine[0]), "%s -y -i \"%s\" -r %.2f -i \"%s%%06d.png\" " - "-sameq -r %.2f -ar 44100 -acodec pcm_s16le %s \"%s\"", + "-qscale 0 -r %.2f -ar 44100 -acodec pcm_s16le %s \"%s\"", sffmpegPath, sound_filename_.c_str(), frame_rate, directory_.c_str(), frame_rate, sCodecOptions, movie_filename_.c_str()); printf("%s", sCmdLine);