Am 06.07.2015 um 11:17 schrieb Paul B Mahol:
On 6/25/15, Bernd Blessmann wrote:
Hi all,
I want to implement process_command for vf_scale.c and vf_crop.c in order to
use zmq to change
scaling and cropping dynamically.
I have implemented it using av_opt_set() and calling config_props() for
scal
On 6/25/15, Bernd Blessmann wrote:
> Hi all,
>
> I want to implement process_command for vf_scale.c and vf_crop.c in order to
> use zmq to change
> scaling and cropping dynamically.
>
> I have implemented it using av_opt_set() and calling config_props() for
> scale and config_input() and
> config_
Am 25.06.2015 um 16:20 schrieb Bernd Blessmann:
Hi all,
I want to implement process_command for vf_scale.c and vf_crop.c in order to
use zmq to change
scaling and cropping dynamically.
I have implemented it using av_opt_set() and calling config_props() for scale
and config_input() and
config_
Hi all,
I want to implement process_command for vf_scale.c and vf_crop.c in order to use zmq to change
scaling and cropping dynamically.
I have implemented it using av_opt_set() and calling config_props() for scale and config_input() and
config_output() for crop. I am using the config_-functi