Closed
Conversation
Added support for FFMPEG 16 bit channel support.
Contributor
|
Did you check CvVideoWriter_FFMPEG::writeFrame function? It accepts only two pixel formats: AV_PIX_FMT_BGR24 and AV_PIX_FMT_GRAY8. I beleive we need a test for this functionality, check modules/videoio/test/test_ffmpeg.cpp file for FFmpeg specific tests. |
shawndfernandes
added a commit
to shawndfernandes/opencv
that referenced
this pull request
Aug 23, 2018
Added lossless FFV1 codec, and test for 16-bit 3 channel video writing
Author
|
Tested functionality with FFV1 lossless codec. Added tests in #12290 |
Contributor
|
@shawndfernandes , you should add test to this PR, so that the new functionality would get tested automatically. |
Author
|
Changes and tests done in #12290 12290 |
|
Hey! Is it possible to merge this into master? It would be extremely useful for encoding depth videos. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for FFMPEG 16 bit channel support.
Resolves VideoWriter support for 16-bit depth images and color-alpha color imags #10623
This pullrequest changes
Added support for FFMPEG to write 16 bit RGB depth video along with 8bit RGB