diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-18 18:06:11 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-18 18:06:11 +0100 |
| commit | 8f75260c27d739aad3b019d29ba4178ba8ce55b5 (patch) | |
| tree | d048e0d44cffe75c01cce40e5baaeb62c0c52cce /rotord/rotor.cpp | |
| parent | 295bd6aa3509ed07b998f2b98cfe4852da317ec2 (diff) | |
audio writing with an error
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index b06122f..975ec85 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -768,7 +768,7 @@ bool Video_output::render(const float duration, const float framerate,const stri int bitRate=4000000; int frameRate=25; AVCodecID codecId=AV_CODEC_ID_MPEG4; - std::string container ="m4v"; + std::string container ="mov"; if (exporter->setup(outW,outH,bitRate,frameRate,codecId,container)) { |
