Skip to content

.mp4 video files for HW video acceleration tests #855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

mikhail-nikolskiy
Copy link
Contributor

Files generated from source video input.mp4 by the following command

for c in libxvid mpeg2video mjpeg libx265 libx264 libvpx-vp9 libaom-av1; do ffmpeg -i input.mp4 -strict experimental -c:v $c -pix_fmt yuv420p -b:v 2M sample_322x242_15frames.yuv420p.$c.mp4; done

on ffmpeg version 4.2.4 and Ubuntu 20.04.

Small (but enough) resolution 320x240 plus 2 additional pixels to test behavior on width/height not aligned by 16.

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.

2 participants