JohanBlome / encapp

Easy way to test video encoders in Android in large scale.
BSD 3-Clause "New" or "Revised" License
22 stars 15 forks source link

encapp: enable expand for protobuf variables #213

Closed JohanBlome closed 5 days ago

JohanBlome commented 5 days ago

Same as bitrate expansion for cli.

I.e. configure { codec: "OMX.google.h264.encoder" bitrate: "200k-400k-100k" resolution: "176x144,1280x720" }

Which will result in six files run. Expansion is START-STOP-STEP. Multiple ranges or single values are comma separated.