Skip to content

Commit

Permalink
Update User_Manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
digitensions authored Mar 7, 2024
1 parent 656f4c3 commit 4dd0d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/User_Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To encode your sequences using the best preservation flags within RAWcooked then
| ```--decode``` | Select decode when an FFV1 Matroska file is supplied |
| ```--hash``` | Important flag which computes hashes and embeds them in reversibility data stored in MKV wrapper allowing reversibility test assurance when original sequences absent |
| ```--coherency``` | Ensures package and content are coherent. Eg, sequence gap checks and audio duration matches image sequence duration |
| ```--check``` | Checks that an encoded file can be decoded correctly. If input is raw content, after encoding it checks that output would be same as the input content. Whereas if input is compressed content, it checksthat output would be same as the original content where hashes are present |
| ```--check``` | Checks that an encoded file can be decoded correctly. If input is raw content, after encoding it checks that output would be same as the input content. Whereas if input is compressed content, it checks that output would be same as the original content where hashes are present |
| ```--check_padding``` | Runs padding checks for DPX files that do not have zero padding. Ensures additional padding data is stored in reversibility file for perfect restoration of the DPX. Can be time consuming |
| ```--accept-gaps``` | Where gaps in a sequence are found this flag ensures the encoding completes successfully. If you require that gaps are not encoded then follow the ```--all``` command with ```--no-accept-gaps``` |

Expand Down

0 comments on commit 4dd0d3b

Please sign in to comment.