diff options
| author | Comment <tim@gray.(none)> | 2013-04-18 02:05:13 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-18 02:05:13 +0100 |
| commit | 295bd6aa3509ed07b998f2b98cfe4852da317ec2 (patch) | |
| tree | 06cf0beed692978d6bb2ba2af278cfd5351b37e7 /rotord/rotor.cpp | |
| parent | bd728800f22d6086ef1c901d7a212d655640c97c (diff) | |
muxing audio
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 975ec85..b06122f 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 ="mov"; + std::string container ="m4v"; if (exporter->setup(outW,outH,bitRate,frameRate,codecId,container)) { |
