summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-04-20 02:01:32 +0100
committerComment <tim@gray.(none)>2013-04-20 02:01:32 +0100
commitda05e29b124b2f6d553dedb1c63a4a655fc4f7b6 (patch)
tree3453530d4d7fee2fd165b399ed9ded9fc5abb471 /rotord/rotor.cpp
parent3608a44b8222cfd76b8ba789e1f5ea6b7020a3e9 (diff)
audio muxer ongoing
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp
index 4c1146e..787b943 100755
--- a/rotord/rotor.cpp
+++ b/rotord/rotor.cpp
@@ -769,7 +769,9 @@ bool Video_output::render(const float duration, const float framerate,const stri
int frameRate=25;
AVCodecID codecId=AV_CODEC_ID_MPEG4;
std::string container ="mov";
+ std::string input ="01.wav";
+ bool usingaudio=audio_loader.setup(input);
if (exporter->setup(outW,outH,bitRate,frameRate,container)) { //codecId,
if (exporter->record(output_filename)) {