Ask Your Question

Excludos's profile - activity

2020-07-22 12:15:05 -0600 received badge  Famous Question (source)
2018-09-08 02:15:34 -0600 received badge  Notable Question (source)
2017-11-12 21:31:23 -0600 received badge  Popular Question (source)
2016-09-29 08:33:42 -0600 commented answer H264 with VideoWriter (Windows)

edit: Nevermind, I used the wrong version.

Thanks for the help! This fixed all my problems so far :D

2016-09-29 08:30:44 -0600 received badge  Scholar (source)
2016-09-29 08:30:44 -0600 received badge  Supporter (source)
2016-09-29 05:50:43 -0600 asked a question H264 with VideoWriter (Windows)

Hi there,

I'm trying to find a way to export frames with VideoWriter in H.264 format (or anything equally good). However I can't seem to find a way to do it. I've downloaded some different codecs that do show up if I use -1, but can't be chosen using the fourcc code. I've seen some different forum posts saying to recompile ffmpeg with h264 support, but I'm having trouble doing that (And I can't find any that are precompiled), and even if I did, will it even work with opencv anymore? Since they library it's using is spesifically called opencv_ffmpeg310_64.dll.

Have anyone done this on windows before and have an idea (or a quick guide) on how to do it? Thank you in advance!

Environment is opencv 3.10 x64 on windows 10 btw.

I also apologize if this has been answered before. I've been looking through many forums, and while some posts touch on the subject I couldn't find any with the answer I need.