Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Nicolas George
Le primidi 21 fructidor, an CCXXV, Paul B Mahol a écrit : > > ./ffmpeg_g -lavfi testsrc2,zoompan -f framecrc - > Lavd bug. Read again, this is not using lavd at all. And it should work. The fact that it does not is definitely a zoompan bug. Regards, -- Nicolas George signature.asc Descripti

Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Paul B Mahol
On 9/7/17, Nicolas George wrote: > Le primidi 21 fructidor, an CCXXV, Paul B Mahol a ecrit : >> Works here, you will need to be more verbose. > > ./ffmpeg_g -lavfi testsrc2,zoompan -f framecrc - Lavd bug. Normal -vf approach works. ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Nicolas George
Le primidi 21 fructidor, an CCXXV, Paul B Mahol a écrit : > Works here, you will need to be more verbose. ./ffmpeg_g -lavfi testsrc2,zoompan -f framecrc - begs to differ. Regards, -- Nicolas George signature.asc Description: Digital signature ___

Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Paul B Mahol
On 9/7/17, Nicolas George wrote: > Le primidi 21 fructidor, an CCXXV, Paul B Mahol a ecrit : >> > I do not have the faintest idea what the output of this filter is >> > supposed >> > to look like, so testing is limited. But at least now it outputs >> > something. >> Breaks duration expression. > >

Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Nicolas George
Le primidi 21 fructidor, an CCXXV, Paul B Mahol a écrit : > > I do not have the faintest idea what the output of this filter is supposed > > to look like, so testing is limited. But at least now it outputs something. > Breaks duration expression. I do not see how it could be, as the filter current

Re: [FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Paul B Mahol
On 9/7/17, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/vf_zoompan.c | 36 +--- > 1 file changed, 9 insertions(+), 27 deletions(-) > > > I do not have the faintest idea what the output of this filter is supposed > to look like, so test

[FFmpeg-devel] [PATCH 4/8] lavfi/vf_zoompan: fix scheduling logic.

2017-09-07 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/vf_zoompan.c | 36 +--- 1 file changed, 9 insertions(+), 27 deletions(-) I do not have the faintest idea what the output of this filter is supposed to look like, so testing is limited. But at least now it outputs some