Re: [FFmpeg-devel] implement process_command for vf_scale and vf_crop

2015-07-06 Thread Bernd Blessmann
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

Re: [FFmpeg-devel] implement process_command for vf_scale and vf_crop

2015-07-06 Thread 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 > scale and config_input() and > config_

Re: [FFmpeg-devel] implement process_command for vf_scale and vf_crop

2015-07-05 Thread Bernd Blessmann
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_

[FFmpeg-devel] implement process_command for vf_scale and vf_crop

2015-06-25 Thread 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_output() for crop. I am using the config_-functi