如何使用Media Segmenter进行分割视频?

问题描述:

我读过很多关于 HTTP直播的文件仍然很困惑。

但是我还在尝试解决方案..我已经转换了我的 .ts 格式的视频,格式为 ffmpeg

I have read many documents still very confused about HTTP Live Streaming.
But i am still trying for solution.. and i have convert my video in .ts format with ffmpeg.

现在我知道我必须分割视频,并且必须使用 mediasegmenter 创建播放列表。
但我不知道 mediasegmenter 在哪里以及如何使用它来分割视频。

我对此非常陌生很抱歉这个愚蠢的问题..

Now i know that i have to split my video and have to create playlist with the use of mediasegmenter.
But i don't know where is mediasegmenter and how to use it to split video.
I am very new to this so sorry for this silly Question..

任何帮助将不胜感激.. !! $
提前致谢.. !!

Any help would be appreciated..!!
Thanks in advance..!!

此处: 35703_streamingtools_beta.dmg 或转到 http://connect.apple。 com / 并搜索HTTP Live Streaming,或从 http://下载developer.apple.com/resources/http-streaming/ 。用法:

Here: 35703_streamingtools_beta.dmg or go to http://connect.apple.com/ and search for "HTTP Live Streaming", or download from http://developer.apple.com/resources/http-streaming/. Usage:

mediafilesegmenter -t 10 myvideo-iphone.ts

这将为视频的每10秒生成一个.ts文件加上指向所有视频的.m3u8文件。

This will generate one .ts file for each 10 seconds of the video plus a .m3u8 file pointing to all of them.