Hi Michal, On Wed, Mar 09, 2016 at 15:06:04 +0100, Michal Horáček wrote: > I need video segmetation for stream and after all streams will be in one > XML file. And I do not know how I can make it.
Please check the segment muxer: https://www.ffmpeg.org/ffmpeg-formats.html#Options-10 I believe it cannot output a segment list as XML, but you can create a list in CSV format ("-segment_list_type csv") and then convert that to XML with some other tool. Is that the info you need? You may have to describe what you have been trying so far, and what is missing for you. Command line and complete, uncut console output are appreciated. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
