shithub: openh264

ref: 8a7a15ff30c3b420f2a1b7a84510f9896b18239f
dir: /testbin/CmdLineReadMe/

View raw version
/* Instant Runable Configurations */
//for encoder configure files
welsenc_vd_1d.cfg
welsenc_vd_rc.cfg

//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

Example Command Line for decoding in Windows
../bin/decConsole.exe welsenc_vd_1d.264 welsenc_vd_1d.yuv
../bin/decConsole.exe welsenc_vd_rc.264 welsenc_vd_rc.yuv

Example shell script for Linux for encoder & decoder:
CmdLineExample.sh