1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
James Bowley
86790142c1 Extend Codec and ColorFormat enums instead of using VideoWriter specific ones and use camel-case for enum names. 2022-10-27 14:55:04 +03:00
James Bowley
fbd6827e71 Two factory methods. 2022-10-14 18:23:36 +03:00
James Bowley
4fa9c71169 Four factory method version. 2022-10-14 18:02:46 +03:00
James Bowley
e1bd434528 Address cmake errors, build warnings and use codec supported by windows ffmpeg.dll in perf tests. 2022-10-12 12:58:56 +03:00
James Bowley
9ccca57108 Update cudacodec::VideoWriter to work with the latest Nvidia Video Codec SDK 2022-10-09 10:32:04 +03:00
kuloPo
9d2989fd5e Fix CV_FOURCC identifier not found while compiling 2021-10-03 22:32:35 -07:00
Suleyman TURKMEN
07a9245847 Update perf_video.cpp 2021-09-25 23:56:32 +03:00
cudawarped
53b9880f8e Merge pull request #2180 from cudawarped:example_fix_for_cudacodec
OpenCV fix 14774 breaks cudacodec

* Example to describe comilation issue

* Added required changes, builds with -DWITH_FFMPEG=ON|OFF

* Working with standard ffmpeg cap.

* Changed cudacodec to use new retrieveRaw() function, to retrieve the raw encoded bitstream, from the videoio module  instead of its own implementation.

* Fix cv::cudacodec::VideoWriter

* Update to use VideoContainer

* Remove header used in testing

* Remove warning

* remove dependence on redundant ffmpeg codecs

* cudacodec: use .set(CAP_PROP_FORMAT, -1) to extract RAW streams

* whitespace

* addressed alalek's comment
2019-11-18 21:02:12 +03:00
James Bowley
66aba496f1 Add missing codecs to cudacodec which uses Nvidia Video Codec SDK including checks to ensure codec used in input video file is supported on the current device.
Re-enable cudacodec performance test.
2019-06-12 13:51:47 +01:00
Yuriy Obukh
abbc450b27 Fix win build perf_video 2018-11-29 11:24:12 +02:00
Alexander Alekhin
82733fe56b cuda: move CUDA modules to opencv_contrib
OpenCV 4.0+
2018-09-19 18:57:43 +03:00