i want to know the difference between video output of these two encoders (mencoder and libx264). i guess they're not, since the video information of the codec have different names. thanks in advance.

有帮助吗?

解决方案

x264 will encode video using the h.264 codec and only supports a handful for containers. It will not encode audio, and will not encode video using other codecs such as vp8 (webm) theora, etc

mencoder will encode both audio and video and supports many more codecs and containers. Internally mencoder will x264 to encode h.264 video.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top