[FFmpeg-devel] [PATCH 2/4] ffmpeg.c: extend map_meta_data to allow advanced mappings

Michael Niedermayer michaelni
Mon Nov 1 23:23:12 CET 2010


On Mon, Nov 01, 2010 at 09:17:42PM +0100, Anton Khirnov wrote:
> On Mon, Nov 01, 2010 at 08:50:59PM +0100, Michael Niedermayer wrote:
> > On Mon, Nov 01, 2010 at 08:04:24PM +0100, Anton Khirnov wrote:
> > > On Mon, Nov 01, 2010 at 07:50:12PM +0100, Michael Niedermayer wrote:
> > > > On Tue, Oct 26, 2010 at 11:38:14PM +0200, Anton Khirnov wrote:
> > > > > i.e. to/from streams/chapters/programs.
> > > > > ---
> > > > >  doc/ffmpeg-doc.texi |   12 ++++++-
> > > > >  ffmpeg.c            |  100 +++++++++++++++++++++++++++++++++++++--------------
> > > > >  2 files changed, 84 insertions(+), 28 deletions(-)
> > > > > 
> > > > > diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
> > > > > index bf5bdf4..a284f5c 100644
> > > > > --- a/doc/ffmpeg-doc.texi
> > > > > +++ b/doc/ffmpeg-doc.texi
> > > > > @@ -586,9 +586,19 @@ Set stream mapping from input streams to output streams.
> > > > >  Just enumerate the input streams in the order you want them in the output.
> > > > >  @var{sync_stream_id} if specified sets the input stream to sync
> > > > >  against.
> > > > > - at item -map_meta_data @var{outfile}:@var{infile}
> > > > > + at item -map_meta_data @var{outfile}[. at var{metadata}]:@var{infile}[. at var{metadata}]
> > > > 
> > > > using . as seperator makes using filenames hard
> > > > 
> > > i could change it to ? or other separator of your choice, but do we
> > > really _want_ to support filenames? using indices is shorter/easier as
> > > long as people know they're supposed to use indices instead of
> > > filenames.
> > 
> > well, using just enough of a filename to be unique doesnt seem all that bad to
> > me
> > and there is , that seems better than .
> SureWhyNot, changed
> 
> -- 
> Anton Khirnov

>  doc/ffmpeg-doc.texi |   12 +++++-
>  ffmpeg.c            |  100 +++++++++++++++++++++++++++++++++++++---------------
>  2 files changed, 84 insertions(+), 28 deletions(-)
> 036d7eb925f7177bb511c607bbde1b63eaed16e6  0001-ffmpeg.c-extend-map_meta_data-to-allow-advanced-mapp.patch
> From 88c6ddd57ddff2dc81cbaf9be9ad40d96961de91 Mon Sep 17 00:00:00 2001
> From: Anton Khirnov <anton at khirnov.net>
> Date: Tue, 26 Oct 2010 19:00:38 +0200
> Subject: [PATCH] ffmpeg.c: extend map_meta_data to allow advanced mappings
> 
> i.e. to/from streams/chapters/programs.

if tested ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101101/01f0de27/attachment.pgp>



More information about the ffmpeg-devel mailing list