【发布时间】:2011-04-13 14:29:34
【问题描述】:
我正在尝试分段视频以在 iOS 设备上与 http 流一起使用,但没有成功...
这个想法是这将成为自动化过程的一部分,所以我使用 ffmpeg 对视频进行初始转换,然后使用 Apple 的 mediafilesegmenter 工具进行分割。
每次运行命令时,我都会收到以下错误:
Apr 13 2011 10:18:57.097: Processing file XXXXXXX.mp4
Apr 13 2011 10:18:57.364: track 0 of XXXXXX.mp4 contains edit list that the media doesn't start at beginning; these tracks cannot be used for segmentation
Apr 13 2011 10:18:57.364: No valid tracks found
Apr 13 2011 10:18:57.364: average bit rate is 0 - max file bit rate is 0
我不知道我可以用 ffmpeg 做些什么不同...用 quicktime 转换文件会产生正确的结果。 ffmpeg 似乎是导致问题的原因...
【问题讨论】: