[FFmpeg-user] Problem with setting ffprobe writer options for xml output
Tschöpel, Sebastian
sebastian.tschoepel at iais.fraunhofer.de
Mon Jul 2 18:06:36 CEST 2012
Hello Rhodri James,
thank you very much for your very quick reply! That actually has been the trick.
--
Best regards,
M. Sc. Sebastian Tschöpel
E-Mail | sebastian.tschoepel at iais.fraunhofer.de
Web | http://www.iais.fraunhofer.de/
Tel. | +49 (0) 2241 14 2266
Postal | Fraunhofer IAIS
| Schloss Birlinghoven
| 53754 Sankt Augustin, Germany
> -----Ursprüngliche Nachricht-----
> Von: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-
> bounces at ffmpeg.org] Im Auftrag von Rhodri James
> Gesendet: Montag, 2. Juli 2012 17:59
> An: FFmpeg user questions and RTFMs
> Betreff: Re: [FFmpeg-user] Problem with setting ffprobe writer options
> for xml output
>
> On Mon, 02 Jul 2012 16:33:12 +0100, Tschöpel, Sebastian
> <sebastian.tschoepel at iais.fraunhofer.de> wrote:
>
> > According to the documentation it is also possible to get qualified
> and
> > xsd compliant XML by passing the arguments:
> >
> > 'fully_qualified, q'
> > 'xsd_compliant, x'
> >
> > to the writer.
> > My problem is: I have no idea how to set those parameters. Having
> given
> > the hint from the documentation "-print_format
> > writer_name[=writer_options]"
> >
> > I tried various things such as:
> >
> > -print_format:x=1 xml
> > -print_format xml:x=1
> > -print_format xml x=1
> > -print_foramt xml[x=1]
> > ...
>
> The XML-specific documentation then states:
>
> 'This writer accepts options as a list of key=value pairs, separated by
> ":".'
>
> Did you try
>
> -print_format xml=x=1
>
> or
>
> -print_format xml="x=1"
>
> if you're feeling paranoid?
>
> --
> Rhodri James
> Kynesim Ltd
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list