Skip to content

Commit

Permalink
higher recorder bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Oct 18, 2012
1 parent 9d649ba commit c51d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/ofxGstVideoRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ofxGstVideoRecorder::setup(int width, int height, int bpp, string file, Cod
encoder = "vtenc_h264 ! ";
#else
encoderformat << " video/x-raw-yuv, format=(fourcc)I420, width=" << width << ", height=" << height;
encoder = "x264enc bitrate=1024 ! ";
encoder = "x264enc bitrate=2048 ! ";
#endif
pay = "rtph264pay pt=96 ! ";
break;
Expand Down

0 comments on commit c51d86c

Please sign in to comment.