-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tuffr5
committed
Feb 27, 2023
1 parent
c756d16
commit 0fb8f4c
Showing
6 changed files
with
63 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ tmp_video* | |
__pycache__ | ||
.vscode | ||
python/* | ||
.ipynb_checkpoints | ||
.ipynb_checkpoints | ||
unit_tests/* | ||
notebooks/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## FFMPEG HDF5 Filter | ||
* 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` | ||
|
||
|
||
## Tests | ||
|
||
| 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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters