diff --git a/pages/common/fiascotopnm.md b/pages/common/fiascotopnm.md index a6f309b4b2..b71dbd516c 100644 --- a/pages/common/fiascotopnm.md +++ b/pages/common/fiascotopnm.md @@ -3,11 +3,11 @@ > Convert a compressed FIASCO file to a PNM image. > More information: . -- Convert a compressed FIASCO file to one or (in the case of video streams) multiple PNM files: +- Convert a compressed FIASCO file to a PNM file or in the case of video streams multiple PNM files: `fiascotopnm {{path/to/file.fiasco}} -o {{output_file_basename}}` -- Use fast decompression, resulting in a slightly descreased quality of the output file(s): +- Use fast decompression, resulting in a slightly decreased quality of the output file(s): `fiascotopnm --fast {{path/to/file.fiasco}} -o {{output_file_basename}}` diff --git a/pages/common/pnmtofiasco.md b/pages/common/pnmtofiasco.md index 0623071c9c..270d5cdb57 100644 --- a/pages/common/pnmtofiasco.md +++ b/pages/common/pnmtofiasco.md @@ -9,7 +9,7 @@ - Specify the [i]nput files through a pattern: -`pnmtofiasco -i {{img[01-09+1].pnm}} > {{path/to/file.fiasco}}` +`pnmtofiasco --image-name {{img[01-09+1].pnm}} > {{path/to/file.fiasco}}` - Specify the compression quality: