English 中文(简体)
FFMPEG在编码时是否支持用户数据部分的注入?
原标题:Does FFMPEG support user data section injection when encoding?
  • 时间:2011-01-25 22:08:16
  •  标签:
  • video
  • ffmpeg

MPEG和H.264标准都界定了将武断的元数据输入视频框架的机制。 我无法确定FFMPEG是否支持这一点。 是否?

最佳回答

它不支持这一点。 尽管如此,在编码框架编码后编码系统中,很难执行这一分析并注入元数据,这是实在的。

问题回答

暂无回答




相关问题
Non-linear video editing tool/API?

Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen). I don t care about the ...

WPF playing a video, shopping up, can I preload?

Im showing a video int my application, but its being chopped up, its locally on disc so I dont understand why this is so... any way i can start to preload it before playing it - so the content would ...

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they ...

Get the dimensions of a H.264 MP4

Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...

热门标签