https://github.com/trinitronx/ffmpeg-intel-vaapi-memory-error
ffmpeg memory error reproduction test case
https://github.com/trinitronx/ffmpeg-intel-vaapi-memory-error
Last synced: 10 months ago
JSON representation
ffmpeg memory error reproduction test case
- Host: GitHub
- URL: https://github.com/trinitronx/ffmpeg-intel-vaapi-memory-error
- Owner: trinitronx
- License: agpl-3.0
- Created: 2024-08-27T14:46:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T13:10:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T07:47:06.870Z (over 1 year ago)
- Language: Shell
- Homepage: https://github.com/trinitronx/ffmpeg-intel-vaapi-memory-error
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intel iHD Memory Error Minimal Reproduction Test Case
A test script and `.mp4` file (containing whitenoise) to reproduce the error:
Error while filtering: Cannot allocate memory
Example report logs are found in file: [`ffmpeg-20240827-091850.log`](./ffmpeg-20240827-091850.log)
## Dependencies
- A system with [Intel iHD driver][2], and DRI render node: `/dev/dri/renderD128`
- [`git-lfs`][1]: To checkout this git repo
- `ffmpeg`
- POSIX shell: `/bin/sh`
## Running Reproduction Script
1. Ensure you have [`git-lfs` installed][1]
2. Checkout the git repo:
git clone https://github.com/trinitronx/ffmpeg-intel-vaapi-memory-error.git
cd ffmpeg-intel-vaapi-memory-error
3. Run the script to reproduce the error:
./ffmpeg-intel_iHD-transpose_vaapi-test.sh
[1]: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
[2]: https://github.com/intel/media-driver