[FFmpeg-devel] [PATCH] lavfi/fade: Add ability to do video fade based on time
Andy and Deanna
andyndeanna at gmail.com
Sun Apr 21 22:16:35 CEST 2013
Clement,
Thanks! I am quite impressed at how many people put in a lot of time and effort on this project. And there seems to be a lot of effort in keeping the code clean. Thanks for the good work.
Andy
Sent from my iPad
On Apr 21, 2013, at 2:58 PM, Clément Bœsch <ubitux at gmail.com> wrote:
> On Sat, Apr 20, 2013 at 12:59:04PM -0400, Andy n Deanna wrote:
>> Clément,
>>
>> I have implemented all of your suggestions, with the exception of
>> adding a test to FATE. There is a subtle different between how the
>> fade is calculated that makes some of the output frames slightly
>> different when using the equivalent parameters. The frame-based
>> fade has a fixed difference between frames, so all of the rounding
>> error happens at the end, whereas the time-based fade calculates the
>> fade every frame, so the rounding error is distributed throughout
>> the fade. Not sure which is technically correct, but calculating at
>> every frame seemed to be simpler for the time-based fade.
>>
>> So to add a test to FATE, we need to add a new file to compare the
>> output to. That is currently outside of my abilities. I can do it,
>> but I need some guidance as to how to do it.
>>
>> Summary of changes from last patch:
>> - Conditional logging for frame-based vs time-based.
>> - Fixed indentation and trailing whitespace (oops)
>> - Switch to AV_OPT_TYPE_DURATION
>> - Moved new options to the end
>>
>> Thanks!
>> Andy
>
>> From 77c9528f1b736ef0f37402f41700ade0b2cf55e5 Mon Sep 17 00:00:00 2001
>> From: Andy Martin <amartin at ubuntu.(none)>
>> Date: Tue, 16 Apr 2013 21:35:02 -0400
>> Subject: [PATCH] lavfi/fade: Added ability to do video fade based on
>> timestamp
>>
>> ---
>> doc/filters.texi | 18 ++++++++++
>> libavfilter/vf_fade.c | 95 ++++++++++++++++++++++++++++++++++++++++---------
>> 2 files changed, 97 insertions(+), 16 deletions(-)
>>
>
> Patch applied. Thank you for your contribution.
>
> --
> Clément B.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list