Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

There are two ingesters, one that handles the "Radio TV" pre-ingest files and one that injects existing file-metadata with ffprobe metadata.

FFProbe modification

The ffprobe tool has been modified to allow for xml output, below you will find an explanation of how to patch the original source-files to allow for XML output.

1.  download ffmpeg trunk tree:

git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg

2. Patch using this file:

http://cache.gmane.org//gmane/comp/video/ffmpeg/devel/136199-001.bin

    2.a  Description of patch found here:

 http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/135857/focus=136199

3.  We use this .xsd file

ffprobe.xsd

  • No labels