2013-12-09 13:56:50 +01:00
|
|
|
/* Instant Runable Configurations */
|
|
|
|
//for encoder configure files
|
|
|
|
welsenc_vd_1d.cfg
|
|
|
|
welsenc_vd_rc.cfg
|
2014-01-12 09:09:59 +01:00
|
|
|
welsenc_arbitrary_res.cfg
|
2013-12-09 13:56:50 +01:00
|
|
|
|
|
|
|
//the actual generated decoder EXE files are in folder ../bin/win32/release/ with Release build
|
|
|
|
//user may copy "decConsole.exe" and "welsdec.dll" into ../bin
|
|
|
|
//Now assume the generated EXE files are in folder ../bin
|
|
|
|
|
|
|
|
Example Command Line for encoding in Windows:
|
|
|
|
../bin/encConsole.exe welsenc_vd_1d.cfg
|
|
|
|
../bin/encConsole.exe welsenc_vd_rc.cfg
|
2014-01-12 09:09:59 +01:00
|
|
|
../bin/encConsole.exe welsenc_arbitrary_res.cfg
|
2013-12-09 13:56:50 +01:00
|
|
|
|
|
|
|
Example Command Line for decoding in Windows
|
2014-01-12 13:52:31 +01:00
|
|
|
../bin/decConsole.exe ../res/test_vd_1d.264 test_vd_1d.yuv
|
|
|
|
../bin/decConsole.exe ../res/test_vd_rc.264 test_vd_rc.yuv
|
2014-01-12 14:55:37 +01:00
|
|
|
../bin/decConsole.exe ../res/Static.264 Static.yuv
|
2013-12-09 13:56:50 +01:00
|
|
|
|
|
|
|
Example shell script for Linux for encoder & decoder:
|
|
|
|
CmdLineExample.sh
|