On date Tuesday 2016-08-30 12:31:27 +0200, Stefano Sabatini encoded:
[...]
> I rebased the patch, and performed two simple changes in ffprobe (see
> attachment), and it's almost working.
>
> I think supporting the show_compact_data mode should simplify the
> format in case the format is generated
On date Tuesday 2016-08-23 16:53:28 +0200, Nicolas George encoded:
> Le septidi 7 fructidor, an CCXXIV, Stefano Sabatini a écrit :
> > Bump.
> >
> > So, basically, what are the features that you want to add?
> > I can list a few:
> >
> > - have multiple streams (with media type and optionally enc
Le septidi 7 fructidor, an CCXXIV, Stefano Sabatini a écrit :
> Bump.
>
> So, basically, what are the features that you want to add?
> I can list a few:
>
> - have multiple streams (with media type and optionally encoding,
> assumes base64 by default) in a dedicated header
>
> - specify codec
On date Saturday 2016-08-20 15:51:46 +0200, Stefano Sabatini encoded:
> On date Tuesday 2016-06-28 11:42:42 +0200, Nicolas George encoded:
> > Le decadi 10 messidor, an CCXXIV, Stefano Sabatini a écrit :
> > > +The fftextdata bytestream consists of a sequence of packets. Each
> > > +packet starts w
On date Tuesday 2016-06-28 11:42:42 +0200, Nicolas George encoded:
> Le decadi 10 messidor, an CCXXIV, Stefano Sabatini a écrit :
> > +The fftextdata bytestream consists of a sequence of packets. Each
> > +packet starts with a timestamps expressed in a format recognized by
> > +FFmpeg (see
> > +@re
On date Tuesday 2016-06-28 11:42:42 +0200, Nicolas George encoded:
> Le decadi 10 messidor, an CCXXIV, Stefano Sabatini a écrit :
> > +The fftextdata bytestream consists of a sequence of packets. Each
> > +packet starts with a timestamps expressed in a format recognized by
> > +FFmpeg (see
> > +@re
Le decadi 10 messidor, an CCXXIV, Stefano Sabatini a écrit :
> +The fftextdata bytestream consists of a sequence of packets. Each
> +packet starts with a timestamps expressed in a format recognized by
> +FFmpeg (see
> +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1)
> m
On date Tuesday 2016-06-14 19:36:04 +0200, Stefano Sabatini encoded:
> On date Sunday 2016-06-05 12:59:48 +0200, Stefano Sabatini encoded:
> > On date Thursday 2016-05-19 18:50:17 +0200, Stefano Sabatini encoded:
> > > On date Thursday 2016-05-19 18:45:22 +0200, Stefano Sabatini encoded:
> > > > Th
On date Sunday 2016-06-05 12:59:48 +0200, Stefano Sabatini encoded:
> On date Thursday 2016-05-19 18:50:17 +0200, Stefano Sabatini encoded:
> > On date Thursday 2016-05-19 18:45:22 +0200, Stefano Sabatini encoded:
> > > This format is useful to inject custom user data into streams.
> > > ---
> > >
On date Thursday 2016-05-19 18:50:17 +0200, Stefano Sabatini encoded:
> On date Thursday 2016-05-19 18:45:22 +0200, Stefano Sabatini encoded:
> > This format is useful to inject custom user data into streams.
> > ---
> > doc/demuxers.texi | 40 +
> > doc/muxers.texi
On Tue, May 24, 2016 at 19:50:26 +0200, Stefano Sabatini wrote:
> What warnings?
>
> > [fftextdata @ 0xaf687a0] Using AVStream.codec to pass codec parameters to
> > muxers is deprecated, use AVStream.codecpar instead.
Yes, that one.
> This one is currently shown in every conversion.
Ah, I miss
On date Monday 2016-05-23 15:31:33 +0200, Moritz Barsnick encoded:
> On Thu, May 19, 2016 at 19:29:40 +0200, Stefano Sabatini wrote:
> > > > +ffmpeg -i INPUT -codec copy -map 0 -an -vn data.fftd
>
> BTW, is this possibly the first and only muxer which can actually remux
> timed_id3? I have been tr
On Thu, May 19, 2016 at 19:29:40 +0200, Stefano Sabatini wrote:
> > > +ffmpeg -i INPUT -codec copy -map 0 -an -vn data.fftd
BTW, is this possibly the first and only muxer which can actually remux
timed_id3? I have been trying to *extract* timed_id3, but haven't
figured out into which format I can
On date Thursday 2016-05-19 19:18:02 +0200, Moritz Barsnick encoded:
> On Thu, May 19, 2016 at 18:45:22 +0200, Stefano Sabatini wrote:
>
> > [FFmpeg-devel] [PATCH] lavf: add textdata virtual demuxer and demuxer
>
> demuxer and *muxer* !?
Sure, locally fixed.
> > +S
On Thu, May 19, 2016 at 18:45:22 +0200, Stefano Sabatini wrote:
> [FFmpeg-devel] [PATCH] lavf: add textdata virtual demuxer and demuxer
demuxer and *muxer* !?
> +Store a data stream to an output file:
> +@example
> +ffmpeg -i INPUT -codec copy -map 0 -an -vn data.fftd
Would this m
On date Thursday 2016-05-19 18:45:22 +0200, Stefano Sabatini encoded:
> This format is useful to inject custom user data into streams.
> ---
> doc/demuxers.texi | 40 +
> doc/muxers.texi | 31 +++
> libavformat/Makefile| 2 +
> libavformat/allformats.c
This format is useful to inject custom user data into streams.
---
doc/demuxers.texi | 40 +
doc/muxers.texi | 31 +++
libavformat/Makefile| 2 +
libavformat/allformats.c| 1 +
libavformat/fftextdatadec.c | 212 +++
17 matches
Mail list logo