[FFmpeg-devel] suggested patch: avfilter/vf_subtitles: add support for subtitles font scaling

2014-09-10 Thread Sergey
Hello. Recently I used ffmpeg to embed subtitles, and I needed to scale them. I thought "original_size" option scales subtitles, but it does not. So I wrote a short patch for it to do that (attached) If that is considered too complex/bad idea I've also attached another patch that adds a "font_sc

Re: [FFmpeg-devel] MXF : default fied dominance is TFF

2014-09-10 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 10:47:12PM +0200, Tomas Härdin wrote: > On Tue, 2014-09-09 at 12:37 +0200, Michael Niedermayer wrote: > > On Mon, Sep 08, 2014 at 12:17:14PM +, Gaullier Nicolas wrote: > > > I did not found an easy way to set up initialization values to properly > > > handle defaults bu

[FFmpeg-devel] [PATCH] avutil/avstring: support asymmetric escaping in av_get_token()

2014-09-10 Thread Michael Niedermayer
This avoids having to construct filter command lines by trial and error or specialized tools. Signed-off-by: Michael Niedermayer --- doc/filters.texi |2 +- libavutil/avstring.c | 18 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/

Re: [FFmpeg-devel] [PATCH] doc/filters: fix localtime drawtext example.

2014-09-10 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 10:24:43AM +0200, Nicolas George wrote: > Le quartidi 24 fructidor, an CCXXII, Simon Thelen a écrit : > > The colon after the localtime function call needs an additional layer of > > escaping or else everything until the next colon is treated as a > > fontfile. > > The chan

Re: [FFmpeg-devel] MXF : default fied dominance is TFF

2014-09-10 Thread Tomas Härdin
On Tue, 2014-09-09 at 12:37 +0200, Michael Niedermayer wrote: > On Mon, Sep 08, 2014 at 12:17:14PM +, Gaullier Nicolas wrote: > > I did not found an easy way to set up initialization values to properly > > handle defaults but I am not a highly skilled developer, and maybe someone > > will fin

Re: [FFmpeg-devel] [PATCH]Do not ask for mxf samples with unknown field dominance

2014-09-10 Thread Tomas Härdin
On Tue, 2014-08-19 at 22:30 +0200, Michael Niedermayer wrote: > On Tue, Aug 19, 2014 at 01:30:24AM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch removes a request for samples of which we already > > have several that all work fine. > > field_dominance can have 256 different values

Re: [FFmpeg-devel] [PATCH] Fix vf_cropdetect returning negative rectangles

2014-09-10 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 11:45:48AM -0700, hjiodjf 97xgw46 wrote: > On Wed, Sep 10, 2014 at 11:26 AM, Michael Niedermayer > wrote: > > On Wed, Sep 10, 2014 at 10:35:23AM -0700, hjiodjf 97xgw46 wrote: > >> It appears to work for me: > > > > > > ./ffmpeg -i matrixbench_mpeg2.mpg -vframes 5 -an -vf "

Re: [FFmpeg-devel] [PATCH 2/3] web: In the nav, Developers links to developer.html + new Contribute link

2014-09-10 Thread Lou Logan
On Sat, 06 Sep 2014 09:15:40 -0800, Lou wrote: > On Sat, Sep 6, 2014, at 04:37 AM, db0company wrote: > > --- > > src/template_head2 |3 ++- > > 1 files changed, 2 insertions(+), 1 deletions(-) > > LGTM, thanks. > > I can apply, but I'll be unable to until Monday. Anyone else can feel > free

Re: [FFmpeg-devel] [PATCH 3/3] web/documentation: Simplify Components Documentation links

2014-09-10 Thread Lou Logan
On Sat, 6 Sep 2014 14:37:14 +0200, db0company wrote: > --- > src/documentation | 18 +- > 1 files changed, 9 insertions(+), 9 deletions(-) Pushed, thanks! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

Re: [FFmpeg-devel] [PATCH 1/3] web: In README, CSS generated for ffmpeg repo not merged anymore due to copyright requirements

2014-09-10 Thread Lou Logan
On Sat, 6 Sep 2014 14:37:12 +0200, db0company wrote: > --- > README |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) Pushed, thanks! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Fix vf_cropdetect returning negative rectangles

2014-09-10 Thread hjiodjf 97xgw46
On Wed, Sep 10, 2014 at 11:26 AM, Michael Niedermayer wrote: > On Wed, Sep 10, 2014 at 10:35:23AM -0700, hjiodjf 97xgw46 wrote: >> It appears to work for me: > > > ./ffmpeg -i matrixbench_mpeg2.mpg -vframes 5 -an -vf "cropdetect" -f null - > > before patch: > [Parsed_cropdetect_0 @ 0x27a46e0] x1:9

Re: [FFmpeg-devel] [PATCH] Fix vf_cropdetect returning negative rectangles

2014-09-10 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 10:35:23AM -0700, hjiodjf 97xgw46 wrote: > It appears to work for me: ./ffmpeg -i matrixbench_mpeg2.mpg -vframes 5 -an -vf "cropdetect" -f null - before patch: [Parsed_cropdetect_0 @ 0x27a46e0] x1:91 x2:719 y1:201 y2:437 w:624 h:224 x:94 y:208 pts:7200 t:0.08 crop=62

Re: [FFmpeg-devel] [PATCH] doc/filters: fix localtime drawtext example.

2014-09-10 Thread Simon Thelen
On 10/09/14 at 10:24, Nicolas George wrote: > Le quartidi 24 fructidor, an CCXXII, Simon Thelen a écrit : > > The colon after the localtime function call needs an additional layer of > > escaping or else everything until the next colon is treated as a > > fontfile. > > The change looks ok, thanks.

Re: [FFmpeg-devel] [PATCH] Fix vf_cropdetect returning negative rectangles

2014-09-10 Thread hjiodjf 97xgw46
It appears to work for me: [Parsed_cropdetect_0 @ 0x7ffbb050e420] x1:1919 x2:1919 y1:1079 y2:1079 w:0 h:0 x:1920 y:1080 pts:80 t:0.08 ... [Parsed_cropdetect_0 @ 0x7ffbb050e420] x1:1524 x2:1919 y1:251 y2:1079 w:384 h:816 x:1530 y:258 pts:1160 t:1.16 crop=384:816:1530:258 [Parsed_cropdetec

[FFmpeg-devel] [PATCH] doc/examples/transcoding: use av_packet_rescale_ts()

2014-09-10 Thread Stefano Sabatini
Simplify. --- doc/examples/transcoding.c | 36 +--- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index a8f4210..759c628 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c

Re: [FFmpeg-devel] [PATCH] lavf/segment: add segment_format_options option

2014-09-10 Thread Steven Liu
What about push this option into format hls? 2014-09-07 19:23 GMT+08:00 Stefano Sabatini : > On date Saturday 2014-09-06 22:00:05 +0200, Michael Niedermayer encoded: > > On Sat, Sep 06, 2014 at 03:46:03PM +0200, Stefano Sabatini wrote: > > > TODO: bump micro > > > --- > > > doc/muxers.texi

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself"

2014-09-10 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 10:25:19AM +0200, Nicolas George wrote: > Le quartidi 24 fructidor, an CCXXII, Michael Niedermayer a écrit : > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/concatdec.c |8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > Ok for me. app

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself"

2014-09-10 Thread Nicolas George
Le quartidi 24 fructidor, an CCXXII, Michael Niedermayer a écrit : > Signed-off-by: Michael Niedermayer > --- > libavformat/concatdec.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) Ok for me. Regards, -- Nicolas George signature.asc Description: Digital signature ___

Re: [FFmpeg-devel] [PATCH] doc/filters: fix localtime drawtext example.

2014-09-10 Thread Nicolas George
Le quartidi 24 fructidor, an CCXXII, Simon Thelen a écrit : > The colon after the localtime function call needs an additional layer of > escaping or else everything until the next colon is treated as a > fontfile. The change looks ok, thanks. The commit message seems strange, though: I would have