Video codecs adjustment (Feature #177)
Description
We need a possibility to setup codec options from our program by using python API to OpenCV. Probably it could be smth. like "CreateVideoWriter()" arguments. If it will be difficult to realise a common solution for many codecs that options for some particular codecs would be valuable.
Associated revisions
Merge pull requst #177 from cuda-geek/another-one-integral-fix
History
Updated by James Bowman almost 15 years ago
So... I think this ticket is asking for more control over the video codec, by adding arguments to "CreateVideoWriter()". Is that correct?
Updated by Илья Москвин almost 15 years ago
Replying to [comment:3 jamesb]:
So... I think this ticket is asking for more control over the video codec, by adding arguments to "CreateVideoWriter()". Is that correct?
Yes, we are requesting for an additional control over the video codec.
And it seems that adding arguments to "CreateVideoWriter()" could be the handiest way to user.
Updated by James Bowman almost 15 years ago
OK, reassigning to highgui.
Updated by Alexander Shishkov about 13 years ago
- Description changed from We need a possibility to setup codec options from our program by using python... to We need a possibility to setup codec options from our program by using python... More
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-video
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4244