Skip to content

Addded media required for testing PR #15290#673

Closed
cudawarped wants to merge 1 commit intoopencv:masterfrom
cudawarped:ffmpeg_raw_retrieve
Closed

Addded media required for testing PR #15290#673
cudawarped wants to merge 1 commit intoopencv:masterfrom
cudawarped:ffmpeg_raw_retrieve

Conversation

@cudawarped
Copy link
Copy Markdown
Contributor

@cudawarped cudawarped commented Sep 10, 2019

To test opencv/opencv#15290 on h264 and h265 media the following files which do not currently exist in this repo are required

  1. An mp4 containing a h264 file.
  2. An mp4 containing a h265 file.
  3. A start code prefixed raw h265 file.

These have been converted from the existing big_buck_bunny files using the ffmpeg commands below

  1. ffmpeg -i big_buck_bunny.h264 -codec copy big_buck_bunny_h264.mp4

  2. ffmpeg -i big_buck_bunny.h265 -codec copy big_buck_bunny_h265.mp4

  3. ffmpeg -i big_buck_bunny_h265.mp4 -codec copy -bsf:v hevc_mp4toannexb big_buck_bunny.h265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant