diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-19 13:25:51 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-19 13:25:51 +0100 |
| commit | cb4b17f617e998fb64cf20e13bd05b5f31f240ce (patch) | |
| tree | f9eb2bb15e9d8f207b1512b4da37da7ac991fd52 /rotord/src/graph.cpp | |
| parent | b57c742e2df5c8f495a3b4dbf4a9e56a4aab9f7e (diff) | |
reduce bit rate
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index eada044..0cc36de 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -98,7 +98,7 @@ bool Graph::video_render(const string &output_filename,const float framerate) { } // //setup defaults - int bitRate=5000000; + AVCodecID codecId=AV_CODEC_ID_H264; //MPEG4; std::string container; Poco::StringTokenizer t(output_filename,"."); |
