diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-14 12:00:24 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-14 12:00:24 +0000 |
| commit | ac18876e19d923a52d1c738fc2f14dda20433832 (patch) | |
| tree | 69b5fee4e7a2f0555d4240c95544da43e2007a31 /rotord | |
| parent | 17993784daaa38098b9430824333a2ff72757930 (diff) | |
lower default data rate
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/src/graph.h | 2 | ||||
| -rw-r--r-- | rotord/src/libavwrapper.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 129d754..93cff05 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -25,7 +25,7 @@ copy nodes ` namespace Rotor { class Graph{ public: - Graph(){duration=20.0f;loaded = false;audio_loaded=false;bitRate=28000;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;analysis_seed=0;}; + Graph(){duration=20.0f;loaded = false;audio_loaded=false;bitRate=25000;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;analysis_seed=0;}; Graph(const string& _uid,const string& _desc){ Graph(); init(_uid,_desc); diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp index c3fa235..aa4ddba 100644 --- a/rotord/src/libavwrapper.cpp +++ b/rotord/src/libavwrapper.cpp @@ -402,7 +402,7 @@ AVStream* libav::exporter::add_stream(AVFormatContext *oc, AVCodec **codec,enum case AVMEDIA_TYPE_AUDIO: st->id = 1; c->sample_fmt = AV_SAMPLE_FMT_S16; - c->bit_rate = 256000; + c->bit_rate = 160000; c->sample_rate = 44100; c->channels = 2; c->channel_layout=AV_CH_LAYOUT_STEREO; |
