-
Notifications
You must be signed in to change notification settings - Fork 54
Usage
hwrenx edited this page Aug 3, 2018
·
4 revisions
- Make sure your VS is under correct platform (x86/x64)
- Add command arguments from debugging settings under configuration properties
- Run as debug model
- Step into project dir
- Run
davs2.exe -i 'path/to/test.avs2' -o 'path/to/output.yuv' [--other-options]
- Step into project dir
- Run
./davs2 -i 'path/to/test.avs2' -o 'path/to/output.yuv' [--other-options]
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 |