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
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
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/
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
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
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
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 "
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
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
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
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
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
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.
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
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
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
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
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
___
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
19 matches
Mail list logo