Skip to content

Commit

Permalink
Update decoding note to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Jan 27, 2024
1 parent dbce59c commit 6059540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ recommend using YouTube or any other platform for free file storage.

## Notes

* For successful decoding, you must use the same block size setting and codec that you used during encoding. For
example, if you've encoded a video with block size 8 and libx264, then it must be decoded with block size 8 and
libx264. Any other size or codec will result in a corrupt decode.
* For successful decoding, you must use the same block size and resolution settings that you used during encoding. For
example, if you've encoded a video with block size 8 at 1920x1080, then it must be decoded with block size 8 and
resolution 1920x1080. Any other block size or resolution will result in a corrupt decode.

* On Linux, you may need to launch the program using the `java -jar Schillsaver.jar` command.

Expand Down

0 comments on commit 6059540

Please sign in to comment.