24std::unique_ptr<MediaFilter>
26 int rotation, std::string
inputName,
int width,
int height,
int format,
bool rescale)
28 JAMI_WARN(
"Rotation set to %d", rotation);
42 ss <<
", scale=w=-1:h=" << height <<
", pad=" << width <<
":" << height
45 ss <<
", scale=w=" << width <<
":h=-1"
46 <<
", pad=" << width <<
":" << height <<
":0:(oh-ih)/2";
51 ss <<
"transpose=1, transpose=1";
58 ss <<
", scale=w=-1:h=" << height <<
", pad=" << width <<
":" << height
61 ss <<
", scale=w=" << width <<
":h=-1"
62 <<
", pad=" << width <<
":" << height <<
":0:(oh-ih)/2";
70 std::vector<MediaStream>
msv;
Naive implementation of the boost::rational interface, described here: http://www....
std::unique_ptr< MediaFilter > getTransposeFilter(int rotation, std::string inputName, int width, int height, int format, bool rescale)
void emitSignal(Args... args)