diff options
| author | Comment <tim@gray.(none)> | 2013-04-20 02:01:32 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-20 02:01:32 +0100 |
| commit | da05e29b124b2f6d553dedb1c63a4a655fc4f7b6 (patch) | |
| tree | 3453530d4d7fee2fd165b399ed9ded9fc5abb471 /rotord/rotor.cpp | |
| parent | 3608a44b8222cfd76b8ba789e1f5ea6b7020a3e9 (diff) | |
audio muxer ongoing
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 2 |
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)) { |
