diff options
| -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; |
