Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
6b09ada5
Commit
6b09ada5
authored
Jul 21, 2016
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6899 from alalek:ffmpeg_update
parents
167a4e65
daf1879a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
ffmpeg.cmake
3rdparty/ffmpeg/ffmpeg.cmake
+6
-6
test_ffmpeg.cpp
modules/videoio/test/test_ffmpeg.cpp
+3
-0
No files found.
3rdparty/ffmpeg/ffmpeg.cmake
View file @
6b09ada5
# Binary branch name: ffmpeg/master_201
50703
# Binaries were created for OpenCV:
e379ea6ed60b0caad4d4e3eea096e9d850cb8c86
set
(
FFMPEG_BINARIES_COMMIT
"
8aeefc4efe3215de89d8c7e114ae6f7a6091b8eb
"
)
set
(
FFMPEG_FILE_HASH_BIN32
"
89c783eee1c47bfc733f08334ec2e31c
"
)
set
(
FFMPEG_FILE_HASH_BIN64
"
35fe6ccdda6d7a04e9056b0d73b98e76
"
)
set
(
FFMPEG_FILE_HASH_CMAKE
"
8606f947a780071f8fcce8cbf39ceef5
"
)
# Binary branch name: ffmpeg/master_201
60715
# Binaries were created for OpenCV:
0e6aa189cb9a9642b0ae7983d301693516faad5d
set
(
FFMPEG_BINARIES_COMMIT
"
7eef9080d3271c7547d303fa839a62e1124ff1e6
"
)
set
(
FFMPEG_FILE_HASH_BIN32
"
3bb2a8388af90adf6c762210e696400d
"
)
set
(
FFMPEG_FILE_HASH_BIN64
"
ebcfc963f0a94f7e83d58d60eaf23849
"
)
set
(
FFMPEG_FILE_HASH_CMAKE
"
f99941d10c1e87bf16b9055e8fc91ab2
"
)
set
(
FFMPEG_DOWNLOAD_URL
${
OPENCV_FFMPEG_URL
}
;$ENV{OPENCV_FFMPEG_URL};https://raw.githubusercontent.com/opencv/opencv_3rdparty/
${
FFMPEG_BINARIES_COMMIT
}
/ffmpeg/
)
...
...
modules/videoio/test/test_ffmpeg.cpp
View file @
6b09ada5
...
...
@@ -118,6 +118,9 @@ public:
frame_s
=
Size
(
352
,
288
);
else
if
(
tag
==
VideoWriter
::
fourcc
(
'H'
,
'2'
,
'6'
,
'3'
)
)
frame_s
=
Size
(
704
,
576
);
else
if
(
tag
==
VideoWriter
::
fourcc
(
'H'
,
'2'
,
'6'
,
'4'
)
)
// OpenH264 1.5.0 has resolution limitations, so lets use DCI 4K resolution
frame_s
=
Size
(
4096
,
2160
);
/*else if( tag == CV_FOURCC('M', 'J', 'P', 'G') ||
tag == CV_FOURCC('j', 'p', 'e', 'g') )
frame_s = Size(1920, 1080);*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment