opencv+ffmpeg+x264

asked 2013-09-10 07:31:06 -0600

Tarifut gravatar image

updated 2013-09-16 10:05:05 -0600

Hi! I have a problem when i try to create a video with FOURCC X264.Opencv returns an error because ffmpeg defaut preset is broken. I tried to edit these presets but no luck, that doesn't work.

I've installed ffmpeg with -enable-x264, opencv works right, ffmpeg also (even if i encode a video with x264 codec),but no way to make it works with opencv->x264 by ffmpeg

Any idea?

edit retag flag offensive close merge delete

Comments

I have often been frustrated by ffmpeg. I would try saving in different format and then batch-converting to 264, if that would fit into your workflow.

xaffeine gravatar imagexaffeine ( 2013-09-16 13:00:43 -0600 )edit

Check this guys post on stackoverflow, he managed to get it to work.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-09-17 02:22:39 -0600 )edit

I'm also not able to use x264... getting some error message about presets (which I don't know how to change or set) and also it causes my machine to freeze (iYUV and DIV3 codecs produce video files that play, but do not freeze my machine at all).

nmz787 gravatar imagenmz787 ( 2014-09-29 00:49:34 -0600 )edit