Skip to content

Commit

Permalink
add parameter descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffr5 authored Feb 28, 2023
1 parent 0fb8f4c commit 0a9f168
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
* Lossy and lossless compressions supprted filter based on ffmpeg.

## Getting Started
- [x] compile ffmepg and libraries, run `bash compile_ffmpeg.sh`
- [x] download current repo and compile this filter, run `bash compile_hdf5_filter.sh`
- [x] compile ffmepg and libraries, run `bash scripts/compile_ffmpeg.sh`
- [x] download current repo and compile this filter, run `bash scripts/compile_hdf5_filter.sh`


## Tests

**Parameters description**: encoder, decoder, chunkSizeX, chunkSizeY, chunkSizeZ, colormode, preset, tune, qualityFactor, filmGrain, gpuID (not used for software encoders)

| Compression ratio| Parameters |
| -----------------| ----------- |
| 5 | 6 6 64 64 64 0 401 400 5 0 0 |
| 12 | 6 6 64 64 64 0 403 400 15 0 0 |
| 20 | 6 6 64 64 64 0 402 400 20 0 0 |
| 20 | 6 6 64 64 64 0 402 400 20 0 0 |

0 comments on commit 0a9f168

Please sign in to comment.