Skip to content
hwrenx edited this page Aug 3, 2018 · 4 revisions

Windows

Virtual Studio

  1. Make sure your VS is under correct platform (x86/x64)
  2. Add command arguments from debugging settings under configuration properties
  3. Run as debug model

CMD

  1. Step into project dir
  2. Run davs2.exe -i 'path/to/test.avs2' -o 'path/to/output.yuv' [--other-options]

Linux

  1. Step into project dir
  2. Run ./davs2 -i 'path/to/test.avs2' -o 'path/to/output.yuv' [--other-options]

Params

Parameter Alias Result
--input=test.avs -i test.avs Setting the input bitstream file
--output=dec.yuv -o dec.yuv Setting the output YUV file
--psnr=rec.yuv -r rec.yuv Setting the reference reconstruction YUV file
--threads=N -t N Setting the threads for decoding (default: 1)
--md5=M -m M Reference MD5, used to check whether the output YUV is right
--verbose -v Enable decoding status every frame (Default: Enabled)
--help -h Showing this instruction
Clone this wiki locally