24std::unique_ptr<MediaFilter>
27 JAMI_WARN(
"Rotation set to %d", rotation);
41 ss <<
", scale=w=-1:h=" << height <<
", pad=" << width <<
":" << height <<
":(ow-iw)/2";
43 ss <<
", scale=w=" << width <<
":h=-1" <<
", pad=" << width <<
":" << height <<
":0:(oh-ih)/2";
48 ss <<
"transpose=1, transpose=1";
55 ss <<
", scale=w=-1:h=" << height <<
", pad=" << width <<
":" << height <<
":(ow-iw)/2";
57 ss <<
", scale=w=" << width <<
":h=-1" <<
", pad=" << width <<
":" << height <<
":0:(oh-ih)/2";
65 std::vector<MediaStream>
msv;
Naive implementation of the boost::rational interface, described here: https://www....
std::unique_ptr< MediaFilter > getTransposeFilter(int rotation, std::string inputName, int width, int height, int format, bool rescale)
void emitSignal(Args... args)