Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-04 Thread Kevin Mitchell
oops. fixed. From 7a8b181f88c8039c044d662fadbb92befeb8f163 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH] avfilter/vf_idet: add a repeated field detection This can be useful for determining telecine. --- doc/filters.texi | 19

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-03 Thread Kevin Mitchell
rebase and update to use av_rescale. oops didn't know that was there. From 24023583a75e5f120058802a247a41ea0508aa05 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH] avfilter/vf_idet: add a repeated field detection This can be usefu

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-03 Thread Kevin Mitchell
updated From 8a5e529815160edaf5ddb6f7ee3660542012f968 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH 2/2] avfilter/vf_idet: add a repeated field detection This can be useful for determining telecine. --- doc/filters.texi | 19

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-03 Thread Kevin Mitchell
that at the end. From 531b758519387fd31eb9ddac7561737340accba0 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 21:30:51 -0800 Subject: [PATCH 1/2] avfilter/vf_idet: add a "half_life" option for statistics This can be useful for videos in which the interlacing patte

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-02 Thread Kevin Mitchell
update with half life patch From bb68edd9a0f31acf757e8819e783191ce5b2d800 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH 2/2] avfilter/vf_idet: add a repeated field detection This can be useful for determining telecine. --- doc/filters.texi

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-02 Thread Kevin Mitchell
Ok, I fixed the logic by removing round() and added an integer power function to replace pow() From f66e072d477964ebcfe38eafe40d12030a91df14 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 21:30:51 -0800 Subject: [PATCH 1/2] avfilter/vf_idet: add a "half_life"

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-02 Thread Kevin Mitchell
update with half life patch On Sun, Nov 2, 2014 at 5:04 AM, Kevin Mitchell wrote: > update with half life patch From 0a870e0bb9be9c8537c7b6b133e528f8afffe35f Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH 2/2] avfilter/vf_idet: add a repea

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-02 Thread Kevin Mitchell
2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:37:13 -0800 Subject: [PATCH 1/2] avfilter/vf_idet: add a "half_life" option for statistics This can be useful for videos in which the interlacing pattern changes. --- doc/filters.texi | 5 libavfilter/version.h | 2 +- libavf

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-02 Thread Kevin Mitchell
update with half life patch From eab73507ebdc0af04c0aa9b5acd166d588a026c7 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:49:34 -0800 Subject: [PATCH 2/2] avfilter/vf_idet: add a repeated field detection This can be useful for determining telecine. --- doc/filters.texi

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-02 Thread Kevin Mitchell
Removed the unrelated documentation changes, used uint64_t instead of float. From 0fc44ce601266e94fb8c6137091f3eb91616a235 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 2 Nov 2014 04:37:13 -0800 Subject: [PATCH 1/2] avfilter/vf_idet: add a "half_life" option for statistics T

Re: [FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-01 Thread Kevin Mitchell
Updated to fit with half life patch On Sat, Nov 1, 2014 at 7:12 AM, Kevin Mitchell wrote: > From d31cbea4430043ad71f8ad3f099ee8cbbc997875 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 1 Nov 2014 05:38:35 -0700 Subject: [PATCH 2/2] avfilter/vf_idet: add a repeated field detect

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-01 Thread Kevin Mitchell
Ok, changed to half life. On Sat, Nov 1, 2014 at 10:52 AM, Michael Niedermayer wrote: > On Sat, Nov 01, 2014 at 07:08:53AM -0700, Kevin Mitchell wrote: >> > >> doc/filters.texi |7 +++ >> libavfilter/version.h |2 +- >>

[FFmpeg-devel] [PATCH 3/3] idet improvements: add repeated field detection

2014-11-01 Thread Kevin Mitchell
From d8141813d2987a2f7f06f738062301254ecb4c28 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 1 Nov 2014 03:12:48 -0700 Subject: [PATCH 3/3] avfilter/vf_idet: add repeated field detection This is useful for detecting telecine --- doc/filters.texi | 25

Re: [FFmpeg-devel] [PATCH 2/3] idet improvements: add reset_count feature

2014-11-01 Thread Kevin Mitchell
From 2ac0c4b6bab752c92ffa615c028cd4582441f680 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 1 Nov 2014 05:38:35 -0700 Subject: [PATCH 2/3] avfilter/vf_idet: add a "reset_count" option like cropdetect This can be useful for videos in which the interlacing pattern changes.

[FFmpeg-devel] [PATCH 1/3] idet improvements: add current frame classification to metadata

2014-11-01 Thread Kevin Mitchell
This was requested following my initial patch adding the metadata. Should resolve http://trac.ffmpeg.org/ticket/3832 From 2c4f9c042a863ae370ff21058c9aa72e0d0c6d7e Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 1 Nov 2014 04:10:15 -0700 Subject: [PATCH 1/3] avfilter/idet: add current

Re: [FFmpeg-devel] [PATCH] add both single and mutiple frame detection metadata in vf_idet

2014-10-19 Thread Kevin Mitchell
nt Bœsch wrote: > On Sun, Oct 19, 2014 at 02:34:40PM -0700, Kevin Mitchell wrote: >> Doh. Not having a good day. Use consistent metadata tags. >> >> On Sun, Oct 19, 2014 at 1:37 PM, Kevin Mitchell wrote: >> > Thanks for the quick merge. Unfortunately, i realized i

Re: [FFmpeg-devel] [PATCH] add both single and mutiple frame detection metadata in vf_idet

2014-10-19 Thread Kevin Mitchell
Doh. Not having a good day. Use consistent metadata tags. On Sun, Oct 19, 2014 at 1:37 PM, Kevin Mitchell wrote: > Thanks for the quick merge. Unfortunately, i realized i only added the > metadata for single frame detection. This patch adds both single and > multiple frame detect

[FFmpeg-devel] [PATCH] add both single and mutiple frame detection metadata in vf_idet

2014-10-19 Thread Kevin Mitchell
Thanks for the quick merge. Unfortunately, i realized i only added the metadata for single frame detection. This patch adds both single and multiple frame detection. From 61bd64c4c408c6842e5599fdaed9a4353696c337 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 19 Oct 2014 13:32:56 -0700

[FFmpeg-devel] [PATCH] vf_idet frame metadata

2014-10-19 Thread Kevin Mitchell
The attached patch adds the cumulative tff / bff / progressive / undetermined counts to the AVFrame metadata. The use case is to decide which deinterlacing filter to insert in an mpv lua script. From a06cf8a453139964bc7dd7c27612692a3f660b0d Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun