From bb0aa27062f942ff19ffd339adfd88d742d78b22 Mon Sep 17 00:00:00 2001 From: Joanna White <37188631+digitensions@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:56:06 +0000 Subject: [PATCH] Update User_Manual.md --- Doc/User_Manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/User_Manual.md b/Doc/User_Manual.md index 9c2ef4d4..6d892867 100644 --- a/Doc/User_Manual.md +++ b/Doc/User_Manual.md @@ -84,15 +84,15 @@ For the best decoding experience you should always ensure you encode with the `` ## Capturing logs -It is advisable to always capture the console output of your `RAWcooked` encoding and decoding for review over time. The console output will include `RAWcooked` software information, warning or error messagess, plus confirmation of a successful encode or decode. The console also outputs important encoding information from the FFmpeg encoding software including FFmpeg version, file metadata and stream encoding configurations. Over time this information can be valuable for understanding your compressed files. To capture console log outputs for standard output and standard errors you can use the following commands. +It is advisable to always capture the console output of your `RAWcooked` encoding and decoding for review over time. The console output will include `RAWcooked` software information, warning or error messagess, plus confirmation of a successful encode or decode. The console also outputs important encoding information from the FFmpeg encoding software including FFmpeg version, file metadata and stream encoding configurations. Over time this information can be valuable for understanding your compressed files. To capture console log outputs for standard output and standard errors you can use the following commands. You may want to add ```-y``` or ```-n``` which answers yes or no to any questions asked by `RAWcooked` software, unless you're happy monitoring the logs as they are created to intercept any questions. MacOS/Linux: ``` -rawcooked --all >> 2>&1 +rawcooked --all -y >> 2>&1 ``` Windows: ``` -rawcooked --all 1> 2>&1 +rawcooked --all -y 1> 2>&1 ``` ## Default licence and expansion