https://github.com/io12/ffmpeg-fetch-small-samples
Script to fetch small files from https://samples.ffmpeg.org/
https://github.com/io12/ffmpeg-fetch-small-samples
download ffmpeg fuzzing samples script testcase
Last synced: 17 days ago
JSON representation
Script to fetch small files from https://samples.ffmpeg.org/
- Host: GitHub
- URL: https://github.com/io12/ffmpeg-fetch-small-samples
- Owner: io12
- License: mit
- Created: 2019-08-06T03:01:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T15:32:59.000Z (almost 7 years ago)
- Last Synced: 2025-07-14T18:56:43.582Z (11 months ago)
- Topics: download, ffmpeg, fuzzing, samples, script, testcase
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg-fetch-small-samples
Script to fetch small files from https://samples.ffmpeg.org/
## Usage
Run `./fetch.py` and all files less than one megabyte will be downloaded from the FFmpeg samples collection.
## Purpose
This can be used to ease coverage-guided fuzzing of FFmpeg. The samples can be used as an initial corpus for the fuzzer. However, many of the samples are large, which make them unsuitable for fuzzing.